.deltaMethodObs {RGAP} | R Documentation |
Computes standard errors of the observation equation using the delta method (for forecast).
Description
Computes standard errors of the observation equation using the delta method (for forecast).
Usage
.deltaMethodObs(out, nameObs, model, constant = 1)
Arguments
out |
The return object of the function |
nameObs |
The name of the observation equation as character. |
model |
An object of class |
constant |
A constant used in the transformation functions. |
[Package RGAP version 0.1.1 Index]