Bell's Palsy is a condition that causes temporary paralysis on one side of the face. A clinical trial explored different treatments for the condition and tracked patient factors like age, time since onset, and response severity.
This homework exercise uses the dataset from that trial. Please load the dataset into Gretl and create cross-tabulations of:
Using those cross-tabulations, answer the following questions:
Let's assume that patients prefer to recover in 3 months. Create cross-tabulations of:
Using those cross-tabulations, answer the following questions:
If you continue your study of statistics, you'll learn about probability models, which allow us to use multiple variables to predict the probability of recovery. With such models, we can estimate the effect of one variable, while holding the others constant.
Probability models are outside the scope of an introductory course. Nonetheless, Gretl makes it easy to estimate them.
So go to the Model menu, select Limited dependent variable, then select Logit and finally select Binary. A new window will open where you can specify the model to estimate.
In the new window, set full_3month as the dependent variable. As regressors, select female, age, hbmod_base, days_until_treat, prednisolone and acyclovir. And in the options at bottom, select Show slopes at mean.
The regressors and estimated coefficients form a linear model that generates a score. A higher score corresponds to a higher probability of recovery.
Because the probability is a number between 0 and 1, the function's slope changes as the values of the variables change. So to evaluate the effect of a given variable, we want to examine the function's slope at the sample means of the variables. These are the values in the rightmost column (labeled: "slope").
Using the slopes, answer the following questions:
Copyright © 2002-2025 Eryk Wdowiak