The goal of qzwslrm is to provide a set of tools that are useful for doing validations of predicted breeding values using the LR-Method.
The website of the package is available under:
https://fbzwsqualitasag.github.io/qzwslrm/
You can install the development version of qzwslrm from GitHub with:
# if (!is.element("devtools", installed.packages()) install.packages("devtools")
devtools::install_github("fbzwsqualitasag/qzwslrm")
The following example shows how a validation of a set of predicted breeding values can be run.
library(qzwslrm)
## validation
validate_ebv(pvec_ebv_partial = vec_ebv_partial, pvec_ebv_whole = vec_ebv_whole)
The above command shows the basic use case. There are more functions that can handle different use cases.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.