Learn R Programming

COINr (version 1.1.14)

get_stats: Statistics of columns/indicators

Description

Generic function for reports various statistics from a data frame or coin. See method documentation:

Usage

get_stats(x, ...)

Value

A data frame of statistics for each column

Arguments

x

Object (data frame or coin)

...

Further arguments to be passed to methods.

Details

  • get_stats.data.frame()

  • get_stats.coin()

See also vignette("analysis").

This function replaces the now-defunct getStats() from COINr < v1.0.

Examples

Run this code
# see individual method documentation

Run the code above in your browser using DataLab