Thanks very much it solved my problem.
cheers,
Amit
On Sun, Dec 20, 2009 at 7:56 PM, David Winsemius wrote:
>
> On Dec 20, 2009, at 1:35 PM, Amit wrote:
>
>> Dear All,
>> I am trying to plot polynomial regression line to a scatterplot. I did
>> following so far:
>>
>>> x=c(1:9335)
>>> y=read.tab
On Dec 20, 2009, at 1:35 PM, Amit wrote:
Dear All,
I am trying to plot polynomial regression line to a scatterplot. I did
following so far:
x=c(1:9335)
y=read.table("gp.txt",header=T,sep="\t")
length(y$PCC) # y$PCC has values between 1 to 0 in decreasing order
[1] 9335
plot(x,y$PCC,col="red
Amit, please provide gp.txt file.
On Sun, Dec 20, 2009 at 1:47 PM, Jason Morgan wrote:
> Hello Amit,
>
> On 2009.12.20 19:35:09, Amit wrote:
> > Dear All,
> > I am trying to plot polynomial regression line to a scatterplot. I did
> > following so far:
> >
> > >x=c(1:9335)
> > >y=read.table("gp.t
Hello Amit,
On 2009.12.20 19:35:09, Amit wrote:
> Dear All,
> I am trying to plot polynomial regression line to a scatterplot. I did
> following so far:
>
> >x=c(1:9335)
> >y=read.table("gp.txt",header=T,sep="\t")
> > length(y$PCC) # y$PCC has values between 1 to 0 in decreasing order
> [1] 9335
On 20.12.2009 19:35, Amit wrote:
Dear All,
I am trying to plot polynomial regression line to a scatterplot. I did
following so far:
x=c(1:9335)
y=read.table("gp.txt",header=T,sep="\t")
length(y$PCC) # y$PCC has values between 1 to 0 in decreasing order
[1] 9335
plot(x,y$PCC,col="red") #scat
Dear All,
I am trying to plot polynomial regression line to a scatterplot. I did
following so far:
>x=c(1:9335)
>y=read.table("gp.txt",header=T,sep="\t")
> length(y$PCC) # y$PCC has values between 1 to 0 in decreasing order
[1] 9335
> plot(x,y$PCC,col="red") #scatterplot between x and y$PCC
> reg=
6 matches
Mail list logo