代做留学统计作业 The data set in the file PaperHelicopter.txt was contributed by a volunteer student (one of you). Two factors are considered in the experiment: the
The data set in the file PaperHelicopter.txt was contributed by a volunteer student (one of you).
Two factors are considered in the experiment: the length of the wing (in cm) and the number of clippers used as weight. There are n = 4 replicates for each combination of the levels (also called a run or treatment). The response value is the time (in seconds) it takes to reach the ground from a height of 2 meters.
Use a fixed-effects model for data analysis. You may use the following code to read in the data set:
dat = read.table("PaperHelicopter.txt", header=T) dat$length = factor(dat$length) dat$clips = factor(dat$clips)
(a) [6] Obtain the estimated treatment effects of both factors and their interactions.
(b) [2] Estimate the variance of the experimental error.
(c) [6] Construct the complete analysis of variance table (including p-values for testing the standard hypotheses).
(d) [6] Construct a two-sided 95% confidence interval for effect difference (may also be called a contrast) α3− α1 for factor length with levels {1, 2, 3} being the lengths {7, 8, 9} cm. Remark: not simultaneous CI.
Repeat the in-class example on “fabricating integrated circuit”. An initial step of this process is to grow an epitaxial layer on polished silicon wafers. It is desired to have the actual thickness as close to 14.5 µm, and within the limits [14, 15].
The data are given in the following table. There are n = 6 replicates in each run. Note the data set may be different from the one in lecture.
(a) [8] Construct the ANOVA table including all effects for the mean response (the class example omitted some for the ease of presentation).
(b) [4] Identify the significant effects based on F-tests.
(c) [4] Create the normal and half-normal plots for the estimated effects.
(d) [4] Construct a 95% two-sided CI for the effect of D.
3.
[5] Under the model assumption for the randomized block design as given in this course, the four terms in the decomposition of the response yij are mutually independent. The proof in the lecture slides is not complete nor well-organized (due to the nature of lecturing).
Choose any two pairs of these four terms (same ones are also accepted) and show that they are independent. Be sure to add more concrete details and explanations.
Statistics II
Exam - 1st sitting – Duration: 120+30 minutes
统计考试代写 I. (2,5 points) In an opinion study, it is assumed that an unknown proportion of citizens – p – is in favour of a ne...
Vaccination and severe COVID in Israel
统计分析作业代写 Background mRNA vaccines from Pfizer-BioNTech and Moderna received authorization for emergency use in the U.S. after being found to be
...
Practice Midterm
统计学的基本概念代写 Part I. Points and Number within sections are approximate and may change. Short Answers –2 points each (5) 1.Will we get nominal or ordinal data
Part I...
ALY2010 Project 1 Assignment
Grade: 50 points
数据分析R课业代写 Prepare the following report in an R script file. On computer, create a folder named "ALY2010 R Project" and create one folder...