stats {joker}R Documentation

Statistical Functions

Description

A set of statistics that extend the ones made available in the stats package.

Usage

bvar(x)

bsd(x)

rowVar(x)

colVar(x)

## S4 method for signature 'numeric'
skew(x)

## S4 method for signature 'numeric'
kurt(x)

Arguments

x

numeric for bvar() and bsd(), matrix for rowVar() and colVar().

Value

bvar() and bsd() return a single numeric, rowVar() and colVar() return a numeric vector.

Functions


[Package joker version 0.14.2 Index]