Description Usage Arguments Value
View source: R/Part_modTrain.R
Wrapper function to create all variables necessary to create ungulate parturition prediction models.
1 2 3 | Part_modTrain(nrun, data, vars, mt, sampsize, idname = "UAID",
partname = "birth", timename = "time",
partdoyname = "Date.of.Birth")
|
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 |
Original data with rolling candidate variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.