Is it possible to extract the adjusted r-squared and p-value of the f-ratio from fable in R?

174 Views Asked by At

I have used the fantastic fable package to produce multiple ARIMA models with different combinations of external regressors. Is it possible to extract the r-squared (adjusted for degrees of freedom) and the p-value for the f-ratio in a table format similar to glance() i.e. models in rows and 2 cols for the stats?

Output from glance()

Output from glance()

Any help greatly appreciated.

0

There are 0 best solutions below