Please show me the R outputs with the
work
here estimated proportion phat =14/71=0.1972
| std error =Se | =√(p*(1-p)/n) = | 0.0472 | ||
| for 90 % CI value of z= | 1.645 | |||
| margin of error E=z*std error = | 0.0777 | |||
| lower confidence bound=sample proportion-margin of error | 0.1195 | |||
| Upper confidence bound=sample proportion+margin of error | 0.2749 | |||
below is R code for same:
> x <- 14
> n <- 71
> ph <- x/n
> se <- sqrt(ph*(1-ph)/n)
> interval <-
c(ph-qnorm(0.95)*se,ph+qnorm(0.95)*se)
Type Interval to get output:
> interval
[1] 0.1195153 0.2748509
Please show me the R outputs with the work 1. (5 pts) In a study of human blood types in nonhuman primates, a sample of...
Please show me the R outputs with it
4. (15 pts) Hip dysplasia is a hip socket abnormality that affects many large breed dogs. A review of medical records of dogs seen at 27 veterinary medical teaching hospitals found that hip dysplasia was more common in Golden retrievers than in Border Collies; the data are shown in the following table. Border collie Golden retriever Hip dysplasia 3,995 42,946 46,941 221 Yes 5,007 5,228 No Total (a) Calculate the relative risk...
Please show me the R outputs with the
answer
3. (10 pts) Elderly patients who had suffered hip fractures were randomly assigned to receive either a placebo (n=1,062) or zolendronic acid (n=1,065) in a double blind clinical trial. During the trial 139 placebo patients and 92 zolendronic acid patients had new fractures. Let pl and p2 represent the probabilities of fracture on placebo and zolendronic acid, respectively. (a) Construct the 95% confidence interval for (pl-p2) in R. Show your code...
Question 1 5 pts A laboratory tested n=121 chicken eggs and found that the mean amount of cholesterol was a = 90 milligrams with o - 10 milligrams. Find the margin of error E corresponding to a 95% confidence interval for the true mean cholesterol content, , of all such eggs. Time Atten 1 Hc octor fied Question 2 5 pts es Use the confidence level and sample data to find a confidence interval for estimating the population. Find the...
anyone hlep me with this four problme please!!!
6) A random sample of high school girls were asked how many hours per week they use social media. The sample mean of the 25 girls was 9 with standard deviation 2.7. What is the 90% confidence interval for the true mean for the hours per week high school girls use social media? Assume the population is normally distributed. 7) A random sample of 40 men were asked how if they enjoyed...
No need process, quickly is ok
A study was conducted in which two types of engines, A and B, were compared. Gas mileage, in miles per gallon, was measured. 50 experiments were conducted using engine type A and 75 experiments were done with engine type B. The gasoline used and other conditions were held constant. The average gas mileage was 36 miles per gallon for engine A and 42 miles per gallon for engine B. Assume that the population standard...
5. Myers-Briggs: Actors Isabel Briggs Myers was a pioneer in the study of personality types. The following information is taken from MBTI Manual: A Guide to the Development and Use of the Myers-Briggs Type Indicator by Myers and McCaulley (Consulting Psychologists Press). In a random sample of 62 professional actors, it was found that 39 were extroverts. Let p represent the proportion of all actors who are extroverts. Find a point estimate for p. Find a 95% confidence interval for...
1. Use the sample data and confidence level given below to complete parts (a) through (c). A research institute poll asked respondents if they felt vulnerable to identity theft. In the poll, n=1094 and x=508 who said "yes." Use a 90% confidence level. a) Find the best point estimate of the population proportion p. b) Identify the value of the margin of error E c) Construct the confidence interval. 2. In a study of cell phone use and brain hemispheric...
Hand Written Please :)
Homework: Read Chapter 9: In a study of systolic blood pressure of mid level management personnel from a large company was conducted. A simple random sample of 30 individuals were selected. It was found that the average was 135 with a standard deviation of 20. What is the 95% confidence interval of systolic blood pressure for the population of all mid level management personnel for this company? How about 90%? How about 99%. How large of...
7.1.19-T In a study of the accuracy of fast food delive through orders, Restaurant Ahad 316 accurate orders and 73 that were not accurate a. Construct a 95% confidence interval estimate of the percentage of orders that are not accurate b. Compare the results from part (a) to this 95% confidence interval for the percentage of orders that are not accurate at Restaurant B: 0.163<p<0.243. What do you conchide? a. Construct a 95% confidence interval Express the percentages in decimal...
To whoever answers this can, can you please show me
the process of steps. I would like to understand it better. Please
and thank you!
7.4.13-T Question Help In a study of the accuracy of fast-food drive through orders, a restaurant had 38 orders that were not accurate among 381 orders observed Use the bootstrap method to construct a 95% confidence interval estimate of the proportion of orders that are not accurate. Use the 200 accompanying bootstrap samples. How does...