get_stats: Statistics of columns/indicators

View source: R/stats.R

get_statsR Documentation

Statistics of columns/indicators

Description

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

Usage

get_stats(x, ...)

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.

Value

A data frame of statistics for each column

Examples

# see individual method documentation


COINr documentation built on Oct. 9, 2023, 5:07 p.m.