Learn R Programming

CLME (version 2.0-6)

print.clme: Printout of fitted object.

Description

Prints basic information on a fitted object of class clme.

Usage

"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 )
# ## End(Not run)

Run the code above in your browser using DataLab