Description Usage Arguments Value
This function creates artifical data set for testing the regression trees employing a von Mises distribution.
1 | circtree_simulate(n = 1000, mu = c(0, 2, 1), kappa = c(3, 3, 1), seed = 111)
|
n |
The number of Observations. |
mu |
The distribution parameters for the location part. Currently exactly three parameters necessary. |
kappa |
The distribution parameters for the concentration part. Currently exactly three parameters necessary. |
seed |
Sets the 'seed' to a numeric value. |
Data frame with simualated covariates and respective response.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.