mode_s: Mode

Description Usage Arguments Author(s) Examples

Description

Adds ability to find the mode of variables

Usage

1
mode_s(x)

Arguments

x

Author(s)

Matt Beech

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x) 
{
  }

DataCowboy/bstat documentation built on May 12, 2019, 5:19 p.m.