a)
> x<-
c(10,24,19,27,10,23,18,27,24,15,25,25,17,10,10,14,13,22,25,23,22,20,18,14,21,12,20,23,12,25,22)
> n<-length(x) # size of variable
> n
[1] 31
>
> M <- mean(x) # mean of x
> M
[1] 19.03226
>
> S <- sqrt(var(x)) # std dev of x
> S
[1] 5.576641
>
> alpha = 0.13 # level of significance( 87% confidence
interval)
> z <-qnorm(1-(0.13/2)) # z score for l.o.s.
> z
[1] 1.514102
>
> se= S / sqrt(n) # standard error
> se
[1] 1.001594
>
> ME <- z*se # Margin of Error
> ME
[1] 1.516516
>
>
> left <- M-ME # Lower confidene limit
> right <- M+ ME # upper confidence limit
>
> CI <- c( left,right)
> CI
[1] 17.51574 20.54877
b)
we are 87 % confident that the mean quality of studies on the treatment on Alzheimer's disease is somewhere between 17.52 and 20.55.
c) a lower confidence level is that you get a narrower, more precise confidence interval.
Answer:- The confidence interval would become narrower.
d)
> library(mosaic)
> RNGkind(sample.kind = "Rejection");
> set.seed(33507);
> B =do(1000)*mean(resample(x,31));
>
>
> a=B[,1] # subsetting to a vector
>
> n<-length(a) # size of variable
> n
[1] 1000
>
> M <- mean(a) # mean of x
> M
[1] 19.04826
>
> S <- sqrt(var(a)) # std dev of x
> S
[1] 1.026724
> se= S / sqrt(n) # standard error
> se
[1] 0.03246785
>
> ME <- z*se # Margin of Error
> ME
[1] 0.04915963
>
>
> left <- M-ME # Lower confidene limit
> right <- M+ ME # upper confidence limit
>
> CI2 <- c( left,right)
> CI2
[1] 18.99910 19.09742
>
19 <= u <= 19.10
***************** only code***************
x<-
c(10,24,19,27,10,23,18,27,24,15,25,25,17,10,10,14,13,22,25,23,22,20,18,14,21,12,20,23,12,25,22)
n<-length(x) # size of variable
n
M <- mean(x) # mean of x
M
S <- sqrt(var(x)) # std dev of x
S
alpha = 0.13 # level of significance( 87% confidence
interval)
z <-qnorm(1-(0.13/2)) # z score for l.o.s.
z
se= S / sqrt(n) # standard error
se
ME <- z*se # Margin of Error
ME
left <- M-ME # Lower confidene limit
right <- M+ ME # upper confidence limit
CI <- c( left,right)
CI
library(mosaic)
RNGkind(sample.kind = "Rejection");
set.seed(33507);
B =do(1000)*mean(resample(x,31));
a=B[,1] # subsetting to a vector
n<-length(a) # size of variable
n
M <- mean(a) # mean of x
M
S <- sqrt(var(a)) # std dev of x
S
se= S / sqrt(n) # standard error
se
ME <- z*se # Margin of Error
ME
left <- M-ME # Lower confidene limit
right <- M+ ME # upper confidence limit
CI2 <- c( left,right)
CI2
Please answer using R studio (1 point) Alzheimer's disease is a progressive disease of the brain....
value of the -variable Remaining time: 152:54 min:sec) Problem 2 (1 point) Alzheimer's disease is a progressive disease of the brain. An article published in 2006 was critical of the methodology used in studies of Alzheimer's treatments conducted prior to 2006. In a random sample of 28 Alzheimer's studies, the quality of the methodology was measured on the Wong scale with scores ranging from 9 flow quality) to 27 (high quality for each study. The data is provided below. data...
(1 point) Alzheimer's disease is a progressive disease of the brain. An article published in 2006 was critical of the methodologt used in studies of Alzheimer's treatments conducted prior to 2006. In a random sample of n=26 Alzheimer's studies, the quality of the methodology measured on the Wong scale with scores ranging from 9 (low quality) to 27 (high quality) for each study. The data is provided below. x=c(19,14,15,11,19,10,14,26,18,19,10,23,23,27,21,13,17,21,23,24,16,21,10,13,24,20); A) Find a 89% confidence interval for the mean quality of...
Alzheimer’s disease is a progressive disease of the brain. Much research has been conducted on how to treat Alzheimer’s. The journal eCAM (November 2006) published an article that critiqued the quality of the methodology used in studies on Alzheimer treatment. For each in a sample of 13 studies, the quality of the methodology was measured on the Wong scale, with scores ranging from 9 (low quality) to 27 (high quality). The sample data are shown as follows: 22 21 18...
Can someone explain how to do this in R
Q5. (Exercise 1.49) Studies on treating Alzheimer's disease. Alzheimer's disease (AD) is a progressive disease of the brain. Much research has been conducted on how to treat AD The journal eCAM (November 2006) published an article that critiqued the quality of the methodology used in studies on AD treatment. For each in a sample of 13 studies, the quality of the methodology was measured using the Wong Scale, with scores ranging...
please answer the following question using r studio and provide screen shots. download the data and import them into RStudio as a dataframe using read.csv(), or impor them directly using the following code: # install.packages('RCurl') # uncomment and run this line if RCurl not installed library(RCurl) # makes getURL() function available u <- 'https://docs.google.com/spreadsheets/d/1ZbIMHRP9mZnDS4WIiAt1Wk8dsQBQjCE0oTXWLv13fOA/pub?gid=1142643825&single=true&output=csv' tc <- getURL(u, ssl.verifypeer=FALSE) practice <- read.csv(textConnection(tc)) Then, using the function mean(), answer the following question: 1.What are the mean Before and After scores? Select one:...
Question 1) Please answer each of the questions using the data as provided in the most optimal manner. Do Exercise #12, part on page 317 of the Freund et al. (2010) textbook. The question is reproduced below. The data is also provided online Provide the estimated standard error for the estimated mean of the WA medium. Provide the 95% regular confidence interval on the mean difference between the WA and RDA medium. Separate out the means using Fisher’s LSD and explain whether or...
Please help me with Part G
(1 point) A professional hockey player is about to become a free-agent, meaning he can play for any team he wishes. Having taken Statistics 217 as a student at U of C, he knows how powerful statistics can be when making decisions when faced with uncertainty He wishes to use the statistical skills acquired during this Stat 217 days to see if the value of his free-agency contract depends on the length of the...
photos for each question are all in a row
(1 point) In the following questions, use the normal distribution to find a confidence interval for a difference in proportions pu - P2 given the relevant sample results. Give the best point estimate for p. - P2, the margin of error, and the confidence interval. Assume the results come from random samples. Give your answers to 4 decimal places. 300. Use 1. A 80% interval for pı - P2 given that...
Please read the article bellow and discuss the shift in the
company's approach to genetic analysis. Please also discuss what
you think about personal genomic companies' approaches to research.
Feel free to compare 23andMe's polices on research with another
company's. Did you think the FDA was right in prohibiting 23andMe
from providing health information?
These are some sample talking points to get you thinking about
the ethics of genetic research in the context of Big Data. You
don't have to...
explaim the mechanisms amd toxological effects if type 1
diabetes in this article
Exposure to arsenic in drinking water is associated with increased prevalence of diabetes. We previously reported an association of diabetes and urinary concentration of dimethylarsinite (DMAS"), a toxic product of arsenic methylation by arsenic (+ 3 oxidation state) methyltransferase (AS3MT). Here we examine associations between AS3MT polymorphism, arsenic metabolism and diabetes. Fasting blood glucose, oral glucose tolerance and self-reported diagnoses were used to identify diabetic individuals. Inorganic...