shah-in-boots / rmdl

A Causality-Informed Modeling Appraoch
https://shah-in-boots.github.io/rmdl/
Other
0 stars 0 forks source link

Warnings for `model_table()` #46

Open shah-in-boots opened 7 months ago

shah-in-boots commented 7 months ago

After using the fit() function for <fmls> objects, an internal option is to generate either raw or unmodified models in a list format, versus a cleaner <mdl> object.

If a raw model is given to the model_table() function, then it should 1) error or warn that this cannot be used yet or 2) process it best as it can, which would leave out certain elements that are not retained from the fitting process.

My preference is to warn/error with raw models for now for protection.