cov_par {varycoef}R Documentation

Extact Covariance Parameters

Description

Function to extract the covariance parameters from an SVC_mle or SVC_selectionobject.

Usage

cov_par(...)

## S3 method for class 'SVC_mle'
cov_par(object, ...)

## S3 method for class 'SVC_selection'
cov_par(object, ...)

Arguments

...

further arguments

object

SVC_mle or SVC_selection object

Value

vector with covariance parameters with the following attributes:

Author(s)

Jakob Dambon


[Package varycoef version 0.3.4 Index]