coef.covIOU: coef.covIOU

Description Usage Arguments Examples

Description

This is a method function that extracts the perturbation and Alpha parameters associated with an integrated Ornstein-Uhlenbeck (IOU) process correlation structure object.

Usage

1
2
## S3 method for class 'covIOU'
coef(object, unconstrained = TRUE, ...)

Arguments

object

An object of class covIOU, inheriting from corStruct.

unconstrained

A logical value. If TRUE the coefficients are returned in unconstrained form (as used in the optimization algorithm). If FALSE the coefficients are returned in "natural" form.

...

Additional arguments (not used by this method).

Examples

1
2
cov3<-covIOU(form=~time|group)
coef(cov3)

covBM documentation built on May 1, 2019, 7:53 p.m.