MLPartPred: Parturition Prediction with Machine Learning

View source: R/MLPartPred.R

MLPartPredR Documentation

Parturition Prediction with Machine Learning

Description

Use Machine Learning to predict parturition

Usage

MLPartPred(jk, spp)

Arguments

jk

output of BGBFun

spp

species for model. Choices are "Elk", "FMD" (Female mule deer), or "BHS" (bighorn sheep)

Value

data.frame of probability predictions for 0, 1, 2 (pre birth, neonate <48hrs old, neonate>48hrs old)

Examples

hg<-MLPartPred(mdat3, spp = "BHS")


khuggler/Ovis documentation built on Nov. 30, 2023, 7:41 p.m.