malecki / apsrtable

1 stars 1 forks source link

Stars display incorrectly for glm and lm models #7

Open jknowles opened 9 years ago

jknowles commented 9 years ago

In the apsrtable function I incorrectly overwrote the Pr(>|t|) column in the coefficient summaries for lm and glm objects in an attempt to overwrite it for any models that don't automatically generate on the fly t-tests of model parameters for the purposes of statistical significance.

I have fixed this now, and both merMod and glm and lm models should be working as expected in my jknowles/apsrtable@dev branch.