get_stats {COINr}R 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

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


[Package COINr version 1.1.7 Index]