Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 831 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 831 Bytes

AppVeyor Build Status Travis-CI Build Status Coverage Status

st4gi

Statistical tools for genetic improvement.

Installation

To install this package you need package devtools:

install.packages("devtools")

Then type:

devtools::install_github("reyzaguirre/st4gi")

Usage

To load the package type:

library(st4gi)

To see the documentation type:

help(package = st4gi)