h_gradient {mmrm} | R Documentation |
Computation of a Gradient Given Jacobian and Contrast Vector
Description
Computes the gradient of a linear combination of beta
given the Jacobian matrix and
variance parameters.
Usage
h_gradient(jac_list, contrast)
Arguments
jac_list |
( |
contrast |
( |
Value
Numeric vector which contains the quadratic forms of each element of
jac_list
with the contrast
vector.
[Package mmrm version 0.3.15 Index]