The R Script: New Treatments as Fixed Effect

It is now time for us to write the R script to fit the linear mixed model to the data. We are assuming that we will treat the Entries as fixed effect. In this next video we demonstrate how we will fit the mixed model.  

Quiz

Question

Question : Close the R window and reopen and type the instruction:

library(lmerTest)

Which of the following messages is NOT seen in R console as a result of the above instruction

Looks Good! Correct: Explanation: lmerTest wraps/extends the functionality of lme4 package.