corMatrix.covFracBM {covBM}R Documentation

corMatrix.covFracBM

Description

This method generates a scaled covariance matrix (or list of matrices), for a "covFracBM" "corStruct" object.

Usage

## S3 method for class 'covFracBM'
corMatrix(object, covariate = getCovariate(object), ...)

Arguments

object

An object of class covFracBM, inheriting from corStruct.

covariate

List of covariate vectors, at which values the correlation matrix, or list of correlation matrices, are to be evaluated, as for corMatrix.corStruct.

...

Additional arguments (not used by this method).


[Package covBM version 0.1.0 Index]