Re: [R] lowess regression

2012-09-11 Thread S Ellison
> I am working on a biology-related project > where I have a matrix of gene-to-gene interactions, ( > interactions * distances ) and depending on the basic R > functions, I do get vary different results ... Ermmm First, if I read the help pages correctly, the two base loess implementations

Re: [R] lowess regression

2012-09-10 Thread Bogdan Tanasa
Thanks, David. I am working on a biology-related project where I have a matrix of gene-to-gene interactions, ( interactions * distances ) and depending on the basic R functions, I do get vary different results ... Bogdan On Mon, Sep 10, 2012 at 1:52 PM, David Winsemius wrote: > > On Sep 10, 201

Re: [R] lowess regression

2012-09-10 Thread David Winsemius
On Sep 10, 2012, at 1:43 PM, Bogdan Tanasa wrote: > Dear all, > > please do you have any recommendation about a more advanced function in R > for lowess/loess regression ? > the basics lowess() or loess() do not perform as well as I would expect. > thanks very much, > You should probably look

[R] lowess regression

2012-09-10 Thread Bogdan Tanasa
Dear all, please do you have any recommendation about a more advanced function in R for lowess/loess regression ? the basics lowess() or loess() do not perform as well as I would expect. thanks very much, Bogdan [[alternative HTML version deleted]] __