Displaying 2 results from an estimated 2 matches for "pdata_frame".
Did you mean:
data_frame
2012 Mar 20
1
MA process in panels
Dear R users,
I have an unbalanced panel with an average of I=100 individuals and a total
of T=1370 time intervals, i.e. T>>I. So far, I have been using the plm
package.
I wish to estimate a FE model like:
res<-plm(x~c+v, data=pdata_frame, effect="twoways", model="within",
na.action=na.omit)
?where c varies over i and t, and v represents an exogenous impact on x
varying over time but not over i. I discover significant time effects
comparing the above model with a plm(?,effect="individual", ?)-model (us...
2012 May 03
0
error in La.svd Lapack routine 'dgesdd'
...ontent-Type: text/plain; charset=UTF-8
Dear R Users,
I have an unbalanced panel with (on average) approx. 100 individuals
over
1370 time intervals (with individual time series of different lengths,
varying between 60 and 1370 time intervals). I use the following model:
res1<-plm(x~c+d+e,data=pdata_frame, effect="twoways",
model="within",
na.action=na.omit))
## I have difficulty in understanding why you would want to introduce
ca. 1470 incidental parameters... I'd rather go with a more parsimonious
specification: a trend, AR(n) or else...
I repeatedly get the following er...