bamlss (version 1.2-3)

Crazy: Crazy simulated data

Description

This function creates simulated data based on a crazy function.

Usage

Crazy(n = 1000)

Value

A data frame with response y and covariate x.

Arguments

n

The number of observations to be simulated.

See Also

GAMart

Examples

Run this code
d <- Crazy(1000)
head(d)
plot(d)

Run the code above in your browser using DataLab