Learn R Programming

GCEstim (version 0.1.0)

dataGCE.test: Simulated data set generated with fngendata

Description

Simulated data, used to demonstrate the functions of GCEstim. The seed used is the different from the one used to generate dataGCE but the remaining parameters are the same.

Usage

dataGCE.test

Arguments

Format

A data.frame containing:

X001

A N(0,1) independent variable.

X002

A N(0,1) independent variable.

X003

A N(0,1) independent variable.

X004

A N(0,1) independent variable.

X005

A N(0,1) independent variable.

y

A Dependent variable: y = 1 + 3 * X003 + 6 * X004 + 9 * X005 + error; the error follows a normal distribution with mean equal to zero and variance such that the signal to noise ratio is equal to 5.

Examples

Run this code

data(dataGCE.test)

plot(dataGCE.test)

Run the code above in your browser using DataLab