Returns an object
of class deltamethod which is a list with the following elements:
call
Function call.
args
Function arguments.
coef
Estimates.
vcov
Sampling variance-covariance matrix.
jacobian
Jacobian matrix.
fun
Function used ("DeltaGeneric").
Arguments
object
R object.
Fitted model object with coef and vcov methods
that return a named vector of
estimated parameters and sampling variance-covariance matrix,
respectively.
def
List of character strings.
A list of defined functions of parameters.
The string should be a valid R expression when parsed
and should result a single value when evaluated.
theta
Numeric vector.
Parameter values when the null hypothesis is true.
alpha
Numeric vector.
Significance level/s.
z
Logical.
If z = TRUE,
use the standard normal distribution.
If z = FALSE,
use the t distribution.