Deming_CLSI_EP14_over_groups | R Documentation |
Estimate prediction band using Deming regression formulated as in EP14 over groups
Deming_CLSI_EP14_over_groups( data, groups = "Comparison", level = 0.99, R = 3, Np = 1000, evaluated_materials = NULL, column_order = c("Comparison", "SampleID", "MP_B", "MP_A", "fit", "lwr", "upr") )
data |
A data frame or data table with format LFDT enclosed with all replicated measurements |
groups |
The names of the grouping columns of the data |
level |
A numeric value that captures the overall confidence level of the estimated prediction band |
R |
An integer signifying the maximum number of replicated measurements performed on each evaluated material |
Np |
An integer, which captures the number of pointwise prediction intervals making the prediction band across the concentration range |
evaluated_materials |
A data frame or data table with format LFDT enclosed with all replicated measurements for evaluated materials such as EQAMs or CRMs. Should be NULL if the PB, that is, pointwise prediction intervals to be estimated |
column_order |
A vector specifying the order of the columns of the outputted grouped data table. Will be ignored if evaluated_materials is NULL. Note that the length of column_order must be the same as the number of columns of output columns, which is 6 + the number of grouping columns |
This is the prediction interval estimation procedure as described by CLSI in EP14. This is recommended to use over Deming_Gillard_Fuller_over_groups if the calculated k value is smaller than 1
A grouped data table enclosed with information regarding the estimated prediction band across the concentration range or for the particular evaluated materials for all groups
Deming_CLSI_EP14_over_groups(MS_wise(sampled_cs_measurements), groups = "Comparison", level = 0.95, Np = 1, evaluated_materials = MS_wise(sampled_eqam_measurements))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.