dataCopDisCont | R Documentation |
A dataset with two exogenous regressors,
X1
,X2
, and two endogenous regressors,
P1
, having a Poisson distribution with lambda parameter equal to 3, and P2
, 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 P1
is set to a1 = -1
and of P2
is set to a2=0.8
.
data("dataCopDisCont")
A data frame with 2500 observations on 5 variables:
y
a numeric vector representing the dependent variable.
X1
a numeric vector, normally distributed and exogenous.
X2
a numeric vector, normally distributed and exogenous.
P1
a numeric vector, continuous and endogenous having Poisson distribution with parameter lambda equal to 3.
P2
a numeric vector, continuous and endogenous having T-distribution with 3 degrees of freedom.
Raluca Gui raluca.gui@business.uzh.ch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.