Learn R Programming

MultiRR (version 1.1)

sd2: sd2 is not a user level function

Description

This is not a user level function

Usage

sd2(x)

Arguments

x

Examples

Run this code
##---- 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)
  }

Run the code above in your browser using DataLab