Exam3.1.1: Example 3.1.1 from Experimental Design and Analysis for Tree...

Exam3.1.1R Documentation

Example 3.1.1 from Experimental Design and Analysis for Tree Improvement

Description

Exam3.1.1 is part of data from Australian Centre for Agricultural Research (ACIAR) in Queensland, Australia (Experiment 309).

Author(s)

  1. Muhammad Yaseen (myaseen208@gmail.com)

  2. Sami Ullah (samiullahuos@gmail.com)

References

  1. E.R. Williams, C.E. Harwood and A.C. Matheson (2023). Experimental Design and Analysis for Tree Improvement. CSIRO Publishing (https://www.publish.csiro.au/book/3145/).

See Also

DataExam3.1.1

Examples

library(car)
library(dae)
library(dplyr)
library(emmeans)
library(ggplot2)
library(lmerTest)
library(magrittr)
library(predictmeans)
library(supernova)

data(DataExam3.1.1)

# Pg. 36
fm3.8 <- lm(formula  = Mean ~ Repl + SeedLot, data = DataExam3.1.1)

# Pg. 40
anova(fm3.8)

# Pg. 40
emmeans(object = fm3.8, specs = ~ SeedLot)
emmip(object = fm3.8, formula  = ~ SeedLot) +
 theme_classic()


myaseen208/eda4treeR documentation built on May 4, 2023, 10:41 p.m.