Question: Using the below code for, sashelp.heart, assess whether weight and height are correlated using a Pearson r. Code to acquire dataset: proc print data=sashelp.heart; run;
Using the below code for, sashelp.heart, assess whether weight and height are correlated using a Pearson r.
Code to acquire dataset:
proc print data=sashelp.heart;
run;
This is how the question is written for my assignment. In order to process you have to run the code, listed above, in SAS using Pearson R. I am not confident in applying Pearson R.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
