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)
Arguments
- model
A linear mixed model object
- tol
A tolerance
Details
The code is greatly inspired by code from the lmerTest
package.