patientSatisfaction | R Documentation |
Data.frame
data(patientSatisfaction)
The data frame has 46 rows and 4 variables:
Patient's level of satisfaction, higher value means more satisfied.
Patient's age in years.
Patient's severity of illness, higher value means more sever.
Patient's anxiety level, higher value means more sever.
A hospital administrator wants to predict patient's satisfaction using their age, severity of illness, and anxiety level. Forty six patients were selected for the study.
Kutner, M. H., Nachtsheim, C., Neter, J., & Li, W. (2005). Applied linear statistical models (5th ed.). McGraw-Hill Irwin.
data("patientSatisfaction", package='syllogi')
str(patientSatisfaction)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.