Computation of a Gradient Given Jacobian and Contrast Vector
Source:R/satterthwaite.R
h_gradient.Rd
Computes the gradient of a linear combination of beta
given the Jacobian matrix and
variance parameters.
Arguments
- jac_list
(
list
)
Jacobian list produced e.g. byh_jac_list()
.- contrast
(
numeric
)
contrast vector, which needs to have the same number of elements as there are rows and columns in each element ofjac_list
.