Learn R Programming

LRQMM (version 1.2.2)

Cow: Herd life Data of Iranian Holstein Cows

Description

Cow data include 100 cows with id records, father's record, mother' record, number of HYS, age of first calving and Herd life.

Usage

data("Cow")

Arguments

Format

A data frame with 100 observations on the following 6 variables.

REGNO

The number form animal record as vector or column matrix

FREG

The number form father's animal record as vector or column matrix

MREG

The number form mother's animal record as vector or column matrix

HYS

a numeric vector levels of Herd, Year, Season

AGECAL

a numeric vector of age of first calving

HL

a numeric vector of Herd Life

Examples

Run this code
# NOT RUN {
data(Cow)

# }

Run the code above in your browser using DataLab