| pder | R Documentation |
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.
pder(subproblem = NULL,
x = NULL)
subproblem |
A list containing the following levels:
|
x |
The vector of p final parameter estimates. |
Return a list containing the p x p matrices of partial
derivatives for model predictions (mpder) and residual variability
(wpder).
Sebastien Bihorel (sb.pmlab@gmail.com)
get.cov.matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.