mwelz / GenericML

R implementation of Generic Machine Learning Inference (Chernozhukov, Demirer, Duflo and Fernández-Val, 2020).
GNU General Public License v3.0
64 stars 14 forks source link

replaced if() conditions comparing class() to string #18

Closed mwelz closed 2 years ago

mwelz commented 2 years ago

Replaced if() conditions comparing class() to string with the safer isa().