Crazy | R Documentation |
This function creates simulated data based on a crazy function.
Crazy(n = 1000)
n |
The number of observations to be simulated. |
A data frame with response y
and covariate x
.
GAMart
d <- Crazy(1000)
head(d)
plot(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.