View source: R/extract-texreg-methods.R
extract
method for ivx
objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 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,
...
)
|
model |
A statistical model object. |
include.wald |
Report the Wald statistic. |
include.nobs |
Report the number of observations in the GOF block? |
include.aic |
Report Akaike's Information Criterion (AIC) in the GOF block? |
include.bic |
Report the Bayesian Information Criterion (BIC) in the GOF block? |
include.rsquared |
Report the R-squared. |
include.adjrs |
Report the Adjusted R-squared. |
... |
Custom parameters, which are handed over to subroutines. Currently not in use. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.