Re: [R] Problem with plm package

2014-01-29 Thread george brida
Ah ok. the problem is somewhat great, I can't rewrite it in txt file. On Wed, Jan 29, 2014 at 10:48 PM, george brida wrote: > Ah ok. the problem is somewhat great, I can't rewrite it in txt file. > > > On Wed, Jan 29, 2014 at 9:52 PM, arun wrote: > >> HI George, >> >> Some of the attachments ge

Re: [R] Problem with plm package

2014-01-29 Thread george brida
Hi Arun you can't open the file? On Wed, Jan 29, 2014 at 9:23 PM, arun wrote: > Hi, > Your attachment didn't came through. > A.K. > > > > > > On Wednesday, January 29, 2014 12:03 PM, george brida < > george.br...@gmail.com> wrote: > Dear friends, > I have a csv data entitled GFS in the followin

[R] Problem with plm package

2014-01-29 Thread george brida
Dear friends, I have a csv data entitled GFS in the following path: c:\TEG This data is attached with this mail. When I wrote the following lines: y=read.csv("c:\\TEG\\GFS.csv", header=FALSE, sep=";") purtest(y, pmax = 4, exo = "intercept", test = "hadri") I obtained the following message: Err

Re: [R] problem with "plm" package

2011-09-03 Thread Liviu Andronic
ystem, try to replicate some of the examples in the 'plm' vignette. Regards Liviu > There must be something simple that I am missing, but at the moment, I can't > figure out what it is. > > Thanks again, > > Ashraf > >> From: landronim...@gmail.com >>

Re: [R] problem with "plm" package

2011-09-01 Thread Liviu Andronic
On Thu, Sep 1, 2011 at 4:25 AM, Ash wrote: > Hi, > > I am trying to complete a very simple panel analysis on some bank data. > > Call: > Formula<-plm(RoE~RoA+CAR+Inc.Dep+Cash.TL+NPL.Loans, data=Banks1, > model="random", index=c("Bank.I.D.","Year")) > summary(Formula) > > I get the following error

Re: [R] problem with "plm" package

2011-08-31 Thread Ash
Hi, I am trying to complete a very simple panel analysis on some bank data. Call: Formula<-plm(RoE~RoA+CAR+Inc.Dep+Cash.TL+NPL.Loans, data=Banks1, model="random", index=c("Bank.I.D.","Year")) summary(Formula) I get the following error code: ERROR: missing value where TRUE/FALSE needed Does