Open alexpghayes opened 6 years ago
Additionally, the estimatr::lm_robust
cluster argument
Should bare/unquoted variables be a standard? Or should formulas? But would standard formula semantics make sense or would that be overloading the formula operator (I suspect it would).
An example of just passing model parameters directly as arguments: astsa::sarima(sunspots, 1, 2, 0)
A la
I like this interface but it raises a question about the appropriate way to specify model parameters (as opposed to hyperparameters). Or maybe the question is whether the ARMA and GARCH values are parameters or hyperparameters. Also, the model fitting process here is very iterative working with a single model at a time, then comparing several models at the end. I think this is a good canonical example of a workflow that needs to be supported.