Learn R Programming

CLME (version 2.0-12)

print.clme: Printout of fitted object.

Description

Prints basic information on a fitted object of class clme.

Usage

# S3 method for clme
print(x, ...)

Arguments

x

an object of class clme.

...

space for additional arguments

Value

Text printed to console.

See Also

CLME-package clme

Examples

Run this code
# NOT RUN {
data( rat.blood )
set.seed( 42 )
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 = 10)

print( clme.out )
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab