eda.anxiety: Perform two-way anova and related methods using simulated...

Description Usage Arguments Value Examples

View source: R/eda.anxiety.r

Description

Perform two-way anova and related methods using simulated anxiety data. Typically called by run_anxiety()

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
eda.anxiety(
  x = NULL,
  show.hist = TRUE,
  show.summary = FALSE,
  show.anova = FALSE,
  plot.main.gender = FALSE,
  plot.main.condition = FALSE,
  plot.interaction = FALSE,
  show.tukey = FALSE
)

Arguments

x

A data frame consisting of gender, condition, and anxiety (DV)

show.hist

Controls display of initializing histogram

show.summary

Controls display of summary statistics

show.anova

Controls display of 2-way ANOVA

plot.main.gender

Controls display of gender main effect

plot.main.condition

Controls display of main effect for treatment

plot.interaction

Controls display of interaction

show.tukey

Controls display of Tukey HSD for pairwise comparisons

Value

none

Examples

1
2
3
4
## Not run: 
eda.anxiety()

## End(Not run)

CLPS0900/CLPS0900R documentation built on March 16, 2020, 4:55 a.m.