banova: Bayesian ANOVA

banovaR Documentation

Bayesian ANOVA

Description

Function to carry out a simplified Bayesian Analysis of Variance (BANOVA).

Usage

banova(model, superpopulation = FALSE, collapse = TRUE)

Arguments

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.

Examples

## 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)



santiagobarreda/bmmb documentation built on June 11, 2024, 5:33 p.m.