Strange findFn malfunction
Posted
by gd047
on Stack Overflow
See other posts from Stack Overflow
or by gd047
Published on 2010-03-14T17:53:25Z
Indexed on
2010/03/14
17:55 UTC
Read the original article
Hit count: 256
I noticed a strange malfunction in using findFn
function (library sos
) and I can't find out the source. While it works fine on my Windows XP pc, it does not on my Vista one.
library (sos)
findFn("randomization test")
# in both finds 72 results
findFn("{randomization test}")
# In XP finds 19 or about so, but in Vista whenever I use {} and more than one word inside,
# I keep getting the following:
found 0 matches
x has zero rows; nothing to display.
Warning message:
In findFn("{randomization test}") :
HIT not found in HTML; processing one page only.
R ver = 2.10.1 and packages updated. Any ideas where the problem might be?
Bonus: As it's obvious, I was looking for functions about tests for randomized experiments
© Stack Overflow or respective owner