print.varcorr_clme {CLME}R Documentation

Printout for variance components

Description

Prints variance components of an objects of clme.

Usage

## S3 method for class 'varcorr_clme'
print(object, rdig = 5, ...)

Arguments

object

object of class clme.

rdig

number of digits to round to.

...

space for additional arguments.

Value

Text printed to console.

See Also

CLME-package clme

Examples

## Not run: 
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)
                 
print.varcorr_clme( clme.out )

## End(Not run)

[Package CLME version 2.0-12 Index]