Skip to contents

Basic extensions which add and/or modify additional functionality which is not available in R's basic packages.

Usage

# S3 method for default
stdev(x, na.rm = FALSE)

# S3 method for default
termPlot(model, ...)

Arguments

model

a fitted model object.

x

an object for which to compute the standard deviation.

na.rm

a logical value - should the NA values be removed.

...

arguments to be passed.

Details

stdev and termPlot are generic functions with default methods stats::sd and stats::termplot, respectively.

See also