View source: R/qreml_functions.R
| sdreport_outer | R Documentation |
Computes standard deviations for the smoothing parameters of a model object returned by qreml using the delta method.
sdreport_outer(mod, invert = FALSE)
mod |
model objects as returned by |
invert |
optional logical; if |
The computations are based on the approximate gradient of the restricted log likelihood. The outer Hessian is computed by finite differencing of this gradient. If the inverse smoothing parameters are requested, the standard deviations are transformed to the variances using the delta method.
list containing report matrix summarising parameters and standard deviations as well as the outer Hessian matrix.
## no examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.