Learn R Programming

FFD (version 1.0-9)

sheepData: Simulated test data frame of Austrian sheep holdings.

Description

This test data frame contains a ficticious list of Austrian sheep holdings with information on the state and the number of animals.

Usage

data(sheepData)

Arguments

Format

A data frame with 15287 observations on the following 3 variables.

herdId

Numeric vector. Unique identification number of the herd.

state

Numeric vector. The 9 Austrian states are coded using the numbers 1 to 9.

nSheep

Numeric vector. Number of animals for each holding.

Examples

Run this code
data(sheepData)

Run the code above in your browser using DataLab