Learn R Programming

nadiv (version 2.18.0)

FG90: Pedigree, adapted from Table 1 in Fernando & Grossman (1990)

Description

Pedigree, adapted from Table 1 in Fernando & Grossman (1990)

Usage

FG90

Arguments

Format

A data.frame with 8 observations on the following 4 variables:

id

a factor with levels 1 2 3 4 5 6 7 8

dam

a factor with levels 2 4 6

sire

a factor with levels 1 3 5

sex

a factor with levels 0 1

Examples

Run this code
  data(FG90)
  str(FG90)

Run the code above in your browser using DataLab