calculate_uvl_info {CLSIEP15} | R Documentation |
Calculate upper verification limit
Description
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
Usage
calculate_uvl_info(aov_return, nsamp = 1, cvr_or_sr, cvwl_or_swl)
Arguments
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 |
Value
Named list with UVL params
Examples
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)
[Package CLSIEP15 version 0.1.0 Index]