Learn R Programming

MapeBay (version 0.1.0)

manoby: Interactive panel MANOVA classic, non parametric and bayesian

Description

Interactive panel to visualize and develop one-way multivariate analysis of variance models, from the classical, non-parametric and Bayesian approach.

Usage

manoby(dataset = FALSE)

Arguments

dataset

Data set

Value

A shiny panel with the multivariate analyze of variance, PERMANOVA and Bayesian analyzes of variance, based on selection the dependents variables and independent variable of the data set provided, presents decision diagram that suggets correct method use.

Examples

Run this code
# NOT RUN {
library(MANOVA.RM)
data(EEGwide)
manoby(EEGwide)
# }

Run the code above in your browser using DataLab