Usage
Estimator(x, estimator, name, Infos, asvar = NULL, nuis.idx,
trafo = NULL, fixed = NULL, asvar.fct, na.rm = TRUE, ...)
Arguments
estimator
function: estimator to be evaluated on x
.
name
optional name for estimator.
Infos
character: optional informations about estimator
asvar
optionally the asymptotic (co)variance of the estimator
nuis.idx
optionally the indices of the estimate belonging
to nuisance parameter
fixed
optionally (numeric) the fixed part of the parameter
trafo
an object of class MatrixorFunction
-- a transformation
for the main parameter
asvar.fct
optionally: a function to determine the corresponding
asymptotic variance; if given, asvar.fct
takes arguments
L2Fam
((the parametric model as object of class L2ParamFamily
))
and param
(the p
na.rm
logical: if TRUE
, the estimator is evaluated at complete.cases(x)
.
...
further arguments to estimator
.