powered by
A two-factor experiment with some observations lost
pigs
A data frame with 29 observations and 3 variables:
Source of protein in the diet (factor with 3 levels: fish meal, soybean meal, dried skim milk)
Protein percentage in the diet (numeric with 4 values: 9, 12, 15, and 18)
Concentration of free plasma leucine, in mcg/ml
# NOT RUN { pigs.lm <- lm(log(conc) ~ source + factor(percent), data = pigs) emmeans(pigs.lm, "source") # }
Run the code above in your browser using DataLab