plotunbANOVA | R Documentation |
This function plots the results in nice graphs.
plotunbANOVA( results, type, showWeights = TRUE, showMM = TRUE, showEffects = FALSE, showIFmeans = FALSE )
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? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.