clbustos / dominanceAnalysis

Dominance Analysis (Azen and Bodescu), for multiple regression models: OLS (univariate, multivariate), beta regression, Dynamic Linear Models, GLM and HLM
23 stars 13 forks source link

Support for the rms package #2

Open maikol-solis opened 4 years ago

maikol-solis commented 4 years ago

Hi!

Would it be possible to use this package with rms (https://cran.r-project.org/package=rms)?

I could collaborate if you will.

Thanks.

clbustos commented 4 years ago

Oh, rms is a great package. A quick fix will be create copies of da.lm.fit and da.glm.fit using the names of the rms functions that replaces them (ols and olr). A better way will be create an unique method, and create alias for them.