Question

In: Statistics and Probability

(Use R) For each of 31 health dogs, a veterinarian measured the glucose concentration in the...

(Use R)

For each of 31 health dogs, a veterinarian measured the glucose concentration in the anterior chamber of the right eye and also in the blood serum. The following data are the anterior chamber glucose measurements expressed as a percentage of the blood glucose. 81, 85, 93, 93, 99, 76, 75, 84, 78, 84, 81, 82, 89,81, 96, 82, 74, 70, 84, 86, 80, 70, 131, 75, 88, 102, 115, 89, 82, 79, 106. (A) Construct a histogram. Include a title and label the axes. (B) Determine whether the distribution is right skewed, left skewed, or symmetric. (C) Find the mean, variance, and the standard deviation of the chamber glucose measurements.

Solutions

Expert Solution

R code-

x=c( 81, 85, 93, 93, 99, 76, 75, 84, 78, 84, 81, 82, 89,81, 96, 82, 74, 70, 84, 86, 80, 70, 131, 75, 88, 102, 115, 89, 82, 79, 106)

hist(x, xlab = 'Glucose Concentration in %',

main = 'Histogram of % of blood glucose')

cat("From the plot we can see that tail is decreasing towards the right hand side hence this data is right skewed.")

cat("This is mean of chamber glucose measurements: ") ; print(mean(x))

cat("This is variance of chamber glucose measurements: ") ; print(var(x))

cat("This is standard deviation of chamber glucose measurements: ") ; print(sd(x))


Related Solutions

Dr. Al Maisari is a veterinarian who sees only dogs and cats. In each appointment, he...
Dr. Al Maisari is a veterinarian who sees only dogs and cats. In each appointment, he may or may not give the animal a vaccine. The two-way frequency table summarizes Dr. Al Maisari's 50 appointments last week. Vaccine no vaccine dog 14 6 cat 11 19 Let dog be the event that a randomly chosen appointment (from the table) involved a dog. Let vaccine be the event that a randomly chosen appointment (from the table) included a vaccine. Find the...
Compute the sample correlation coefficient r for each of the following data sets. (Use 3 decimal...
Compute the sample correlation coefficient r for each of the following data sets. (Use 3 decimal places.) (a) x 5 8 9 y 2 2 5 (b) x 2 2 5 y 5 8 9 r(a) = r(b) = x 2 1 2 4 3 y 5 10 9 15 10 (a) Find the linear correlation coefficient r.
Determine what information you would use to anticipate health hazards that might be present in each...
Determine what information you would use to anticipate health hazards that might be present in each of the eight areas of the AAP plant. State where you might find the information you need.
1. Please use Excel. For each state and Washington DC, the percentage of people without health...
1. Please use Excel. For each state and Washington DC, the percentage of people without health insurance was determined. Given the data set below create the following using spreadsheet software. Use 5-20 classes with a "nice" class width when creating the distribution tables. a. Grouped frequency distribution (table) b. Grouped relative frequency distribution (table) c. frequency histogram (graph) d. relative frequency histogram (graph) Percentage of people without health insurance for each state and Washington DC 15.2, 9.4, 25.4, 21.9, 20.8,...
Define and use clear health care facility finance examples A to H each term have to...
Define and use clear health care facility finance examples A to H each term have to write at least 150~ 200 words. -Important This is the essay question. Dont use exactly same as coursehero. APA format and dont do Plagiarism! 1. Define and use clear health care facility finance examples (You must include numbers as well as words) A. The difference between facility charges, payment and costs B. Payment to cost ratio C. Payer mix D. Global Managed Care E....
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT