Logistic Regression Calculator
Enter your binary outcome data (0s and 1s) and a corresponding predictor variable (X values) to fit a logistic regression model. This calculator estimates the intercept (β₀) and coefficient (β₁), computes the log-likelihood, and plots the S-curve probability model — P = 1 / (1 + e^−(β₀ + β₁x)). Paste your data below, one value per line, to see your model results.
Results
Predicted P(Y=1) at X
--
Intercept (β₀)
--
Coefficient (β₁)
--
Log-Likelihood
--
Null Deviance
--
Residual Deviance
--
AIC
--
Number of Observations
--
Successes (Y=1)
--
Failures (Y=0)
--