resample_k_over_groups | R Documentation |
Resample k values based on grouped data
resample_k_over_groups(data, n = 100, groups = "Comparison")
data |
A grouped data frame or data table with format LFDT |
n |
The number of bootstrap resamples of k for each group. Note that choosing a large number may result in a significant computation time |
groups |
The names of the grouping columns of the data |
A grouped data table listing the n resampled k values for each group
resample_k_over_groups(data = MS_wise(sampled_cs_measurements), n = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.