The manager of a physician's office wants to know which factors influence patient satisfaction. Patients are asked whether they are unlikely, somewhat likely, or very likely to return for follow-up care. Relevant predictors include employment status, age, and proximity to office.
The manager uses how likely a patient is to return as a response variable. The categories in the response variable have a natural order from unlikely to very likely, so the response variable is ordinal. Because the response variable is ordinal, the manager uses ordinal logistic regression to model the relationship between the predictors and the response variable. The manager uses a significance level of 0.05 to assess the statistical significance of the model and the goodness-of-fit of the model.
The p-value for the test that all slopes are zero is less than 0.05. The low p-value indicates that the relationship between the response variable and the predictors is statistically significant. The p-value for both goodness-of-fit tests is greater than 0.05. These high p-values do not provide evidence that the model is inadequate.
In the Logistic regression table, the p-values for Distance and Distance*Distance are both less than the significance level of 0.05. The coefficient for Distance is negative which indicates that generally, patients who live farther from the office are less likely to return for follow-up care. The coefficient for Distance*Distance is positive, which indicates that after a certain distance, patients become more likely to return. Based on these results, the manager theorizes that patients that live close to the office are more to schedule follow-up care because of the convenient office location. Patients who are willing to travel a long distance for an initial appointment are also more likely to return for follow-up care. The manager plans to add new questions to the survey to investigate these ideas. The manager also plans to study the predictions from the model to determine the distance at which patients become more likely to return.