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
Hi Jeff
Running the beta function on logistic regression model with weight, it runs into error.
Here is an example:
model.wtd <- glm(vs ~ wt + hp, weights=disp, data=mtcars, family='binomial')
beta(model.wtd )
Error in [.data.frame(data, , vars[i]) : undefined columns selected
The issue probably will be best addressed in the .create_formula function script.
Best,
/E
The text was updated successfully, but these errors were encountered:
Hi Jeff
Running the beta function on logistic regression model with weight, it runs into error.
Here is an example:
model.wtd <- glm(vs ~ wt + hp, weights=disp, data=mtcars, family='binomial')
beta(model.wtd )
Error in
[.data.frame
(data, , vars[i]) : undefined columns selectedThe issue probably will be best addressed in the .create_formula function script.
Best,
/E
The text was updated successfully, but these errors were encountered: