Learn R Programming

bbemkr (version 2.0)

data_yt: Simulated response variable

Description

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

Usage

data(data_yt)

Arguments

Format

A data matrix of 100 by 1

Examples

Run this code
data(data_yt)

Run the code above in your browser using DataLab