% Generated by roxygen2: do not edit by hand % Please edit documentation in R/stats.R \name{get.fisher} \alias{get.fisher} \title{Determine statistical significance of df/df1 splitting for variable using FIsher's exact test} \usage{ get.fisher(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{ fisher.test output } \description{ Determine statistical significance of df/df1 splitting for variable using FIsher's exact test }