tidy_chisq: Tidiers for lists returned from chisq.test

View source: R/tidy_chisq.R

tidy_chisqR Documentation

Tidiers for lists returned from chisq.test

Description

Tidies objects returned by the chisq.test function. This function is now deprecated. Use augment method from broom package

Usage

tidy_chisq(x, ...)

Arguments

x

list returned by chisq.test or svychisq

...

extra arguments

Examples

test <- chisq.test(xtabs(Freq ~ Sex + Class, data = as.data.frame(Titanic)))
broom::augment(test)

larmarange/JLutils documentation built on March 24, 2023, 6:39 a.m.