plm Questions

2

I am trying to learn R after using Stata and I must say that I love it. But now I am having some trouble. I am about to do some multiple regressions with Panel Data so I am using the plm package. ...
Timer asked 13/12, 2010 at 21:6

0

After reading this answer on error in contrasts and reviewing my data I am still stuck with a problem when trying to combine packages 'plm' and 'effects'. This might be impossible as John Fox does ...
Deshabille asked 17/4, 2014 at 11:23

1

Solved

I am running a panel data regression using the plm package in R and want to control for multicollinearity between the explanatory variables. I know there is the vif() function in the car-package, ...
Medication asked 29/11, 2013 at 8:12

1

Solved

I would like for a colleague to replicate a first-difference linear panel data model that I am estimating with Stata with the plm package in R (or some other package). In Stata, xtreg does not hav...
Bat asked 26/9, 2013 at 1:25

1

I am having a problem setting up a panel data model. Here is some sample data: library(plm) id <- c(1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2) year <- c(1999,1999,1999,1999,2000,2000,2000,2000,1999,...
Cenozoic asked 11/4, 2013 at 22:40

1

Solved

I am trying to predict fitted values over data containing NAs, and based on a model generated by plm. Here's some sample code: require(plm) test.data <- data.frame(id=c(1,1,2,2,3), time=c(1,2,1...
Megalomania asked 20/1, 2013 at 18:30

0

I have a df (a pdata.frame object): head(df) : Company Year Kapitalinkomster Bank.o.kassa Obligationer Lån Aktier Placeringar.andra.ftg Fodringar Reala.tillgångar 5-1948 5 1948 4.009780 0.8677505...
Monkeypot asked 24/10, 2012 at 11:22

1

Solved

I have been using "plm" package of R to do the analysis of panel data. One of the important test in this package for choosing between "fixed effect" or "random effect" model is called Hausman type....
Grassland asked 20/10, 2012 at 15:32

3

Solved

I'm using R to run a Monte-Carlo simulation studying the performance of panel data estimators. Because I'll be running a large number of trials, I need to get at least decent performance from my co...
Thaxton asked 11/4, 2011 at 2:59

1

Solved

I have a large panel which I am estimating via plm with fixed effects. For example Test.fe <- plm( Y ~ x1+x2, data=test, model="within") I used summary(Test.fe) to print the estimating resu...
Dossal asked 16/9, 2011 at 15:13

© 2022 - 2024 — McMap. All rights reserved.