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.

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to