pder {scaRabee} | R Documentation |
Compute Matrix of Partial Derivatives
Description
pder
is a secondary function called by get.cov.matrix
. It
computes the matrix of partial derivatives for the model predictions and the
residual variability. pder
is typically not called directly by users.
Usage
pder(subproblem = NULL,
x = NULL)
Arguments
subproblem |
A list containing the following levels:
|
x |
The vector of p final parameter estimates. |
Value
Return a list containing the p x p matrices of partial
derivatives for model predictions (mpder
) and residual variability
(wpder
).
Author(s)
Sebastien Bihorel (sb.pmlab@gmail.com)