# Title : ExploreLMM.R
# Objective : Oats & Linear Mixed Model
# Created by: greyhypotheses
# Created on: 31/03/2022
#' Random Intercept, Fixed Effects
#'
#'
model <- lme(fixed = Y ~ N + V, data = oats, random = ~1 | B)
summary(model)
base::plot(model, frame.plot = FALSE)
plot(x = rife$fitted, y = rife$residuals, frame.plot = FALSE)
residuals(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.