wrap.desc | R Documentation |
Computes descriptive statistics for one dependent variable, parsed by between 0 and 2 independent variables.
wrap.desc(dv1, iv1 = NULL, iv2 = NULL)
dv1 |
Column vector containing the dependent variable |
iv1, iv2 |
Column vectors containing the independent variables |
## Parsing the dependent variable by 0 independent variables wrap.desc(dv1 = bdata$DV5) ## Parsing the dependent variable by 1 independent variable wrap.desc(dv1 = bdata$DV5, iv1 = bdata$IV2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.