gam (version 1.16.1)

gam.data: Simulated dataset for gam

Description

A simple simulated dataset, used to test out the gam functions

Usage

data(gam.data)
data(gam.newdata)

Arguments

Format

A data frame with 100 observations on the following 6 variables.

x

a numeric vector - predictor

y

a numeric vector - the response

z

a numeric vector - noise predictor

f

a numeric vector - true function

probf

a numeric vector - probability function

ybin

a numeric vector - binary response

Details

This dataset is artificial, and is used to test out some of the features of gam.

Examples

Run this code
# NOT RUN {
data(gam.data)
gam(y ~ s(x) + z, data=gam.data)
# }

Run the code above in your browser using DataCamp Workspace