Learn R Programming

fBasics (version 2110.79)

baseMethods: Generic Functions Extensions

Description

Basic extensions which which add and/or modify additional functionality which is not available in R's basic packages. Added and/or modified functions: ll{ attach extends attach function, rank extends rank function, stdev adds stdev function, termPlot adds term plot function, volatility adds volatility function. }

Usage

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

## S3 method for class 'default': termPlot(model, \dots) ## S3 method for class 'default': volatility(object, \dots)

Arguments

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] - x-coordinates of the points to be aligned. [log][sort][var] - first argument. [print.control] - cr prints an unlisted object of class control. [as.matrix.ts][as.matrix.mts] - an univariate or multivariate time series object of
...
arguments to be passed.

Details

For details we refer to the original help pages.