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
library(performance)
library(see)
model<- glm(vs~wt+mpg, data=mtcars, family="binomial")
result<- binned_residuals(model)
plot(result)
#> Warning: Computation failed in `stat_smooth()`#> Caused by error in `smooth.construct.tp.smooth.spec()`:#> ! A term has fewer unique covariate combinations than specified maximum degrees of freedom
Created on 2023-03-25 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: