Assignment Logistic Regression
Assignment Logistic Regression
Consider the SBP (systolic blood pressure) data, where the outcome variable of
interest is HBP(High blood Pressure) coded as 1, if SBP>140mmHg , and zero, if
SBP<=140mmHg. There are information’s on seven covariates assumed to predict
high blood pressure. Using this data:
NB: the file named SBP_Group_1 is for group one, SBP_Group_2 is for group 2
and so on. The file “Data_description” contains description about the variables in
the dataset.