Displaying 1 result from an estimated 1 matches for "tp4654430".
2013 Jan 02
1
Need help with self-defined function to perform nonlinear regression and get prediction interval
...t;-
predict(as.lm(nlsmodel),se.fit=TRUE,interval="confidence",level=0.95)
uplim <- fitted$fit[,3]
return(uplim)
}
--
View this message in context: http://r.789695.n4.nabble.com/Need-help-with-self-defined-function-to-perform-nonlinear-regression-and-get-prediction-interval-tp4654430.html
Sent from the R help mailing list archive at Nabble.com.