Re: [R] Q re iterating a process and appending results to output file

2008-07-23 Thread Eric C Banfield
To 07/23/2008 02:56 "Eric C Banfield" <[EMAIL PROTECTED]> PM cc

[R] Q re iterating a process and appending results to output file

2008-07-23 Thread Eric C Banfield
Greetings. This is very basic but we can't figure it out. The following simple code counts how many values land in the "tail" (below a quantile) of a standardized normal distribution of random numbers. First two commands are inputs: > c <-0.05 > i <-2500 Second two commands are formulas I want