resample_k | R Documentation |
Resample k based on data
resample_k(data, n = 100)
data |
A data frame or data table with format LFDT with all replicate measurements enclosed |
n |
The number of bootstrap resamples of k. Note that choosing a large number may result in a significant computation time |
A data table with all resampled k values based on input data
resample_k(data = MS_wise(sampled_cs_measurements)[Comparison=="MP4 - MP5",])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.