feeding_event_data {socialh}R Documentation

Feeding event data from Nellore cattle

Description

A database obtained from feed efficiency test of beef cattle to illustrate the functions of the socialh package.

Usage

feeding_event_data

Format

A data frame with 90211 rows and 7 variables:

equip_id

equipament identification

animal_id

animal identification

IN

date and time (dd/mm/yyyy and hour:minutes:seconds) when the animal entered at the electronic bin

OUT

date and time (dd/mm/yyyy and hour:minutes:seconds) when the animal left the electronic bin

duration (s)

duration of the feeding event in seconds

consumption (g)

amount of food consumed during the visit to the bin in grams

pen

pen identification

Source

https://www.kaggle.com/datasets/juliavalente/data-from-visits-to-the-trough-of-nellore-cattle

Examples

data(feeding_event_data)

[Package socialh version 0.1.1 Index]