get.u.Rd 552 B

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