search for: amodi

Displaying 1 result from an estimated 1 matches for "amodi".

Did you mean: modi
2004 Apr 14
3
A bug report?
...-------------- buoyancy <- function(year, taxbase, tax, description, plotname) { cat("Simple full OLS regression with all data:\n") logtax = log(tax) 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...