[R] save plm coefficients

2009-05-29 Thread Cecilia Carmo
Hi R-helpers, I want to determine the coefficients of the following regression for several subsets, and I want to save it in a dataframe: The data is in «regaccdis», «regaccdis$caedois» is the column that defines the subsets and the function I have runned is

Re: [R] save plm coefficients

2009-05-29 Thread spencerg
I'm not sure what you are asking, especially since I do not have access to regaccdis. However, will something like the following do what you want? caeLvls - c(1, 5, 10) for(i in 1:3) coef[i,2:4] -