covfmScreePlot {robust}R Documentation

Screeplot

Description

Draws overlaid screeplots for the models in a covfm object.

Usage

  covfmScreePlot(x, variables, ...)

Arguments

x an object of class "covfm" containing 2 elements.
variables a vector of positive integers specifying which eigenvalues are to be drawn. By default the 10 largest eigenvalues are plotted.
... additional arguments are passed to the low-level plotting functions.

Details

This function is called by the generic function plot.covfm. To use this function on a "cov" or "covRob" object first use fit.models to coerce the object to class "covfm".

Value

x is invisibly returned.

See Also

plot.covfm, fit.models, covRob, cov.

Examples

  data(woodmod.dat)
  woodmod.fm <- fit.models(list(Robust = "covRob", Classical = "cov"), data = woodmod.dat)
  covfmScreePlot(woodmod.fm)

[Package robust version 0.3-4 Index]