FMenchetti / CausalArima

An R package to estimate the effect of interventions on univariate time series using ARIMA models
15 stars 3 forks source link

Develop a function to create a table for multiple cArima fitted objects #10

Closed FMenchetti closed 2 years ago

FMenchetti commented 2 years ago

Users may have the need to fit CausalArima on multiple independent time series. Instead of calling table(cArima) multiple time and copy-paste each table manually, it may be useful to provide an additional function that, starting from many fitted object, creates a table in just one step

FMenchetti commented 2 years ago

Maybe not so interesting