% Generated by roxygen2: do not edit by hand % Please edit documentation in R/stats.R \name{get.u} \alias{get.u} \title{Determine statistical significance of df/df1 splitting for a continous variable (MWU/Wilcox)} \usage{ get.u(df, df1, var) } \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} } \value{ wilcox.test output } \description{ Determine statistical significance of df/df1 splitting for a continous variable (MWU/Wilcox) }