Learn R Programming

vici (version 0.7.3)

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)

Value

a list.

Arguments

object

a gls object.

tol

a tolerance

Details

This code is adapted from code in compute_auxillary internal function of pbkrtest package.