Erik Thulin
2011-Jan-15 06:16 UTC
[R] Weighted least squares regression for an exponential decay function
Hello, I have a data set of data which is best fit by an exponential decay function. I would like to use a nonlinear weighted least squares regression. What function should I be using? Thank you! [[alternative HTML version deleted]]
Bill.Venables at csiro.au
2011-Jan-15 06:54 UTC
[R] Weighted least squares regression for an exponential decay function
nls in the stats package. ?nls ________________________________________ From: r-help-bounces at r-project.org [r-help-bounces at r-project.org] On Behalf Of Erik Thulin [ethulin at gmail.com] Sent: 15 January 2011 16:16 To: r-help at r-project.org Subject: [R] Weighted least squares regression for an exponential decay function Hello, I have a data set of data which is best fit by an exponential decay function. I would like to use a nonlinear weighted least squares regression. What function should I be using? Thank you! [[alternative HTML version deleted]] ______________________________________________ R-help at r-project.org 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.