Learn R Programming

BMRV (version 1.32)

hbmr_bin_data: Example data for hbmr_bin

Description

This is an example dataset consisting of binary traits for the hbmr_bin function.

Usage

data(hbmr_bin_data)

Arguments

Format

The format is: List of 2 $ pheno: num [1:1720] 0 1 1 1 0 ... $ geno : int [1:1720, 1:40] 0 0 0 0 0 0 0 0 0 0 ... $ qi : int [1:1720, 1:40] 0 0 0 0 0 0 0 0 0 0 ... $ kin : int [1:1720, 1:1720] 0 0 0 0 0 0 0 0 0 0 ...

Examples

Run this code
data(hbmr_bin_data)

Run the code above in your browser using DataLab