Learn R Programming

rrcov (version 0.4-01)

CovControlMest-class: Class 'CovControlMest' - contains control parameters for "CovMest"

Description

This class extends the CovControl class and contains the control parameters for CovMest

Arguments

Objects from the Class

Objects can be created by calls of the form new("CovControlMest", ...) or by calling the constructor-function CovControlMest.

Extends

Class "CovControl", directly.

Examples

Run this code
## the following two statements are equivalent
    ctrl1 <- new("CovControlMest", r=0.4)
    ctrl2 <- CovControlMest(r=0.4)

    data(hbk)
    CovMest(hbk, control=ctrl1)

Run the code above in your browser using DataLab