Displaying 1 result from an estimated 1 matches for "elecga".
Did you mean:
elecgas
2004 Apr 14
3
A bug report?
...x)
logtaxbase = log(taxbase)
m = lm(logtax ~ logtaxbase)
summary.lm(m)
details = summary.lm(m)
}
A <- read.table(file="amodi-data.csv", sep=",", col.names=c("year",
"gdp.ag", "gdp.mining", "gdp.manuf", "gdp.elecgas",
"gdp.construction", "gdp.industry", "gdp.services",
"gdp.fc", "indirect.taxes", "subsidies", "j1",
"gdp.mp", "gdp.mp.93", "gdp.deflator", "...