Description Usage Arguments Value
View source: R/create_crosscut.R
This function assembles cycles to form a sequence of approximately length 'len' using a summary table with the following information:
id, a variable uniquely identifying the cycle,
type, a character or factor variable with values 'boundary_indicator' and some other value indicating a complete cycle
n, the length of the sequence,
not_na, the number of non NA values in the sequence
1 | cycle_draw(len, tab, boundary_indicator = "boundary")
|
len |
target sequence length |
tab |
summary table |
boundary_indicator |
character indicating an incomplete cycle |
a data frame of sampled responses, in order
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.