-
Write a program to report the minimum, mean, and maximum of the variables
Arterial , Heart , Cardiac , and
Urinary in the data set Clinic.Heart. Remove
all decimal places. Include a CLASS statement to group results by
Survive and Shock .
-
Submit the program and examine its output.
-
Recall the program and change it, using a BY statement this time to group
results by
Survive and Shock . Remember to insert
a SORT procedure with the OUT= option to preserve your original data.
-
Submit the program and examine its output. Notice the change in appearance.
Return here and select Next.
|