Crazy simulated data
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
.
d <- Crazy(1000) head(d) plot(d)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.