PigDisturbance {UpDown} | R Documentation |
Non-observable information about the disturbances occuring in the PigFarming
dataset
Description
Information about the disturbances relative to the dataset PigFarming
: start, and intensity. An intensity of 0 stands for no disturbance for the considered hierarchical level. Not observable in practice.
Usage
data("PigDisturbance")
Format
A dataframe with 6000 records on the following 12 variables:
id
the identifier of the animal
batch
the numero of the batch of the animal
pen
the numero of the batch of the animal
int_batch
the intensity of the disturbance at the batch level
start_batch
the starting time of the disturbance at the batch level
end_batch
the endding time of the disturbance at the batch level
int_pen
the intensity of the disturbance at the pen level
start_pen
the starting time of the disturbance at the pen level
end_pen
the endding time of the disturbance at the pen level
int_ind
the intensity of the disturbance at the individual level
start_ind
the starting time of the disturbance at the individual level
end_ind
the endding time of the disturbance at the individual level
References
Le, Vincent, Tom Rohmer, and Ingrid David. 2022. “Impact of Environmental Disturbances on Estimated Genetic Parameters and Breeding Values for Growth Traits in Pigs.” Animal 16 (4): 100496. https://doi.org/10.1016/j.animal.2022.100496
Examples
theo_dat=get(data(PigDisturbance))
str(theo_dat)
theo_dat[c(1,6,5405),]