wrap.desc: Descriptive statistics

Description Usage Arguments Examples

View source: R/wrap.desc.R

Description

Computes descriptive statistics for one dependent variable, parsed by between 0 and 2 independent variables.

Usage

1
wrap.desc(dv1, iv1 = NULL, iv2 = NULL)

Arguments

dv1

Column vector containing the dependent variable

iv1, iv2

Column vectors containing the independent variables

Examples

1
2
3
4
5
## Parsing the dependent variable by 0 independent variables
wrap.desc(dv1 = bdata$DV1)

## Parsing the dependent variable by 1 independent variable
wrap.desc(dv1 = bdata$DV1, iv1 = bdata$IV2)

michaelkardas/behavioralwrappers documentation built on Jan. 2, 2020, 7:46 a.m.