sd2: sd2 is not a user level function

Description Usage Arguments Examples

Description

This is not a user level function

Usage

1
sd2(x)

Arguments

x

Examples

1
2
3
4
5
6
7
8
9
##---- 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) 
{
    apply(x, 2, sd)
  }

MultiRR documentation built on May 1, 2019, 8:42 p.m.