print.varcorr_clme: Printout for variance components

Description Usage Arguments Value See Also Examples

View source: R/utilities.r

Description

Prints variance components of an objects of clme.

Usage

1
2
## 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

1
2
3
4
5
6
7
8
9
## 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)

CLME documentation built on July 8, 2020, 5:49 p.m.