hanase / BMA

R package for Bayesian model averaging
34 stars 11 forks source link

almost standardized the components between bic.glm.data.frame, bic.glm.formula, and bic.glm.matrix #2

Open sbgraves237 opened 4 years ago

sbgraves237 commented 4 years ago

all.equal(names(...), names(...)) between the outputs of bic.glm.data.frame, bic.glm.formula, and bic.glm.matrix. I believe the components are numerically identical, but the names are different. Fixing the names of the components is a next step.

sbgraves237 commented 4 years ago

I ran "git config --global core.autocrlf true" on my macOS 10.15.1 machine, per request from Hana. I don't know if this fixed anything; I hope it did, but I'm not sure. The main difference between this version and "hanase/BMA" is that names(bic.glm) are the same between the three different methods. I believe the answers are numerically equivalent, but the names in many components are different. I've also added examples to "bic.glm.Rd" to test some of these differences.