descmat: Descriptives Matrix function

Description Usage Arguments Details Examples

View source: R/descmat.r

Description

Computes numerous descriptive statistics returning a matrix

Usage

1
descmat(x, ..., na.rm = TRUE)

Arguments

x

A list of variables to compute descriptive statistics for.

...

Statistics to be cacluated.

na.rm

Whether missing values will be removed, defaults to TRUE.

Details

This function takes a list of methods (e.g. mean, variance) and computes these for the list of x variables. The computed statistics are found along the columns and the different variables are found along the rows.

Examples

1
2
## Example with college football data
data(cfbMinn)

lebebr01/SPSStoR documentation built on Nov. 21, 2019, 9:45 p.m.