search for: plabutsch

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

2002 Dec 18
1
problem with 'gnls'
...imate the emission factor of heavy & light vehicles. I tried to use 'gnls' and I get the following Error: >> Error in "coef<-.corARMA"(*tmp*, value = c(174.267493382104, 173.412740072763 : >> Coefficient matrix not invertible Here is my R-code: data <- d.plabutsch.neu # calculating the starting coeficients: r.CO2.rlm <- rlm(EF.CO2 ~ pLKW.total + Sat + Sun + Fz.total, data = data, method = "MM", na.action = na.exclude) START <- coef(r.CO2.rlm); names(START) <- letters[1:5] # 'gnls': r.CO2.gn...