Re: [R] RMySQL Installation Error

2015-02-22 Thread avinash barnwal
Dear Prof Brian, Thank you for telling the solution and from next time i will follow the posting guide. On Sun, Feb 22, 2015 at 11:51 PM, Prof Brian Ripley wrote: > On 22/02/2015 17:07, avinash barnwal wrote: > >> Hi List, >> >> I am trying to install RMySQL on Windows

[R] RMySQL Installation Error

2015-02-22 Thread avinash barnwal
Hi List, I am trying to install RMySQL on Windows 7(64 Bit) with R Version 2.15.1 on RStudio. I have also followed the steps mentioned on the different web sources and finally drilled down to following steps: 1. *Installed MySQL to "C:\Program Files (x86)\MySQL\MySQL Server 5.6”* 2. * Add

Re: [R] Wilcoxon Test and Mean Ratios

2012-09-20 Thread avinash barnwal
median(y) > > (and the "location shift" reference in wilcox.test output is a bit of a red > herring.) > > -- > Peter Dalgaard, Professor, > Center for Statistics, Copenhagen Business School > Solbjerg Plads 3, 2000 Frederiksberg, Denmark > Phone: (+45)38153501 &g

Re: [R] Wilcoxon Test and Mean Ratios

2012-09-20 Thread avinash barnwal
cross the whole > > > distribution. > > > > > > -thomas > > > > > > -- > > > Thomas Lumley > > > Professor of Biostatistics > > > University of Auckland > > __ > R-he

[R] Installation problems in Pander from Github

2012-06-18 Thread avinash barnwal
error of *cannot cd to directory 'C:/Program' *where i have installed my R , Rtools and Pandoc. Please guide me through this installation. -- Avinash Barnwal Statistics and informatics Department of Mathematics IIT Kharagpur [[alternative HTML versi

Re: [R] Shading the plot

2011-12-03 Thread avinash barnwal
color ) x and y are vectors Thank you for replying On Sun, Dec 4, 2011 at 7:56 AM, David Winsemius wrote: > > On Dec 3, 2011, at 5:28 PM, avinash barnwal wrote: > > Hi Weylandt, >> >> >> I tried it but i was not successful. >> >> Here is t

Re: [R] Shading the plot

2011-12-03 Thread avinash barnwal
;54.76553106","57.96593186","59.36673347","83.36673347","83.36673347","83.36673347", "83.56713427") j<-0 for(i in 1:length(a3)) { if(a2[i]>a3[i]) { j<-j+1 x[j]<-a2[i] y[j]<-a3[i] temp_time[j]<-time[i] } } plot(time,a2,type=

[R] Shading the plot

2011-12-03 Thread avinash barnwal
Hi all, I have been trying to shade the specific part of the plot Part to be shaded 1. Any color whenever a2>a3 2. Any other color( Not same as 1) whenever a2<>__ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do

Re: [R] Producing plot using polygon function

2011-11-19 Thread avinash barnwal
ot2 2011/11/19 Uwe Ligges > > > On 18.11.2011 23:48, avinash barnwal wrote: > >> Hi, >> >> I am looking forward to fill the plot using conditions on variables a2 and >> a3. Whenever variable(a2) goes above variable(a3) i fill it with some >> color >> . &

[R] Producing plot using polygon function

2011-11-18 Thread avinash barnwal
='blue',ylab='',xlab=" ") polygon(c(time[1:j],time[1:j]),c(x,y),col="grey") ##### -- Avinash Barnwal Final year undergraduate student Statistics and informatics Department of Mathematics IIT Kharagpur [[alternati

Re: [R] Error : subscript out of bounds

2011-09-10 Thread avinash barnwal
understanding what is wrong in it? If we cant use matrix to store the 2D- array please advise some other technique to store values in 2D dynamically that would be more suitable for above algorithm . I am beginner in R. Thanx again -- Avinash Barnwal Final year undergraduate student Statistics

[R] Error : subscript out of bounds

2011-09-10 Thread avinash barnwal
m[n,j]<-price_rand[k] } } } } I am getting error in assigning the values to a matrix. *Error in m[n, j] <- price_rand[k] : subscript out of bounds* * * How to correct this ? Please suggest me the correct method. Thanx for the help in the advance -- Avinash Barnwal Final year undergraduate stude