knitr::opts_chunk$set(echo = TRUE)
s_data_url <- "https://charlotte-ngs.github.io/lbgfs2021/data/beef_data_blup.csv"
Read the dataset given in r s_data_url
using the function readr::read_csv()
.
herd
, sex
and both factors as fixed effects.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.