powered by
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)
Named list with UVL params
Return of calculate_aov_info()
number of samples in the experiment
Desirable CV or S repetability
Desirable CV or S within-lab
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)
Run the code above in your browser using DataLab