dataincRidGME {GCEstim} | R Documentation |
Simulated data set generated with fngendata
Description
Simulated data, used to demonstrate the functions of GCEstim.
Usage
dataincRidGME
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.
- X006
A N(0,1) independent variable.
- y
A Dependent variable: y = 2.5 - 8 * X004 + 19 * X005 - 13 * X006 + error; the error follows a normal distribution with mean equal to zero and variance such that the signal to noise ratio is equal to 1.
Examples
data(dataincRidGME)
plot(dataincRidGME)
[Package GCEstim version 0.1.0 Index]