getCenter-methods {rrcov}R Documentation

Accessor methods to the essential slots of Cov and its subclasses

Description

Accessor methods to the slots of objects of classCov and its subclasses

Usage

getCenter(obj)
getCov(obj)
getCorr(obj)
getData(obj)
getDistance(obj)
getEvals(obj)
getMeth(obj)
isClassic(obj)

Arguments

obj an object of class "Cov" or of a class derived from "Cov"

Methods

obj = "Cov"
generic functions - see getCenter, getCov, getCorr, getData, getDistance, getEvals, isClassic
obj = "CovRobust"
generic functions - see getCenter, getCov, getCorr, getData, getDistance, getEvals, getMeth, isClassic

[Package rrcov version 0.5-01 Index]