[R] Loop for test statistic

livia yn19832 at msn.com
Fri Jun 15 13:28:15 CEST 2007


I would like to obtain the statistic of A2 for ycf between the value 0.0032
and 0.09, and I am using the following codes. 

while (0.0032 <ycf <0.09) {
A2 <- A2_GOFlaio(ycf, dist="GEV")[1]
print(A2)
}

Could anyone give me some advice as it does not work.

Many thanks.
-- 
View this message in context: http://www.nabble.com/Loop-for-test-statistic-tf3927249.html#a11137549
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list