View source: R/summarize_ancova.R
h_ancova | R Documentation |
h_ancova(.var, .df_row, variables, interaction_item = NULL)
.var |
( |
.df_row |
( |
variables |
(named
|
interaction_item |
( |
The summary of a linear model.
h_ancova(
.var = "Sepal.Length",
.df_row = iris,
variables = list(arm = "Species", covariates = c("Petal.Length * Petal.Width", "Sepal.Width"))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.