1. Home
  2. ASReml-R 4 Commands
  3. nassau – Clone data

nassau – Clone data

Description

Height of Loblolly pine trees at age 6.

Usage

nassau

To load the file into ASReml-R and view the contents use the commands:

library(asreml)
data(package="asreml")
data("nassau")
View(nassau)
Format
A data frame with 5 columns and 6795 rows:
Rep Factor with 8 levels
IncBlock Factor with 80 levels
CultureID Factor with 2 levels
clonefv Factor with 860 levels
ht6 Tree height
References

Resende MF, Munoz P, Resende MD, Garrick DJ, Fernando RL, Davis JM, Jokela EJ, Martin TA, Peter GF and Kirst M (2012). “Accuracy of Genomic Selection Methods in a Standard Data Set of Loblolly Pine (Pinus taeda L.).” Genetics, 190, pp. 1503-1510.

Updated on January 24, 2019

Was this article helpful?

Related Articles