A dataset with two exogenous regressors, X1,X2, and one endogenous, continuous regressor, P, having a T-distribution with 3 degrees of freedom. An intercept and a dependent variable, y, are also included. The true parameter values for the coefficients are: b0 = 2, b1 = 1.5, b2 = -3 and the coefficient of the endogenous regressor is set to a1 = -1.
data("dataCopC1")A data frame with 2500 observations on the following 5 variables.
ya numeric vector representing the dependent variable.
Ia numeric vector representing the intercept.
X1a numeric vector, normally distributed and exogenous.
X2a numeric vector, normally distributed and exogenous.
Pa numeric vector, continuous and endogenous having T-distribution with 3 degrees of freedom.