Displaying 3 results from an estimated 3 matches for "fixeffect".
Did you mean:
ff_effect
2009 Apr 23
0
question of plm package
Dear R help,
I use the package plm the function plm() to analyse a panel data and
estimate a fixeffect model.
I use the code as follow :
fe <- plm(y~x+z, data, model = "within")
I want to use bootstrap to estimate standard error
I consult the paper plm.pdf , but I can't find any answer.
Can I estimate variance with bootstrap?
Thanks,
Helen Chen
--
View t...
2009 Apr 23
0
(no subject)
...lt;96258011 at nccu.edu.tw>
Subject: [R] question of plm package
To: r-help at r-project.org
Message-ID: <23190943.post at talk.nabble.com>
Content-Type: text/plain; charset=us-ascii
Dear R help,
I use the package plm the function plm() to analyse a panel data
and
estimate a fixeffect model.
I use the code as follow :
fe <- plm(y~x+z, data, model = "within")
I want to use bootstrap to estimate standard error
I consult the paper plm.pdf , but I can't find any answer.
Can I estimate variance with bootstrap?
Thanks,
Helen Chen
--
View t...
2009 Apr 24
0
error message in plm package
Dear R help,
I use the package plm the function plm() to analyse a panel data and
estimate a fixeffect model.
I use the code as follow :
fe <- plm(y~x+z, data, model = "within")
But I had a error message
Error in model.frame.default(form, ...) : object is not a matrix
I don't what's wrong. Beacuse others use the same codes and data,the code
can work.
I consult...