shah-in-boots / rmdl

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

{gt} table implementation #47

Open shah-in-boots opened 9 months ago

shah-in-boots commented 9 months ago

This is the final aspect needed for package release. This needs to be a clean extension of turning <mdl_tbl> objects into <gt_tbl> objects. Considering this, it may better to subclass another S3 class that extends {gt} instead of directly output a {gt} table.

shah-in-boots commented 5 months ago

The root class, the articulating object, is the beta relationship between two variables. It has to have certain characteristics to be able to calculate attributes about it and to give it "neighbors" based on context. All of this must be available or derivable from the mdl_tbl object

Will need to formalize this thought process.