extract method for apollo objects created by
apollo::apollo_estimate().
Usage
# S4 method for class 'apollo'
extract(
model,
wtpest = NULL,
se = "rob",
include.loglik = TRUE,
include.nobs = TRUE,
...
)Arguments
- model
An object of class
apollo.- wtpest
Optional
data.frameof willingness-to-pay estimates (and standard errors).- se
Which standard errors to use:
"rob","normal", or"bs".- include.loglik
Report the log likelihood (including for the null model) in the GOF block?
- include.nobs
Report the number of observations and individuals in the GOF block?
- ...
Currently ignored.
Author
Julian Sagebiel julian.sagebiel@idiv.de, Philip Leifeld