View source: R/Friedman_function.R
Friedman_function | R Documentation |
This function generates non-linear effects based on the Friedman function.
Friedman_function(x)
x |
Matrix. A matrix where only the first 5 columns are used to generate non-linear effects. |
Numeric vector. The generated non-linear effects.
x <- matrix(runif(50), ncol = 5)
y <- f(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.