Learn R Programming

PAS (version 1.2.5)

PAS.binmod.beef: beef data

Description

The data are provide for demonstration purpose only.

Arguments

Value

x

genotypic data. int [1:836, 1:300] 0 0 0 -1 -1 -1 -1 0 0 0 ...

y

phenotypic data. int [1:836, 1] 768 157 508 614 590 777 505 243 509 351 ...

map

physical map: 'data.frame': 300 obs. of 2 variables: $ chr: num 1 1 1 1 ... $ pos: int 113641 244698 369418 447277 ..

Examples

Run this code
# NOT RUN {
#load PAS library
library (PAS)
#load example data
data(beef)
str(x)
str(y)
str(map)
# }

Run the code above in your browser using DataLab