knitr::opts_chunk$set(echo = FALSE, results = "asis") knitr::knit_hooks$set(hook_convert_odg = rmdhelp::hook_convert_odg)
$\rightarrow$ How to combine different sources of information
#rmdhelp::use_odg_graphic(ps_path = "odg/desiredscenario.odg") knitr::include_graphics(path = "odg/desiredscenario.png")
Best Linear Unbiased Prediction (BLUP)
Same genetic model
Three objectives of predicted breeding values
#rmdhelp::use_odg_graphic(ps_path = "odg/selectionmethod.odg") knitr::include_graphics(path = "odg/selectionmethod.png")
#rmdhelp::use_odg_graphic(ps_path = "odg/aggregategenotype.odg") knitr::include_graphics(path = "odg/aggregategenotype.png")
\begin{equation} H = w_1 a_1 + w_2 a_2 + \cdots + w_m a_m = w^T a \notag \end{equation}
\begin{tabular}{lll} where & $a$ & vector of true breeding values \ & $w$ & vector of economic values \end{tabular}
#rmdhelp::use_odg_graphic(ps_path = "odg/changeinprofit.odg") knitr::include_graphics(path = "odg/changeinprofit.png")
\begin{equation} E(H-I)^2 \rightarrow \text{ min} \notag \end{equation}
\begin{equation} Pb = Gw \notag \end{equation}
\begin{align} Pb &= Gw \notag \ P^{-1}Pb &= P^{-1}Gw \notag \ b &= P^{-1}Gw \notag \end{align}
\begin{equation} r_{HI} = \frac{cov(H,I)}{\sigma_H \sigma_I} = \frac{\sigma_I}{\sigma_H} \notag \end{equation}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.