compute_jaclist: Compute_jaclist quantities needed for the Satterthwaite
approximation.
Description
Computes vcov of variance parameters (theta, sigma), jacobian of
each variance parameter etc.
Usage
compute_jaclist(object, tol = 1e-06)
Arguments
- object
a gls
object.
- tol
a tolerance
Details
This code is adapted from code in compute_auxillary
internal
function of pbkrtest package.