search for: r51225

Displaying 5 results from an estimated 5 matches for "r51225".

2010 Mar 16
1
mean(trim=, c(NA,...), na.rm=FALSE) does not return NA
Both of the following should return NA, but do not in "R version 2.11.0 Under development (unstable) (2010-03-07 r51225)" on 32-bit Windows: > mean(c(1,10,100,NA), trim=.1) Error in sort.int(x, partial = unique(c(lo, hi))) : index 4 outside bounds > mean(c(1,10,100,NA), trim=.26) [1] 55 With na.rm=TRUE they give the correct results. (mean() would be so much simpler if we didn't have to...
2010 Mar 12
1
problem with parse(text=quote(name))
...on. I ran into this when starting to convert code that used a deparse/parse cycle to avoid the cycle by storing the expressions themselves and I hadn't yet taken out one of the calls to parse(text=myText). I see it in 2.10.1 and "R version 2.11.0 Under development (unstable) (2010-03-07 r51225)." Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com
2010 Mar 12
1
symbol name caching bug: attributes get tied to symbol names
In R versions 2.10.1 and "2.11.0 Under development (unstable) (2010-03-07 r51225)" on Windows I get the following if I type the commands at the start of the session. Note how the attribute attached to the name "Response" by the initial call to structure() seems to get tied to that name for the remainder of the session: > z <- structure(quote(Response),...
2010 Mar 25
2
print(big+small*1i) -> big + 0i
...mingw32 system i386, mingw32 status Under development (unstable) major 2 minor 11.0 year 2010 month 03 day 07 svn rev 51225 language R version.string R version 2.11.0 Under development (unstable) (2010-03-07 r51225) Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com
2010 Mar 18
1
How to read.table with “Hebrew” column names (in R)?
(I am reposting this question after a few months without a solution...) Hi all, I am trying to read a .txt file, with Hebrew column names, but without success. I uploaded an example file to: http://www.talgalili.com/files/aa.txt And tried the command: read.table("http://www.talgalili.com/files/aa.txt", header = T, sep = "\t") This returns me with: X.....ª X...ª......