Skip to contents

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.

Website

The website of the package is available under: https://fbzwsqualitasag.github.io/qzwslrm/

Installation

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")

Example

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.