Hi,
I have a small N large T panel which I am estimating via plm, with fixed
effects.
Is there any way to get predicted values for a new dataset? (I want to
estimate parameters on a subset of my sample, and then use these to
calculate model-implied values for the whole sample).
Alternatively, is
Thanks Giovanni and Achim.
Just to confirm - the order of observations in residuals(mymodel) is
exactly the same as in the dataframe that I pass to plm, so that I can
extract the fitted values for an individual by calculating
yhat = y - residuals(mymodel)
as you describe, and then pick out indi
Hi,
I am estimating a (fixed-effects) model with plm, for which I would like
to get the fitted values. If I call fitted() on my estimated model, it
returns NULL.
How do I get the fitted values out of the plm object?
Thanks.
Max
__
R-help@r-project.or
Hi Giovanni,
thanks! This seems to be exactly what I was looking for!
Max
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide comment
Thanks Giovanni and Achim!
I will try out some of the things you suggested. Let's see how far I get :-)
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-
Hello List,
I saw the example in "Writing R Extensions" where a convolve function
is implemented in C, which is makes the whole business of calling C
from R easy to understand.
Is there a similar example of how to call Fortran 90 from R somewhere?
Thanks,
Max
__
Hello,
I was trying to use get.hist.quote in tseries, and got a segfault:
-8<---
> library(tseries)
Loading required package: quadprog
Loading required package: zoo
'tseries' version: 0.10-6
'tseries' is a package for time series analysis and computation
7 matches
Mail list logo