attach_k_values_over_groups | R Documentation |
Attach calculated k values for each group
attach_k_values_over_groups(data, k_data, groups = "Comparison")
data |
A grouped data frame or data table with format LFDT that is the one we want the k values attached to |
k_data |
A grouped (same grouping variables as data) data frame or data table with format LFDT containing the k values |
groups |
The names of the grouping columns of data and k_data |
attach_k_values_over_groups(data = Deming_CLSI_EP14_over_groups(MS_wise(sampled_cs_measurements), groups = "Comparison", level = 0.95, Np = 1, evaluated_materials = MS_wise(sampled_eqam_measurements)), k_data = estimate_k_over_groups(MS_wise(sampled_cs_measurements)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.