Learn R Programming

texreg (version 1.40)

extract,apollo-method: extract method for apollo objects

Description

extract method for apollo objects created by apollo::apollo_estimate().

Usage

# S4 method for apollo
extract(
  model,
  wtpest = NULL,
  se = "rob",
  include.loglik = TRUE,
  include.nobs = TRUE,
  ...
)

Arguments

model

An object of class apollo.

wtpest

Optional data.frame of 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