baseMethods {fBasics} | R Documentation |
Generic functions extensions
Description
Basic extensions which add and/or modify additional functionality which is not available in R's basic packages.
Usage
## Default S3 method:
stdev(x, na.rm = FALSE)
## Default S3 method:
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
[Package fBasics version 4032.96 Index]