Learn R Programming

CLME (version 2.0-4)

formula.clme: Extract formula

Description

Extracts the formula from objects of class clme.

Usage

"formula"(x, ...)

Arguments

x
object of class clme.
...
space for additional arguments

Value

Returns a formula object

Details

The package CLME parametrizes the model with no intercept term. If an intercept was included, it will be removed automatically.

See Also

CLME-package clme

Examples

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

formula( clme.out )

Run the code above in your browser using DataLab