Multiaovbayes | R Documentation |
Interactive panel to visualize and develop two-way analysis of variance models, from the classical, non-parametric and Bayesian approach.
Multiaovbayes(dataset = FALSE)
dataset |
Data set |
A shiny panel with the classical, non-parametric and Bayesian analyzes of variance, based on the specification of the dependent and independent variable of the data set provided in dataset
, also provides a decision diagram that suggests which method is appropriate, based on the assumptions of the models.
data(ToothGrowth)
ToothGrowth$dose = factor(ToothGrowth$dose)
levels(ToothGrowth$dose) = c("Low", "Medium", "High")
Multiaovbayes(ToothGrowth)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.