select_phases {scan} | R Documentation |
Select and combine phases for overlap analyses
Description
Useful when working with %>% operators.
Usage
select_phases(data, A, B, phase_names = "auto")
Arguments
data |
A single-case data frame. See |
A |
Selection of the A phase |
B |
Selection of the B phase |
phase_names |
A character vector with names for the resulting phases.
The default |
Value
An scdf with selected phases
Examples
exampleA1B1A2B2_zvt %>%
select_phases(A = c(1, 3), B = c(2, 4)) %>%
overlap()
[Package scan version 0.61.0 Index]