Learn R Programming

CLME (version 2.0-12)

print.varcorr_clme: Printout for variance components

Description

Prints variance components of an objects of clme.

Usage

# S3 method for 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

Run this code
# 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 )
# }

Run the code above in your browser using DataLab