View source: R/stat_analysis.R
A function to get all ANOVA models. Returns a list of models.
1 | anova_models(data, alpha = 0.05, date = FALSE)
|
data |
A dataframe or tibble object containing data in a standardized form. Must include at the minimum: project_name, treatments, replications, variables, value. |
alpha |
The level of significance |
date |
Whether or not we should split the analysis by date |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.