smartdata-analysis-and-statistics / precmed

A doubly robust precision medicine approach to estimate and validate conditional average treatment effects
https://smartdata-analysis-and-statistics.github.io/precmed/
Apache License 2.0
4 stars 0 forks source link

Object-oriented programming #16

Closed NightlordTW closed 1 year ago

NightlordTW commented 1 year ago

The main output of the R package is currently a list. I would change the attribute type of the list to an object (e.g. "precmed" object) for which we will later create various generic functions

StanWijn commented 1 year ago

Fixed and already included coef(output) into the example of pm()