extract
method for ivx
objects
extract.ivx(
model,
include.wald = TRUE,
include.nobs = TRUE,
include.aic = FALSE,
include.bic = FALSE,
include.rsquared = FALSE,
include.adjrs = FALSE,
...
)
extract.ivx_ar(
model,
include.wald = TRUE,
include.nobs = TRUE,
include.aic = FALSE,
include.bic = FALSE,
include.rsquared = FALSE,
include.adjrs = FALSE,
...
)
A statistical model object.
Report the Wald statistic.
Report the number of observations in the GOF block?
Report Akaike's Information Criterion (AIC) in the GOF block?
Report the Bayesian Information Criterion (BIC) in the GOF block?
Report the R-squared.
Report the Adjusted R-squared.
Custom parameters, which are handed over to subroutines. Currently not in use.