dstanley4 / apaTables

Development version of apaTables R package. Current stable version is on the CRAN.
http://dstanley4.github.io/apaTables/
Other
55 stars 13 forks source link

glm() support #5

Open seonghobae opened 7 years ago

seonghobae commented 7 years ago

Hello all,

I want to use apaTables with glm() for print logistic regression models.

So that could I use apa.reg.table() with glm? Or is available to alternative methods?

Best, Seongho

seonghobae commented 7 years ago

Additionally, how about support lm.beta::lm.beta() in apaTables? glm() objects could be print via lm.beta() object, simillar with lm().

Longshot408 commented 5 years ago

I also NEED support for glm so I can run binary logistic regression models. This would be a great asset for my research

leticiahaas commented 3 years ago

Hello! Was this issue fixed? I'm trying to use apaTables with my logistic regression model and it gives me the following error: Error in if (!is.na(cur.p.value)) - even though my data doesn't have any missing values.