plotunbANOVA: Plot the results of unbalancedANOVA.

View source: R/plotunbANOVA.R

plotunbANOVAR Documentation

Plot the results of unbalancedANOVA.

Description

This function plots the results in nice graphs.

Usage

plotunbANOVA(
  results,
  type,
  showWeights = TRUE,
  showMM = TRUE,
  showEffects = FALSE,
  showIFmeans = FALSE
)

Arguments

results

object of type 'unbANOVA', result of unbalancedANOVA

type

numeric or character denoting result of which ANOVA type to be ploted (allowed values are any of the following: "I", 1, "II", 2, "III", 3, "ATE")

showWeights

boolean, should Weights be added to means?

showMM

boolean, should marginal means be plotted?

showEffects

boolean, should effects be plotted?

showIFmeans

boolean, should interactionfree means be plotted for type 2?


AlexSchauerte/unbANOVA documentation built on April 12, 2022, 2:40 a.m.