Last data update: 2014.03.03

R: Printout of fitted object.
print.clmeR Documentation

Printout of fitted object.

Description

Prints basic information on a fitted object of class clme.

Usage

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

## 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 )

## End(Not run)

Results