Exam2.B.3 | R Documentation |
Exam2.B.3 is used to illustrate one way treatment design with Gaussian observations.
Muhammad Yaseen (myaseen208@gmail.com)
Adeela Munawar (adeela.uaf@gmail.com)
Stroup, W. W. (2012). Generalized Linear Mixed Models: Modern Concepts, Methods and Applications. CRC Press.
DataExam2.B.3
#-----------------------------------------------------------------------------------
## Means Model discussed in Example 2.B.3 using DataExam2.B.3
#-----------------------------------------------------------------------------------
Exam2.B.3.lm1 <- lm(formula = y ~ trt, data = DataExam2.B.3)
summary(Exam2.B.3.lm1)
#-----------------------------------------------------------------------------------
## Effectss Model discussed in Example 2.B.3 using DataExam2.B.3
#-----------------------------------------------------------------------------------
Exam2.B.3.lm2 <- lm(formula = y ~ 0 + trt, data = DataExam2.B.3)
summary(Exam2.B.3.lm2)
library(parameters)
model_parameters(Exam2.B.3.lm2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.