| 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:
idthe identifier of the animal
batchthe numero of the batch of the animal
penthe numero of the batch of the animal
int_batchthe intensity of the disturbance at the batch level
start_batchthe starting time of the disturbance at the batch level
end_batchthe endding time of the disturbance at the batch level
int_penthe intensity of the disturbance at the pen level
start_penthe starting time of the disturbance at the pen level
end_penthe endding time of the disturbance at the pen level
int_indthe intensity of the disturbance at the individual level
start_indthe starting time of the disturbance at the individual level
end_indthe 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),]