Learn R Programming

jmv (version 0.7.0.3)

anovaRMNP: Repeated Measures ANOVA (Non-parametric)

Description

Friedman

Usage

anovaRMNP(data, measures, pairs = FALSE, desc = FALSE, plots = FALSE,
  plotType = "means")

Arguments

data
the data as a data frame
measures
a vector of strings naming the repeated measures variables
pairs
TRUE or FALSE (default), perform pairwise comparisons
desc
TRUE or FALSE (default), provide descriptive statistics
plots
TRUE or FALSE (default), provide a descriptive plot
plotType
'means' (default) or 'medians', the error bars to use in the plot

Examples

Run this code
## Not run: ------------------------------------
# anovaRMNP(data, measures=c('before', 'during', 'after'))
## ---------------------------------------------

Run the code above in your browser using DataLab