Package dev.nm.stat.regression.linear.logistic
-
Class Summary Class Description LogisticBeta Beta coefficient estimator, β^, of a logistic regression model.LogisticProblem A logistic regression problem is a variation of the OLS regression problem.LogisticRegression A logistic regression (sometimes called the logistic model or logit model) is used for prediction of the probability of occurrence of an event by fitting data to a logit function logistic curve.LogisticResiduals Residual analysis of the results of a logistic regression.