Question: Please write the code to do a b and c it is with SAS and R just need the code or something to help guide
Question SAS/R - Write SAS or R code for this question The DogAir.txt data set posted on Practiceboard examines various health measurements for a specific dog breed. Some of these dogs were given a beta-blocking agent (atenolol) and some were not. The variables included are treatment group, mean left ventricular pressure (LVP), stroke volume (SV), heart rate (HR), aortic pressure (AP), and cardiac oxygen consumption (MVO) (in that order). DogAir.txt is a space delimited file where multiple observations occur in a single line. a Read the data set into SAS. Print your data set and report the output. b Import the data set into R. Report the output from the resulting data frame. Note: There's a chance that your values will be treated as factors rather than characters. Before converting to numeric, you should convert any factor data to character data c Export the R edited data set from part b to a comma delimited file called "OutAir.txt. Include column names but not row names
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
