Description Usage Arguments References
View source: R/basic_functions.R
This function performs a wilcox test to identify, if there is an effect of the exposure on the outcome.
1 | wilcox.nofone(data, exposure, outcome)
|
data |
dataframe with trail data |
exposure |
identifies the column of exposure variable |
outcome |
identifies the column of outccome variable |
“ This function uses the method wilcox.test from stats package. Run '?wilcox.test' for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.