search for: patsa

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

Did you mean: pata
2004 Mar 12
0
Basic questions on nls and bootstrap
...e (????!!!!!!), so, my program is wrong but I cannot find where is the problem. # In a second time, I would like to fit the same data with a new function Ct = C0*Tpsb. I did as follow and obtained the following results: > Pat<-function(Tps,parm){ + a<-parm[1] + b<-parm[2] + } > PatSA.nls<-nls(SolA~a*(Tps^b),start=c(a=35, b=-1),tabMika) Error in numericDeriv(form[[3]], names(ind), env) : Missing value or an Infinity produced when evaluating the model > summary(PatSA.nls) Error in summary(PatSA.nls) : Object "PatSA.nls" not found # I cannot understand the me...