PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: confidence

Stepwise Logistic Regression with R

Stepwise Logistic Regression with RAkaike information criterion: AIC = 2k - 2 log L = 2k + Deviance, where k = number of parametersSmall numbers are betterPenalizes models with lots of parametersPenalizes models with poor fit> fullmod = glm(low ~ age+lwt+racefac+smoke+ptl+ht+ui+ftv,fami ly=binomial)> summary(fullmod)Call:glm(formula = low ~ age + lwt + racefac + smoke + ptl + ht + ui + ftv, family = binomial)Deviance Residuals: Min 1Q Median 3Q Max Coefficients: Estimate Std. Error z value Pr(>|z|) (Intercept) age lwt * racefacBlack * racefacOther * smoke * ptl ht **ui.

Stepwise Logistic Regression with R ... = 2k + Deviance, where k = number of parameters Small numbers are better Penalizes models with lots of parameters Penalizes models with poor fit > fullmod = glm(low ~ age+lwt+racefac+smoke+ptl+ht+ui+ftv,family=binomial) ... > # Here was the chosen model from earlier > redmod1 = glm(low ~ lwt+racefac ...

Tags:

  Model, Logistics, Regression, Parameters, Logistic regression

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Transcription of Stepwise Logistic Regression with R

Related search queries