search for: monograph_reports

Displaying 3 results from an estimated 3 matches for "monograph_reports".

2017 Sep 08
5
Optimize code to read text-file with digits
...y to write some small R programs to improve my R-skills. Yesterday I wrote a small program to read the digits from "A Million Random Digits" from RAND. My code works but it is very slow and I guess the code is not optimal. The digits.txt file downloaded from https://www.rand.org/pubs/monograph_reports/MR1418.html contains 20000 lines which looks like this: 00000 10097 32533 76520 13586 34673 54876 80959 09117 39292 74945 00001 37542 04805 64894 74296 24805 24037 20636 10402 00822 91665 00002 08422 68953 19645 09303 23209 02560 15953 34764 35080 33606 00003 99019 02529 09376...
2017 Sep 08
0
Optimize code to read text-file with digits
...rams to improve my R-skills. > Yesterday I wrote a small program to read the digits from "A Million > Random Digits" from RAND. > My code works but it is very slow and I guess the code is not optimal. > > The digits.txt file downloaded from > https://www.rand.org/pubs/monograph_reports/MR1418.html > contains 20000 lines which looks like this: > 00000 10097 32533 76520 13586 34673 54876 80959 09117 39292 74945 > 00001 37542 04805 64894 74296 24805 24037 20636 10402 00822 91665 > 00002 08422 68953 19645 09303 23209 02560 15953 34764 35080 33606 > 00...
2017 Sep 08
0
Optimize code to read text-file with digits
...ams to improve my R-skills. > Yesterday I wrote a small program to read the digits from "A Million Random > Digits" from RAND. > My code works but it is very slow and I guess the code is not optimal. > > The digits.txt file downloaded from > https://www.rand.org/pubs/monograph_reports/MR1418.html > contains 20000 lines which looks like this: > 00000 10097 32533 76520 13586 34673 54876 80959 09117 39292 74945 > 00001 37542 04805 64894 74296 24805 24037 20636 10402 00822 91665 > 00002 08422 68953 19645 09303 23209 02560 15953 34764 35080 33606 > 00...