get.chisq.Rd 600 B

1234567891011121314151617181920212223
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/stats.R
  3. \name{get.chisq}
  4. \alias{get.chisq}
  5. \title{Determine statistical significance of df/df1 splitting for variable using chi-square test}
  6. \usage{
  7. get.chisq(df, df1, var, keys)
  8. }
  9. \arguments{
  10. \item{df}{data frame with entries selected by an outcome variable}
  11. \item{df1}{complementary data frame to df}
  12. \item{var}{variable to test dependency for}
  13. \item{keys}{possible values of var}
  14. }
  15. \value{
  16. chisq.test output
  17. }
  18. \description{
  19. Determine statistical significance of df/df1 splitting for variable using chi-square test
  20. }