Learn R Programming

fBasics (version 4021.93)

baseMethods: Generic functions extensions

Description

Basic extensions which add and/or modify additional functionality which is not available in R's basic packages.

Added and/or modified functions:

attach (defunct)extends attach function,
rank (defunct)extends rank function,
stdevadds stdev function,
termPlotadds term plot function,
volatilityadds volatility function.

Usage

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

# S3 method for default termPlot(model, ...) # S3 method for default volatility(object, ...)

Arguments

na.rm

a 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 class "ts" or "mts" which will be transformed into an one-column or multi-column rectangular object of class "matrix".
[as.POSIXlt] -
an object to be converted.

...

arguments to be passed.

Details

For details we refer to the original help pages.