baseMethods | R Documentation |
Basic extensions which add and/or modify additional functionality which is not available in R's basic packages.
## Default S3 method:
stdev(x, na.rm = FALSE)
## Default S3 method:
termPlot(model, ...)
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. |
stdev
and termPlot
are generic functions with default
methods stats::sd
and stats::termplot
, respectively.
sd
,
termplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.