Displaying 1 result from an estimated 1 matches for "r_help_stat".
Did you mean:
r_help_states
2003 Apr 15
1
References of R in use (SHORT SUMMARY)
...ted HTML tags
sed 's/.* at //;s/<\/a>//;s/)<\/em>//' r_help_lists.txt | sort | uniq >
r_help_domains.txt
# not very elegant way to obtain domains of states and com, edu,...but it
works
sed 's/\.[^\.]*$/yyyy&/;s/.*yyyy\.//' r_help_domains.txt | sort | uniq -c
> r_help_states.txt
Resulting file r_help_states inludes 64 rows. (Note: "my" list may differ
from list by Martin Maechler).
cat r_help_states.txt
2 ae
1 ar
12 at
59 au
11 be
1 bo
23 br
37 ca
31 ch
1 cn...