COV_TYPES {mmrm} | R Documentation |
Covariance Type Database
Description
An internal constant for covariance type information.
Usage
COV_TYPES
Format
A data frame with 5 variables and one record per covariance type:
- name
-
The long-form name of the covariance structure type
- abbr
-
The abbreviated name of the covariance structure type
- habbr
-
The abbreviated name of the heterogeneous version of a covariance structure type (The abbreviated name (
abbr
) with a trailing"h"
if the structure has a heterogeneous implementation orNA
otherwise). - heterogeneous
-
A logical value indicating whether the covariance structure has a heterogeneous counterpart.
- spatial
-
A logical value indicating whether the covariance structure is spatial.
[Package mmrm version 0.3.15 Index]