coef.covIOU {covBM} | R Documentation |
coef.covIOU
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
## S3 method for class 'covIOU'
coef(object, unconstrained = TRUE, ...)
Arguments
object |
|
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
cov3<-covIOU(form=~time|group)
coef(cov3)
[Package covBM version 0.1.0 Index]