Question

Problem 1 The following data are from a research project on the effectiveness of a drug in reducing LDL cholesterol levels. W

DATA SETA 101 130 PRE 101 125 POST 102 180 PRE 102 120 POST 103 165 PRE 103 115 POST 104 145 PRE 104 150 POST 105 190 PRE 105

Below you will find the information giving whether the patient receive the drug (D) or the Placebo (P) DATA SET B 101 P 102 D

(a) Create a SAS data set that contains the data in the Set A and another SAS data set that contains the information in Set B
Problem 1 The following data are from a research project on the effectiveness of a drug in reducing LDL cholesterol levels. While some patients in the study are assigned to the drug, others were given a placebo. Because the information about who is receiving the actual drug is kept confidential from those taking LDL measurements, that information is kept in a separate data set. Given below in Data Set A are the initial LDL cholesterol level of each individual before receiving the drug or the placebo and the LDL reading 3 months after being placed on the drug/placebo. The patients are identified by a three digit code. After the patient code the LDL level of the patient is given, followed by a code that identifies if the LDL reading is the pre- drug/placebo reading (PRE) at zero months or the reading taken 3 months later (POST). Please note that two of the patients did not show up for the post drug/placebo testing.
DATA SETA 101 130 PRE 101 125 POST 102 180 PRE 102 120 POST 103 165 PRE 103 115 POST 104 145 PRE 104 150 POST 105 190 PRE 105 180 POST 106 125 PRE 106 70 POST 107 155 PRE 107 145 POST 108 175 PRE 108 110 POST 109 145 PRE 109 90 POST 110 120 PRE 110 125 POST 111 155 PRE 112 165 PRE
Below you will find the information giving whether the patient receive the drug (D) or the Placebo (P) DATA SET B 101 P 102 D 103 D 104 P 105 P 106 D 107 P 108 D 109 D 110 P 112 D Your homework Proble that does all of the following and e-mail that program as an attachment to your instructor with your name included in a title is to write a single SAS progranm
(a) Create a SAS data set that contains the data in the Set A and another SAS data set that contains the information in Set B Make sure you do not modify or reformat the Data Sets A and B and make sure you read the data in stream (i.e. data follows the DATALINES statement). Include SAS commands to print out these two data sets (b) Using only the SAS data sets you created in Part (a), create a data set that contains individual ID, before and after LDL levels, percentage reduction in the LDL level, and the whether or not each individual belongs to the Drug group or the Placebo group Include SAS commands to print out this data set. No variables other than ID, Drug/placebo status, LDL level at zero months (PRE level), LDL level at 3 months (POST level), and Percentage Reduction should be included in the data set. (c) Using only the data set you created in Part (b), create a data set that contains data for only those who were given the drug. It should have the ID, the pre-drug LDL level, the post-drug LDL level the and the percentage of LDL reduction. Include SAS commands to print out this data set (d) Using the Means procedure in SAS, compute the mean percentage of LDL reduction for each of the drug and the placebo groups.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Open fst ob,et fie while Cmohe object files) while (mahe machoe Code) of cade heam fyom object file memohy Pointe lob o exten

Add a comment
Know the answer?
Add Answer to:
Problem 1 The following data are from a research project on the effectiveness of a drug in reducing LDL chole...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • The following results for the new Level 1 Control were obtained. What are the mean, median,...

    The following results for the new Level 1 Control were obtained. What are the mean, median, and mode of the data. Calculate the SD and the CV. 106 115 83 120 111 127 119 100 104 83 105 107 106 110 106 110 112 108 108 109 110 109 114 102

  • Apply the Apriori algorithm to the following data set: Trans Id Item Purchased 101 milk, bread,...

    Apply the Apriori algorithm to the following data set: Trans Id Item Purchased 101 milk, bread, eggs 102 milk, juice 103 juice, butter 104 milk, bread, eggs 105 coffee, eggs 106 coffee 107 coffee, juice 108 milk, bread, cookies, eggs 109 cookies, butter 110 milk, bread The set of items is {milk, bread, cookies, eggs, butter, coffee, juice}. Use 2 for the minimum support value.

  • 1. The data are from the U.S. Department of Health and Human Services, National Center of...

    1. The data are from the U.S. Department of Health and Human Services, National Center of Health Statistics, Third National Health and Nutrition Examination Survey. The systolic blood pressure (mmHg) for 80 patients was measured. The following data is separated by gender Females: 89 92 93 93 94 95 97 98 99 100 101 102 104 104 104 105 106 106 107 107 107 108 108 110 112 113 113 114 114 116 116 118 119 123 124 125 127...

  • 1. Find the 5-Number Summary and graph boxplots from a data set. The data are distances in feet of Mark McGwire and Samm...

    1. Find the 5-Number Summary and graph boxplots from a data set. The data are distances in feet of Mark McGwire and Sammy Sosa’s, home runs, respectively for the 1998 baseball season (they both broke Roger Maris’s home run record in 1998). - Which player has the longest distances? - Which player appears to have the most consistent distances? How can you tell from the boxplot? data: McGwire, Sosa 306, 371 420, 430 440, 440 350, 400 478, 370 425,...

  • Each of the following three data sets represents the 1Q scores of a random sample For...

    Each of the following three data sets represents the 1Q scores of a random sample For each data set, compute the mean and median. of adults. IQ scores are known to have a mean and median of 100. What is the mean of the sample of size 5? Full data set Sample of Size 5 104 108 105 91 Type an integer or decimal rounded to one decimal place as needed.) What is the mean of the sample of size...

  • 1. Apply the Apriori Algorithm Tasks: Apply the Apriori Algorithm to the following data set: Trans...

    1. Apply the Apriori Algorithm Tasks: Apply the Apriori Algorithm to the following data set: Trans ID Items Purchased 101 milk, bread, eggs 102 milk, juice 103 juice, butter 104 milk, bread, eggs 105 coffee, eggs 106 coffee 107 coffee, juice 108 milk, bread, cookies, eggs 109 cookies, butter 110 milk, bread The set of items is {milk, bread, cookies, eggs, butter, coffee, juice). Use 2 for the minimum support value. You must show all candidate and large itemsets during the process: C., L, C2, L2 etc. until the algorithm terminates.

  • 4. Suppose you are interested in the effect of an experimental drug on blood pressure. Blood...

    4. Suppose you are interested in the effect of an experimental drug on blood pressure. Blood pressures in mmHg are measured before and after treatment from a random sample of 15 participants. The following data result: Pre 134 103 116 113 124 120 128 122 123 108 134 108 111 125 134 Post 134 106 110 115 122 126 130 118 125 110 138 111 115 125 130 a) b) (1 mark) Find a 95% confidence interval for the true...

  • 1.         For each set below, using Excel, construct            a.         a frequency distribution,   ...

    1.         For each set below, using Excel, construct            a.         a frequency distribution,    b.         a relative frequency distribution, and            c.         a cumulative relative frequency distribution. Consider whether or not you should group your data. Describe how you determined your bin width, if you grouped the data in intervals. Set 1 75    95    103 100 93 91 90 92 89 105 86 85 81 96 103 99 94 95 91 97 92 107...

  • The following are the IQ scores of 60 students from a university. The histogram of the...

    The following are the IQ scores of 60 students from a university. The histogram of the data is symmetric. 79 79 81 82 82 84 84 84 85 85 86 86 87 89 89 89 90 90 90 91 91 92 92 93 94 95 95 96 98 99 99 102 102 102 103 104 104 104 105 106 106 106 108 109 109 110 111 111 113 113 113 115 117 117 120 121 123 124 125 130 a....

  • How to solve this USING SAS EG? THANKS Automobile collisions: The number of collision claims (COL...

    How to solve this USING SAS EG? THANKS Automobile collisions: The number of collision claims (COLLISION) reported for 1984-1986 cars are listed for 9 car categories: small two-door, midsized two-door, large two-door, small four-door, midsized four-door, large four-door, small station wagons and vans, midsized station wagons and vans, large station wagons and vans.. a. In excel convert the data to the format which is appropriate for SAS EG (the data should have 2 columns with names CARCLAS and CRASH). b....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT