knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(planex) library(tidyverse) library(planex) library(tidyverse) data(rendimento2k) glimpse(rendimento2k) fit <- aov(rendimento ~ reagente*catalisador, data=rendimento2k) testResiduals(fit) plotResiduals(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.