Displaying 1 result from an estimated 1 matches for "colnom".
Did you mean:
colnm
2012 Mar 21
1
nlme error on dimensions in multiplication
...ssage on
Windows XP
R 2.14.0
nlme 3.1-103
---
library(nlme)
#load(file="tmp/exampleNmleError.RData") #ds1, fm1, ctrl
con <- url("http://www.bgc-jena.mpg.de/~twutz/tmp/exampleNmleError.RData")
load(file=con) #ds1, fm1, ctrl
close(con)
ds1 <- subset(ds1, select=c("ColNoM","minT","resp"))
head(ds1)
plot( resp ~ minT, col=rainbow(length(unique(ColNoM)))[ColNoM], ds1)
lines( fitted.values(fm1) ~ minT, ds1 ) # starting values from glns fit
ds2 <- ds1
# ds2 <- unique(ds1) # does not resolve the error
tmp.fit1 <- nlme(
resp ~ exp(beta...