You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for making this great package. I'm running a logistic regression with an interaction term, and have come to realize that the odds_to_rr function throws an error if it's handling an interaction term. Here's what I get:
Waiting for profiling to be done...
Error in .subset2(x, i, exact = exact) :
attempt to select less than one element in get1index
Called from: (function(x, i, exact) if (is.matrix(i)) as.matrix(x)[[i]] else .subset2(x,
i, exact = exact))(x, ..., exact = exact)
Hi there,
Thanks for making this great package. I'm running a logistic regression with an interaction term, and have come to realize that the odds_to_rr function throws an error if it's handling an interaction term. Here's what I get:
Here's a simple snippet to reproduce:
The text was updated successfully, but these errors were encountered: