baseMethods {fBasics} | R Documentation |
Basic extensions which which add and/or modify
additional functionality which is not available
in R's basic packages.
Added and/or modified functions:
attach | extends attach function, |
rank | extends rank function, |
stdev | adds stdev function, |
termPlot | adds term plot function, |
volatility | adds volatility function. |
## Default S3 method: stdev(x, na.rm = FALSE) ## Default S3 method: termPlot(model, ...) ## Default S3 method: volatility(object, ...)
na.rm |
an logical value - should the NA values be removed. |
model |
a fitted model object. |
object |
an object from which to extract the volatility. |
x |
[align] - |
... |
arguments to be passed. |
For details we refer to the original help pages.