Description
ebay: Hypothetical bids within 15 auctions.
Usage
ebay
To load the file into ASReml-R and view the contents use the commands:
library(asreml) data(package="asreml") data("ebay") View(ebay)
Format
A data frame with 3 columns and 2500 rows: | |
seq | An integer vector of record numbers |
auc | An integer vector of auction identifiers |
val | Numeric vector of bid values |