residual_vs_fitted | R Documentation |
Summarize to residuals vs fitted for each group
residual_vs_fitted(data, groups = "Comparison", MOR = TRUE)
data |
A data table or data frame with LFDT format |
groups |
Column name(s) of grouping columns. Default is Comparison |
MOR |
Should mean of replicates be applied to data before residuals and fitted values are calculated? Default is |
A grouped data table according to groups
, where in each group, residuals and fitted values are listed
residual_vs_fitted(MS_wise(sampled_cs_measurements))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.