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()
Any help greatly appreciated.