baseMethods: Generic functions extensions

baseMethodsR 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

sd, termplot


fBasics documentation built on Nov. 3, 2023, 5:10 p.m.