| 1234567891011121314151617181920212223 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/stats.R
- \name{get.chisq}
- \alias{get.chisq}
- \title{Determine statistical significance of df/df1 splitting for variable using chi-square test}
- \usage{
- get.chisq(df, df1, var, keys)
- }
- \arguments{
- \item{df}{data frame with entries selected by an outcome variable}
- \item{df1}{complementary data frame to df}
- \item{var}{variable to test dependency for}
- \item{keys}{possible values of var}
- }
- \value{
- chisq.test output
- }
- \description{
- Determine statistical significance of df/df1 splitting for variable using chi-square test
- }
|