Learn R Programming

LMMsolver (version 1.0.12)

diagnosticsMME: Give diagnostics for mixed model coefficient matrix C and the cholesky decomposition

Description

Give diagnostics for mixed model coefficient matrix C and the cholesky decomposition

Usage

diagnosticsMME(object)

Value

A summary of the mixed model coefficient matrix and its choleski decomposition.

Arguments

object

an object of class LMMsolve.

Examples

Run this code
## Fit model on oats data
data(oats.data)

## Fit simple model with only fixed effects.
LMM1 <- LMMsolve(fixed = yield ~ rep + gen,
                data = oats.data)

## Obtain deviance.
diagnosticsMME(LMM1)

Run the code above in your browser using DataLab