Hi all:
I have two curve models:
model1<-nls(result ~ exp(b0 + b1*(time)), start = list(b0 = 0, b1 =
5),trace=TRUE,data=data1)
model2<-nls(result ~ exp(b0 + b1*(time)), start = list(b0 = 0, b1 =
5),trace=TRUE,data=data2)
I wanna compare the two models to find out whether the difference between them
is significant or not.
How can I do then?
Many thanks!
My best
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.