Description Usage Arguments Value
View source: R/Part_calcmoveStats.R
Wrapper function to create all variables necessary to create ungulate parturition prediction models.
1 2 | Part_calcmoveStats(dat, projstring, dataset, time.zone, folder,
ncpus = ncpus, saveby = "Study", type = "Norm", imp = FALSE)
|
dat |
data |
projstring |
Experimental, leave as default (FALSE) |
dataset |
Short name of dataset without space ('SMElk') |
time.zone |
POSIX format timezone |
folder |
character folder path ('/home/user/folder') |
ncpus |
Number of cpus to use for parallel processing (minimum 2) |
saveby |
Character vector, either "Study" to save a single file of all data or "Animal" to save one file for each individual in your dataset |
type |
Character vector, either 'Norm' for normal running or 'NPred' for new predictions. |
Original data with rolling candidate variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.