search for: 345569

Displaying 1 result from an estimated 1 matches for "345569".

Did you mean: 34556
2009 Mar 13
6
R multiline expression grief
Dear all. After much grief I have finally found the source of some weird discrepancies in results generated using R. It turns out that this is due to the way R handles multi-line expressions. Here is an example with R version 2.8.1: ---------------------------------------------------- # R-script... r_parse_error <- function () { a <- 1; b <- 1; c <- 1; d <- a + b + c; e