logit | R Documentation |
Function logit
fit logistic model describing overflows based on precipitiation and catchment area parameters.
logit(dt)
dt |
data frame containing (0-1) dependent variable called |
function return logistic regression model
data(dt.logit) mod <- glm(Overflow~., data = dt.logit, family = binomial("logit")) summary(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.