Any recommendations on an R package to fit data to a nonlinear model Y=f(x) with a single x and y variable? I want to be able to generate parameter uncertainty estimates and prediction uncertainties if possible. Bernard Sent from my iPhone so please excuse the spelling!"
stats::nlm? On April 5, 2020 11:53:10 AM PDT, Bernard Comcast <mcgarvey.bernard at comcast.net> wrote:>Any recommendations on an R package to fit data to a nonlinear model >Y=f(x) with a single x and y variable? > >I want to be able to generate parameter uncertainty estimates and >prediction uncertainties if possible. > >Bernard >Sent from my iPhone so please excuse the spelling!" >______________________________________________ >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >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.-- Sent from my phone. Please excuse my brevity.
err... stats::nls... On April 5, 2020 12:14:15 PM PDT, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote:>stats::nlm? > >On April 5, 2020 11:53:10 AM PDT, Bernard Comcast ><mcgarvey.bernard at comcast.net> wrote: >>Any recommendations on an R package to fit data to a nonlinear model >>Y=f(x) with a single x and y variable? >> >>I want to be able to generate parameter uncertainty estimates and >>prediction uncertainties if possible. >> >>Bernard >>Sent from my iPhone so please excuse the spelling!" >>______________________________________________ >>R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >>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.-- Sent from my phone. Please excuse my brevity.
Thanks Jeff Bernard Sent from my iPhone so please excuse the spelling!"> On Apr 5, 2020, at 3:14 PM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: > > ?stats::nlm? > >> On April 5, 2020 11:53:10 AM PDT, Bernard Comcast <mcgarvey.bernard at comcast.net> wrote: >> Any recommendations on an R package to fit data to a nonlinear model >> Y=f(x) with a single x and y variable? >> >> I want to be able to generate parameter uncertainty estimates and >> prediction uncertainties if possible. >> >> Bernard >> Sent from my iPhone so please excuse the spelling!" >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> 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. > > -- > Sent from my phone. Please excuse my brevity.