Learn R Programming

bbemkr (version 2.0)

data_ynorm: Simulated response variable

Description

The response variable is simulated from the functional form of $data_ynorm = sin(2*pi*x1) + 4*(1-x2)*(1+x2) + 2*x3/(1+0.8*x3*x3) + rnorm(1,0,0.9)$, where x1, x2 and x3 are simulated from a uniform distribution between 0 and 1.

Usage

data(data_ynorm)

Arguments

Format

A data matrix of 100 by 1

Examples

Run this code
data(data_ynorm)

Run the code above in your browser using DataLab