**Remark**: The material is based on an activity assigned to us by PhD. Renan Escalante. - `knitr::opts_chunk$set(echo = TRUE)` sets an option in the knitr package ...
Coral reef fisheries are vital to the livelihoods of millions of people worldwide but are challenging to manage due to the high diversity of fish species that are harvested and the multiple types of ...
library(broom) library(dplyr) data(mtcars) m1 <- lm(mpg ~ wt + cyl + disp, data = mtcars) %>% tidy() two_brackets <- list(c("Engine", "Cylinder", "Displacement"), c ...