View source: R/precision_calculate_uvl_info.R
calculate_uvl_info | R Documentation |
Generic function for calculating UVL the return is a named list and cv_uvl_r and cv_uvl_wl depends on what is the input (S or CV) if the input is SR and SWL the returns is S
calculate_uvl_info(aov_return, nsamp = 1, cvr_or_sr, cvwl_or_swl)
aov_return |
Return of calculate_aov_info() |
nsamp |
number of samples in the experiment |
cvr_or_sr |
Desirable CV or S repetability |
cvwl_or_swl |
Desirable CV or S within-lab |
Named list with UVL params
data <- create_table_ep_15(ferritin_wider)
aov_t <- calculate_aov_infos(data)
calculate_uvl_info(aov_t, nsamp = 5, cvr_or_sr = .43, cvwl_or_swl = .7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.