estimating_function-class {geex} | R Documentation |
estimating_function S4 class
Description
estimating_function S4 class
Slots
.estFUN
the estimating function.
.outer_args
a named
list
of arguments passed to the outer function of.estFUN
. Should *not* include thedata
argument..inner_args
a named
list
of arguments passed to the inner function of.estFUN
. Should *not* include thetheta
argument.
[Package geex version 1.1.1 Index]