BinaryData | R Documentation |
Creates binary data based on a nonlinear interaction of Z1 and Z2.
BinaryData(N, threshold = 0)
N |
Integer. Sample size. |
threshold |
Numeric. Threshold for binary classification. Default is 0. |
A data frame with columns Z1, Z2, X, and Y.
head(BinaryData(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.