sd2 {MultiRR}R Documentation

sd2 is not a user level function

Description

This is not a user level function

Usage

sd2(x)

Arguments

x

Examples

##---- 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)
  }

[Package MultiRR version 1.1 Index]