Question

In: Math

Directions: Create a PowerPoint with presenter’s notes describing your research project. A minimum of 10 slides...

Directions: Create a PowerPoint with presenter’s notes describing your research project. A minimum of 10 slides is required, including a title and References slide. The presentation should address the following:

  1. Describe the techniques and procedures that will be used.
  2. State the hypothesis.
  3. State general equipment that will be necessary and their intended use.
  4. Describe type of data that will be collected and measurements that will be made.
  5. Define and describe experimental units and be specific.
  6. Define the population for generalization.
  7. Define sampling technique and randomization, and include rationale.

Describe the topic and why it is important to your field of study.

10

Click here to enter text.

Describe the techniques and procedures that will be used.

4

State the hypothesis.

4

State the general equipment that will be necessary and its intended use.

4

Describe type of data that will be collected and measurements that will be made.

4

Define and describe experimental units and be specific.

4

Define the population for generalization.

4

Define sampling technique and randomization, and include rationale.

4

Reference slide included.

2

Total Points (40)

Solutions

Expert Solution

Statistical Testing Procedure using R

Statistical inference is not useful just for evaluating estimators, it is also possible to conduct tests of a statistic when one has not able to find a test statistic which free of parameters. Hence, using this we test if the statistic from the observed data is consistent with the statistics calculated from data generated under the null hypothesis. In hypothesis, we mainly find

  1. Test statistic value
  2. P-value
  3. Power of a test

Steps: Under certain null hypothesis for a particular model
1 Generate random sample X1 , X2, . . . , Xn from the null distribution or model
2 Compute the test statistic.
3 Repeat S times: T (1 ), T(2), . . . , T(S)
4 check rejection criterion at significance level α.
5 Draw conclusion with varying sample size.

Example: Generate a sample from normal random variable N(10, 25). Consider the hypothesis test defined by H0 : = 10 against H1 : . Evaluate the type I error using 500 simulation at 5% significance level.

rm(list=ls(all=TRUE))
n=c(10,50)                   # sample size
mu=10                        # true value of a parameter
sig=5                        # true value of a parameter
Sim=1000                     # Set the number of simulations
P=matrix(nrow=Sim, ncol=length(n))
for (j in 1:length(n)){
for(i in 1:Sim){             # simulation loop
y=rnorm(n[j], mu, sig)       # generate normal random number
sig_y=sqrt(var(y)/n[j])      # compute standard error
mu_y=sum(y)/n[j]             # compute estimator
tobs=(mu_y-10)/sig_y         # compute test statistic
P[i,j]=pnorm(tobs)           # p-value          
}
}
par(mfrow=c(1,2))
plot(P[,1], xlab="no. of simulation", ylab="p-value", main="n=10")
abline(h=0.025, lty=2, col="red",lwd=2)
abline(h=0.975,lty=2, col="red",lwd=2)
plot(P[,2], xlab="no. of simulation", ylab="p-value",main="n=50")
abline(h=0.025, lty=2, col="red",lwd=2)
abline(h=0.975,lty=2, col="red",lwd=2)

On the basis of plot, concluded that rejection of the p-value is more when sample size is small. As sample size increases,
rejection of null hypothesis is decreases at 5 % level of significance.


Related Solutions

Create a PowerPoint with presenter’s notes describing your research project. A minimum of 10 slides is...
Create a PowerPoint with presenter’s notes describing your research project. A minimum of 10 slides is required, including a title and References slide. The presentation should address the following: Describe the techniques and procedures that will be used. State the hypothesis. State general equipment that will be necessary and their intended use. Describe type of data that will be collected and measurements that will be made. Define and describe experimental units and be specific. Define the population for generalization. Define...
Please develop 15  PowerPoint slides describing the FDA Center "Center for Drug Evaluation and Research" CDER Describe...
Please develop 15  PowerPoint slides describing the FDA Center "Center for Drug Evaluation and Research" CDER Describe the office and its key functions. Create these slides as if you are going to be presenting them to your superiors at a major meeting at your company Please no plagiarism
Create a PowerPoint presentation of no more than 15 slides that reflect your understanding of the...
Create a PowerPoint presentation of no more than 15 slides that reflect your understanding of the three macronutrients discussed in this module: Carbohydrates, Lipids, and Proteins. Be creative! Each slide should include information about each macronutrient. Definition of the macronutrient inclusive of its function and structure Where they are digested and absorbed Types and their purpose Special characteristics and function Clinical applications as they relate to health and diets Use APA Editorial Format for citations and references used other than...
create a PowerPoint presentation at least 15 to 20 slides and Link that discuss your plan...
create a PowerPoint presentation at least 15 to 20 slides and Link that discuss your plan cover each of the five demands of quality Healthcare. 1 access 2 structure, 3 process, 4. outcome, 5 patient experience. quality improvement in each demand should be explained and applied to the healthcare faculty includes detailed speaker notes describe your program. be sure to include references and sight from at least five sources your PowerPoint presentation needs to be visually appealing as your goal...
Create a series of slides using PowerPoint or Google Slides to explain how an integral membrane...
Create a series of slides using PowerPoint or Google Slides to explain how an integral membrane protein is made, beginning with DNA and ending with the final product/location. Your slides should specify the intracellular location and the organelle(s) involved for each step. Please limit your submission to 10 slides.
Use Microsoft PowerPoint to create slides, which will be the basis of the guide or handout....
Use Microsoft PowerPoint to create slides, which will be the basis of the guide or handout. You are required to cite your source(s) as it relates to your application slide. Other citations are permitted, but this is not a requirement for the assignment. Title slide (first slide): Include a title slide with your name and the title of the presentation. Scenario Slide (one slide): This slide should include a brief scenario, then identify a patient who is experiencing a specific...
Create PowerPoint presentation slides on the following topic “Electronic waste management in China “
Create PowerPoint presentation slides on the following topic “Electronic waste management in China “
Directions: Create a research project that you could conduct, if you had an unlimited budget with...
Directions: Create a research project that you could conduct, if you had an unlimited budget with which to work.    Tasks: 1.Discuss the topic coping with the death of another person 2.Create a question to which you would be interested in discovering an answer. 3.Select one of the three classic developmental designs, either a cross-sectional design, a longitudinal design, or a sequential design, that you would use to conduct your research.    4.State who you would have as participants in...
Provide a case analysis on Walmart. If possible please provide 10-12 powerpoint slides on the analysis
Provide a case analysis on Walmart. If possible please provide 10-12 powerpoint slides on the analysis
write 10 slides powerpoint with graphs and diagramns and avoid full slide writing about DNA. just...
write 10 slides powerpoint with graphs and diagramns and avoid full slide writing about DNA. just 10 slides PowerPoint thank you ,
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT