NonLinNormalZs | R Documentation |
Creates a Z-dimensional nonlinear dataset with complex dependencies between features and targets.
NonLinNormalZs(N, d = 0, Zs = 20)
N |
Integer. Sample size. |
d |
Numeric. Dependency strength. Default is 0. |
Zs |
Integer. Number of Z variables. Default is 10. |
A data frame with columns Z1-Z10, X, and Y.
head(NonLinNormalZs(N = 100, Zs = 20))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.