sd2 {MultiRR} | R Documentation |
This is not a user level function
sd2(x)
x |
##---- 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)
}