[R] Latin hyper cube sampling from expand.grid()

2007-01-22 Thread Prasanna
, is there a way to use this dataGrid in the package lhs to get latin hyper cube samples. Thanking you Prasanna __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting

[R] Ranking and selection statistical procedure

2006-08-31 Thread Prasanna BALAPRAKASH
Dear R helpers I would like to know if the Ranking and Selection statistical procedure has been implemented in R. I made a quick search in the R packages list but I could not find it. Thanks in advance Prasanna __ R-help@stat.math.ethz.ch mailing list

[R] Ranking and selection statistical procedure

2006-08-30 Thread Prasanna
Dear R helpers I would like to know if the Ranking and Selection statistical procedure has been implemented in R. I made a quick search in the R packages list but I could not find it. Thanks in advance Prasanna __ R-help@stat.math.ethz.ch mailing list

[R] Legend in the outer margin

2006-04-10 Thread Prasanna
=0.8) Thanks in advance Prasanna [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] Scaling in plot function

2006-03-11 Thread Prasanna BALAPRAKASH
tried axis() and log=x, but I am not getting the required output. Thanks Prasanna __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] Plotting the diff. between two curves

2005-11-25 Thread Prasanna
the signed difference between these two curves so that I will have only one curve which shows the difference between these two curves? Thanks Prasanna -- Prasanna BALAPRAKASH IRIDIA, Université Libre de Bruxelles 50, Av. F. Roosevelt, CP 194/6 1050 Brussels Belgium. http://iridia.ulb.ac.be/~prasanna

Re: [R] Plotting the diff. between two curves

2005-11-25 Thread Prasanna
) Az - zoo(A[,2], A[,1]) Bz - zoo(B[,2], B[,1]) Cz - na.approx(merge(Az, Bz)) plot(Cz[,1] - Cz[,2]) On 11/25/05, Prasanna [EMAIL PROTECTED] wrote: Dear Rs I have two vectors A and B where A is V1d 1 0.00010 1.123278 2 0.002186431 1.120448 3

Re: [R] Plotting the diff. between two curves

2005-11-25 Thread Prasanna
Gabor: The zoo lib. works perfectly for my problem. Thanks On 11/26/05, Gabor Grothendieck [EMAIL PROTECTED] wrote: In that case you will need to modify the last line to be: plot(time(Cz), coredata(Cz[,1] - Cz[,2]), log = x, type = l) On 11/25/05, Prasanna [EMAIL PROTECTED] wrote: Thanks

[R] Help in expand.grid() (Restricted combination)

2005-11-03 Thread Prasanna
(70,75,80,85,90,92,94,96,98,99), n=c(20,25,30,35,40) but exaustive only with d=c(70,75,80,85,90,92,94,96,98,99). Therefore I will have only 50+10 combinations not 100. I need to have combination as shown below 1 nearest-neighbor 70 20 2 exaustive 70 3 nearest-neighbor 75 20 4 exaustive 75 60 Thanks Prasanna

[R] chi-Squared distribution

2005-01-21 Thread Prasanna Balaprakash
am getting unexpected results. I need to see the following values: p=0.750 . 1 1.323 2 2.773 3 4.108 Thanking you Prasanna Prasanna Balaprakash, Université Libre de Bruxelles, 50, Av. F. Roosevelt, CP 194/6, B-1050 Brussels, Belgium

[R] chi-Squared distribution in Friedman test

2005-01-21 Thread Prasanna Balaprakash
into the source code, I found that R uses chi-sqaured distribution as below: PVAL - pchisq(STATISTIC, PARAMETER, lower = FALSE) but still I cant figure out why they are using this pschisq insted of dchisq. Sorry I am wrong!! Thanking you truly Prasanna - Original Message - From