Learn R Programming

CLME (version 2.0-6)

vcov.clme: Variance-covariance matrix

Description

Extracts variance-covariance matrix for objects of class clme.

Variance-covariance matrix

Usage

"vcov"(object, ...)
"vcov"(object, ...)

Arguments

object
object of class clme.
...
space for additional arguments

Value

Numeric matrix.

See Also

CLME-package clme

Examples

Run this code

data( rat.blood )
cons <- list(order = "simple", decreasing = FALSE, node = 1 )
clme.out <- clme(mcv ~ time + temp + sex + (1|id), data = rat.blood , 
                 constraints = cons, seed = 42, nsim = 0)
                 
vcov( clme.out )

Run the code above in your browser using DataLab