my.chisq.test: my.chisq.test

Description Usage Arguments

Description

Helper function called for chi.2.exp that also supplies n and craemer's v. Test this vs assocstats in vcd package

Usage

1
2
my.chisq.test(x, y = NULL, correct = TRUE, p = rep(1/length(x),
  length(x)), rescale.p = FALSE, simulate.p.value = FALSE, B = 2000)

Arguments

x

Data frame

y

R object that x will be compared to

correct

Logical that applies Yates continuity correction

p

Integer that applies the replicate function over the length of x

rescale.p

Logical to rescale the probability

simulate.p.value

Logical that simulates a probability value

B

Numeric that describes the number of replicates the simulated p value is based on


Boshoffsmit/novaReport documentation built on May 6, 2019, 8 a.m.