powered by
Prints the characteristics of an nlsgrid
# S3 method for nlsgrid summary(object, ...)
An object of class nlsgrid
Any parameters for summary
NULL
none
nlsrk, nlsrk-package, nls, nlscontour
nlsrk
nlsrk-package
nls
nlscontour
data(logis) m1<-nls(y~k/(1+c*exp(-r*time)),data=logis,start=list(k=100,r=0.1,c=45)) gr12<-nlscontour(m1) summary(gr12)
Run the code above in your browser using DataLab