std.dev {pda}R Documentation

standard deviation of object

Description

Usage

std.dev(object)

Arguments

object vector or object from linear model fit

Value

standard deviation

Examples

## Not run: 
std.dev(x)
std.dev(lm(y~a+b,data))
## End(Not run)

[Package pda version 1.1-2 Index]