calculate_uvl_info: Calculate upper verification limit

View source: R/precision_calculate_uvl_info.R

calculate_uvl_infoR 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)

CLSIEP15 documentation built on Nov. 11, 2023, 1:08 a.m.