print.clme {CLME} | R 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 |
... |
space for additional arguments |
Value
Text printed to console.
See Also
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)
[Package CLME version 2.0-12 Index]