View source: R/fine_tunning_LMM.R
finetune_LMM | R Documentation |
Fine tune LMM
finetune_LMM(formula, data, spatial, rep = 10, Ncpu = 1, seed = 123)
formula |
a model formula used to fit the data |
data |
the full dataset |
spatial |
either FALSE (default) or TRUE |
rep |
the number of cross validation replicates (default = 10) |
Ncpu |
the number of CPU cores to be used (default = 1) |
seed |
the seed used to control the reproducibility of the cross validation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.