varDescribeBy: Provides common desriptives for dataframe by factor(s)

Description Usage Arguments Value Author(s) Examples

Description

Provides commons descriptive statistics for a data frame split on some factor or combination of factors. Essentially a wrapper for varDescribe() and by().

Usage

1
varDescribeBy(Data, IVList)

Arguments

Data

a dataframe

IVList

list of one or more factors from data frame

Value

An object of class "by", giving the results from varDescribe() applied to each subset.

Author(s)

John J. Curtin jjcurtin@wisc.edu

Examples

1
2
##NOT RUN
##varDescribeBy(Adler,list(Adler$expectation,Adler$instruction))

Example output



lmSupport documentation built on May 2, 2019, 2:14 p.m.