Learn R Programming

pbkrtest (version 0.5.1)

compute_auxillary: Compute_auxillary quantities needed for the Satterthwaite approximation.

Description

Computes vcov of variance parameters (theta, sigma), jacobian of each variance parameter etc.

Usage

compute_auxillary(model, tol = 1e-06)

Value

A list

Arguments

model

A linear mixed model object

tol

A tolerance

Author

Søren Højsgaard

Details

The code is greatly inspired by code from the lmerTest package.