Part_modTrain: Wrapper function to create all variables necessary to create...

Description Usage Arguments Value

View source: R/Part_modTrain.R

Description

Wrapper function to create all variables necessary to create ungulate parturition prediction models.

Usage

1
2
3
Part_modTrain(nrun, data, vars, mt, sampsize, idname = "UAID",
  partname = "birth", timename = "time",
  partdoyname = "Date.of.Birth")

Arguments

nrun

number of bootstraps to run #vector('list',200)

data

prep[[1]][[1]]

vars

output of varprep

mt

output of mt

sampsize

percent of sample to use, 80 default

idname

column name of unique animal id

partname

column name of birth column

timename

column name of posix time

partdoyname

column name of julian day column

Value

Original data with rolling candidate variables


MovingUngulate/Part documentation built on May 30, 2019, 6:12 a.m.