compute_auxillary {pbkrtest} | R Documentation |
Computes vcov of variance parameters (theta, sigma), jacobian of each variance parameter etc.
compute_auxillary(model, tol = 1e-06)
model |
A linear mixed model object |
tol |
A tolerance |
The code is greatly inspired by code from the lmerTest package.
A list
Søren Højsgaard