Delta method
An internal generic function, customized for approximating the standard errors of the estimated multipliers.
delta_method(object, vcov_matrix = NULL) ## S3 method for class 'ardl' delta_method(object, vcov_matrix = NULL) ## S3 method for class 'uecm' delta_method(object, vcov_matrix = NULL)
object |
An object of |
vcov_matrix |
The estimated covariance matrix of the random variable
that the transformation function uses to estimate the standard errors (and
so the t-statistics and p-values) of the multipliers. The default is
|
delta_method
returns a numeric vector of the same length as
the number of the independent variables (excluding the fixed ones) in the
model.
Kleanthis Natsiopoulos, klnatsio@gmail.com
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.