Logistic regression is used to study the relationship between a response variable and its predictor(s), where the response variable is categorical. Binary Logistic Regression is used to perform logistic regression on a response variable that is binary. Examples of a binary variable is such as Yes/No, Fail/Pass, etc. This tool can also generate diagnostic plots which can be used to identify data that are not well fitted.
Response variables and terms must be presented in columns. Covariates must be numeric and factors must have at least 2 distinct levels. The Model can include factors, covariates, interactions and nested term. Multiple terms must be separated by commas. Use * to represent interactions and () to represent nesting. The model must be hierachical, if an interaction term is included, all lower order interactions and main terms must also be included.
ProcessMA uses maximum likelihood estimates to model parameters.
At the Excel Menu (For Excel 2007, go to Add-ins first)
Choose ProcessMA > Statistics > Regression > Binary Logistic Regression
In Response, select the column containing the response data (Exactly 2 distinct values)
In Term 1 to Term 10 , select the column containing data for the respective model terms and choose if the term is a covariate or a factor (Covariate: Numeric)
In Model, enter the terms to be included in the model.
In Event, choose the reference event of the response
In Link Function, choose the function to fit the response model
Check Plot Diagnostic, to display diagnostic plots of Delta chi-square, Delta deviance, Delta beta (Standardised) and Delta beta
Click OK
Open data worksheet by choosing ProcessMA > Tools > Data
Choose ProcessMA > Statistics > Regression > Binary Logistic Regression
In Response, select AH - Pressure
In Term 1, select AI - Sleep Hours and choose Covariate
In Term 2, select AJ - Smoker and choose Factor
In Model, enter Sleep Hours, Smoker
In Event, choose Good
Click OK

From the logistic regression table, you can obtain the coefficients for the regression model. In additions, the p values for Sleep Hours and Smoker are less than 0.05 which indicates that there is sufficient evidence that their coefficients are not zero.
Copyright © ProcessMA