Displaying 4 results from an estimated 4 matches for "carpan".
Did you mean:
carpa
2011 Jan 25
0
How to simulate a variable Xt=Wit+0.5Wit-1 with
...nometrics
with R" for a nice and organized approach to (econometric) simulations
in R.
Other than this, it's just basic R, trying it out and seeing if it
works.
Best wishes,
Giovanni
----------- original message -------------------
Message: 18
Date: Mon, 24 Jan 2011 14:38:43 +0000
From: carpan at sapo.pt
To: r-help <r-help at r-project.org>
Subject: [R] How to simulate a variable Xt=Wit+0.5Wit-1 with
Wit~U(0,2)
Message-ID: <20110124143843.10742vvdq8rvqcxf at mail.sapo.pt>
Content-Type: text/plain; charset=ISO-8859-15; DelSp="Yes";
format="flowed"
D...
2011 Jan 17
0
(no subject)
Dear R community,and especially Giovanni Millo,
For my master's thesis i need to simulate a panel data with the fixed
effects correlated with the predicor, so i run the
the following code:
set.seed(1970)
#######################Panel data simulation with alphai correlated
with xi#####################################
n <- 5
t <- 4
nt <- n*t
pData <- data.frame(id =
2011 Jan 17
0
PANEL DATA SIMULATION(sorry for my previous email with no subject)
Dear R community,and especially Giovanni Millo,
For my master's thesis i need to simulate a panel data with the fixed
effects correlated with the predicor, so i run the
the following code:
set.seed(1970)
#######################Panel data simulation with alphai correlated
with xi#####################################
n <- 5
t <- 4
nt <- n*t
pData <- data.frame(id =
2011 Jan 18
0
Need help in a simulation study
Dear R community,and especially Giovanni Millo,
For my master's thesis i need to simulate a panel data with the fixed effects correlated with the predicor, so i run the
the following code:
set.seed(1970)
#######################Panel data simulation with alphai correlated with xi#####################################
n <- 5
t <- 4
nt <- n*t
pData <- data.frame(id =