Re: [R] Gnuplot fit function in R

2011-03-13 Thread Stefan
OK, this helps. Seems to be exactly what I need. Thanks. Stefan Am 12.03.2011 um 17:57 schrieb Ben Bolker: > Stefan me.com> writes: > > [snip] > >> I'm just wondering if there is a equivalent to the fit function of >> gnuplot in R? >> If not, s there any good resource on fitting gaussians int

Re: [R] Gnuplot fit function in R

2011-03-12 Thread Ben Bolker
Stefan me.com> writes: [snip] > I'm just wondering if there is a equivalent to the fit function of > gnuplot in R? > If not, s there any good resource on fitting gaussians into a curve? Try ?nls ?predict.nls __ R-help@r-project.org mailing li

Re: [R] Gnuplot fit function in R

2011-03-12 Thread Greg Snow
Of Stefan > Sent: Saturday, March 12, 2011 4:20 AM > To: r-help@r-project.org > Subject: [R] Gnuplot fit function in R > > Hi there, > > I'm new to R, coming from gnuplot for the plotting facility... > > I'm just wondering if there is a equivalent to the fit fu

[R] Gnuplot fit function in R

2011-03-12 Thread Stefan
Hi there, I'm new to R, coming from gnuplot for the plotting facility... I'm just wondering if there is a equivalent to the fit function of gnuplot in R? If not, s there any good resource on fitting gaussians into a curve? greetings, Stefan __ R-hel