Basic extensions which add and/or modify additional functionality which is not available in R's basic packages.
# S3 method for default
stdev(x, na.rm = FALSE)# S3 method for default
termPlot(model, ...)
a fitted model object.
an object for which to compute the standard deviation.
a logical value - should the NA values be removed.
arguments to be passed.
stdev
and termPlot
are generic functions with default
methods stats::sd
and stats::termplot
, respectively.