extract method for betareg objectsextract method for betareg objects created by the
betareg function in the betareg package.
# S4 method for betareg
extract(
model,
include.precision = TRUE,
include.pseudors = TRUE,
include.loglik = TRUE,
include.nobs = TRUE,
...
)A statistical model object.
Report precision in the GOF block?
Report pseudo R^2 in the GOF block?
Report the log likelihood in the GOF block?
Report the number of observations in the GOF block?
Custom parameters, which are handed over to subroutines, in this
case to the summary method for the object.