Description Usage Arguments Value Author(s)
View source: R/midas_r_methods.R
Extract coefficients and GOF measures from MIDAS regression object
1 2 3 4 5 6 7 | extract.midas_r(
model,
include.rsquared = TRUE,
include.nobs = TRUE,
include.rmse = TRUE,
...
)
|
model |
a MIDAS regression object |
include.rsquared, |
If available: should R-squared be reported? |
include.nobs |
If available: should the number of observations be reported? |
include.rmse |
If available: should the root-mean-square error (= residual standard deviation) be reported? |
... |
additional parameters passed to summary |
texreg object
Virmantas Kvedaras, Vaidotas Zemlys
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.