STAT XXXXXXXXXXHW#5 Due Date: 3/4/2021 (Thursday) · Homework must be submitted to Assignment #5 on Blackboard · On the top right corner, write your name, date, and HW #. · All problem numbers refer to...

1 answer below »
Complete the homework in R program


STAT3119-10 HW#5 Due Date: 3/4/2021 (Thursday) · Homework must be submitted to Assignment #5 on Blackboard · On the top right corner, write your name, date, and HW #. · All problem numbers refer to the problem from Dean, Voss, and Dragulijic (DVD) · Please summarize your results from statistical software such as R or SAS 1) (4 pts) (DVD 6.3) Consider the functions and under the two-way complete model (6.2.2). a) Verify that the functions are estimable contrasts. b) Discuss the meaning of each of these contrasts for plot (c) of Fig. 6.1, p. 140, and for plot (c) of Fig. 6.2, p. 141. 2) (6 pts) (DVD 6.7) Weld strength experiment The data shown in Table 6.22 are a subset of the data given by Anderson and McLean (1974) and show the strength of a weld in a steel bar. Two factors of interest were gage bar setting (the distance the weld die travels during the automatic weld cycle) and time of welding (total time of the automatic weld cycle). Assume that the levels of both factors were selected to be equally spaced. a) (2 pts) Using the cell-means model (6.2.1) for these data, test the hypothesis that there is no difference in the effects of the treatment combinations on weld strength against the alternative hypothesis that at least two treatment combinations have different effects. b) (2 pts) Suppose the experimenters had planned to calculate confidence intervals for all pairwise comparisons between the treatment combinations, and also to look at the confidence interval for the difference between gage bar setting 3 and the average of the other two. Write down the contrasts in terms of the parameters of the cell-means model, and suggest a strategy for calculating all intervals at overall level “at least 98%.” c) (2 pts) Consider the intervals in part (b).Give the formulae and calculate the actual interval for (the difference in the true mean strengths at the 3rd and 5th times of welding for the first gage bar setting), and explain what this interval tells you. Also calculate the actual interval for the difference between gage bar setting 3 and the average of the other two, and explain what this interval tells you. BP: 155/55 Tem: 99.1 8/10 out of 10 pain 45 yo female, no acute distress, head and neck exam, eye exam ( paralelle) , no injection, exam intact, neck sapo, no mid-line tenderness, heart normal exam, no murmur, s1/s2, Lung: CTAP, no wheezing Abdomen: soft, non tender Ebook- https://ebookcentral.proquest.com/lib/gwu/detail.action?docID=6315198 user name: faynguyen18 password: Gwufay123!
Answered 1 days AfterMar 06, 2021

Answer To: STAT XXXXXXXXXXHW#5 Due Date: 3/4/2021 (Thursday) · Homework must be submitted to Assignment #5 on...

Mohd answered on Mar 08 2021
156 Votes
HomeWork
1) (4 pts) (DVD 6.3) Consider the functions and under the two-way complete model (6.2.2).
a) Verify that the functions are estimable contrasts.
b) Discuss the meaning of each of these contrasts for plot (c) of Fig. 6.1, p. 14
0, and for plot (c) of Fig. 6.2, p. 141.
In plot (c), as we can see from plot there is no difference in the average from the two structures. Both structures are overlapping. First structure has effect on y axis variable but second structure don't.
As we can see from, both structures clearly differ from each other, there is little difference between their averages. There is an interaction between these two structures. We use FS = Yes to denote an interaction between variable and structures.
The data shown in Table 6.22 are a subset of the data given by Anderson and McLean (1974) and show the strength of a weld in a steel bar. Two factors of interest were gage bar setting (the distance the weld die travels during the automatic weld cycle) and time of welding (total time of the automatic weld cycle). Assume that the levels of both factors were selected to be equally spaced.
a) (2 pts) Consider the intervals in part (b).Give the formulae and calculate the actual interval for (the difference in the true mean strengths at the 3rd and 5th times of welding for the first gage bar setting), and explain what this interval tells you. Also calculate the actual interval for the difference between gage bar setting 3 and the average of the other two, and explain what this interval tells you.
HomeWork
_
3/8/2021
if(!require(lme4)){install.packages("lme4")}
## Loading required package: lme4
## Loading required package: Matrix
if(!require(lmerTest)){install.packages("lmerTest")}
## Loading required package: lmerTest
##
## Attaching package: 'lmerTest'
## The following object is masked from 'package:lme4':
##
## lmer
## The following object is masked from 'package:stats':
##
## step
if(!require(multcompView)){install.packages("multcompView")}
## Loading required package: multcompView
if(!require(lsmeans)){install.packages("lsmeans")}
## Loading required package: lsmeans
## Loading required package: emmeans
if(!require(ggplot2)){install.packages("ggplot2")}
## Loading required package: ggplot2
if(!require(FSA)){install.packages("FSA")}
if(!require(nlme)){install.packages("nlme")}
library(readxl)
Mydata <-...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here