whatToDo | R Documentation |
decide between data splitting/combine and bootstrap
whatToDo(
FUN,
B = 10,
K = 10,
mydata,
myargs,
myargsBoot,
myargsPart,
timeunit = "mins",
myseed = 29021986
)
FUN |
Name of function to call. |
B |
Number of bootstrap replications. |
K |
Number of splits. |
mydata |
Data. |
myargs |
Common arguments of the function for both Bootstrap and split method. |
myargsBoot |
Specific arguments of the function for the Bootstrap method. |
myargsPart |
Specific arguments of the function for the Bootstrap method. |
timeunit |
Time units (to print the results). |
myseed |
Random seed (for reproducibility). |
nothing
Paul Blanche
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.