v0.2.0
- Add
chol
method todbt_linreg.ols()
, and also set as the default method. (This method is significantly faster thanfwl
, and has a few other benefits.) - Add standard error column in
long
format forchol
method.
chol
method to dbt_linreg.ols()
, and also set as the default method. (This method is significantly faster than fwl
, and has a few other benefits.)long
format for chol
method.