powered by
data(finney71)
## Fitting a logistic regression model model1 <- multdrc(affected/total~dose, weights=total, data=finney71, fct=l2(), type="binomial") summary(model1) plot(model1) rm(model1)
Run the code above in your browser using DataLab