eda.whr: Perform one-way anova and related methods using WHR_DATA....

Description Usage Arguments Value Examples

View source: R/eda.whr.r

Description

Perform one-way anova and related methods using WHR_DATA. Typically called by run_whr()

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
eda.whr(
  dv,
  iv,
  f1.name,
  f2.name,
  add.normal = FALSE,
  add.qnorm = FALSE,
  show.aov = FALSE,
  show.tukey = FALSE,
  show.barplot = FALSE,
  conf.level = 0.95,
  show.boxplots = FALSE,
  n.int = 10,
  adj.barlimits = FALSE,
  show.stats = FALSE,
  check.sampdist = FALSE
)

Arguments

dv

A continuous quantitative dependent variable

iv

A categorical variable using as the independent variable

f1.name

The name of the dv

f2.name

The name of the iv

add.normal

Logical. Controls display of normal curve on histogram.

add.qnorm

Logical. Controls display of normal quantile plot

show.aov

Logical. controls display of ANOVA model

show.tukey

Logical. controls display of Tukeys HSD for pairwise comparisons.

show.barplot

Controls barplot + CIs of means

conf.level

Confidence level used for barplot + CIs

show.boxplots

Controls display of boxplots

n.int

number of intervals used in histogram

adj.barlimits

Controls limits for y axis in barplot

show.stats

Controls display of descriptive statistics

check.sampdist

Controls checking of sampling distribution of the statistic

Value

none

Examples

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

## End(Not run)

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