search for: pgrowth

Displaying 3 results from an estimated 3 matches for "pgrowth".

Did you mean: growth
2018 Feb 11
2
Hausman test
...with Hausman test. I am performing my analysis with these commands: > library(plm) > data<-read.csv2("paolo.csv",header=TRUE) > data< pdata.frame(data,index=c("FIRM","YEAR"),drop.index=TRUE,row.names=TRUE) > RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH+NGROWTH+TURN+GPROF+GPROF2 > grun.fe<-plm(RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH+NGROWTH+TURN+GPROF+GPROF2,data=data,model="within") > grun.re <-plm(RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH+NGROWTH+TURN+GPROF+GPROF2,data=data,model="random") > g...
2018 Feb 11
0
Hausman test
...analysis with these > commands: > > > library(plm) > > data<-read.csv2("paolo.csv",header=TRUE) > > data< > pdata.frame(data,index=c("FIRM","YEAR"),drop.index=TRUE,row.names=TRUE) > > > RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH+NGROWTH+ > TURN+GPROF+GPROF2 > > > grun.fe<-plm(RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+ > PGROWTH+NGROWTH+TURN+GPROF+GPROF2,data=data,model="within") > > grun.re > <-plm(RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH+ > NGROWTH+TURN+GPROF+GPROF2,data...
2018 Feb 11
1
Hausman test
...mands: >> >> > library(plm) >> > data<-read.csv2("paolo.csv",header=TRUE) >> > data< >> pdata.frame(data,index=c("FIRM","YEAR"),drop.index=TRUE,row.names=TRUE) >> > >> RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH+NGROWTH+TU >> RN+GPROF+GPROF2 >> > >> grun.fe<-plm(RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROW >> TH+NGROWTH+TURN+GPROF+GPROF2,data=data,model="within") >> > grun.re >> <-plm(RECEIV~LSIZE+LAGE+LAGE2+CFLOW+STLEV+FCOST+PGROWTH+NGRO >&gt...