Crazy: Crazy simulated data

View source: R/GAMart.R

CrazyR Documentation

Crazy simulated data

Description

This function creates simulated data based on a crazy function.

Usage

Crazy(n = 1000)

Arguments

n

The number of observations to be simulated.

Value

A data frame with response y and covariate x.

See Also

GAMart

Examples

d <- Crazy(1000)
head(d)
plot(d)

bamlss documentation built on March 19, 2024, 3:08 a.m.