banova | R Documentation |
Function to carry out a simplified Bayesian Analysis of Variance (BANOVA).
banova(model, superpopulation = FALSE, collapse = TRUE)
model |
Your model object. |
superpopulation |
Set to TRUE if you want the superpopulation standard deviation. If FALSE, the finite population standard deviation is calculated. |
collapse |
If TRUE, returns a single dataframe. If FALSE, returns a list of dataframes. |
## Not run:
model_height_vtl = bmmb::get_model("11_model_height_vtl_f0")
options (contrasts = c('contr.sum','contr.sum'))
bmmb::banova (model_height_vtl)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.