1. Home
  2. Example Data Library

Example Data Library

The example data library contains a large range of Functional and Structural data sets that you can experiment with as you learn how to use ASReml or ASReml-R.

ASReml-SA example data sets

You can find the example data sets in C:\Program Files\ASReml4\Examples.

The Functional and Structural examples are stored in their own folders.

Many of these data sets are used for example analyses in the ASReml User Guide.pdf, which you can access in the Help menu under: Help | User Guides | ASReml User Guide.

ASReml-R example data sets

ASReml-R users can access the example data sets as follows.

  1. #load the ASReml package
    library(asreml)
  2. #list the available data sets
    data(package=”asreml”)
  3. #load the specified data set e.g. “nin89”
    data(“nin89”)
    view(nin89)