| 123456789101112131415161718192021 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/stats.R
- \name{get.t}
- \alias{get.t}
- \title{Determine statistical significance of df/df1 splitting for a continous variable (T-test)}
- \usage{
- get.t(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 (T-test)
- }
|