take_subsample | R Documentation |
take_subsample
takes a sample of size n to enable model fitting on a
smaller sample.
take_subsample(parsed_list, n_ppts)
parsed_list |
A list outputted from |
n_ppts |
Sample size to take. |
A named list
.
data(example_data)
subsamp <- take_subsample(example_data$nd, 10) # sample of 10 participants
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.