On 26 January 2010 at 01:23, "Tom \"spot\" Callaway" wrote:
| On 01/25/2010 09:14 PM, Dirk Eddelbuettel wrote:
| > I cannot replicate this on Debian. The error gets trapped just fine. This
may
| > be particular to your builds or setup. I don;t see an R error (but of course
| > do not speak for R
Full_Name: Cesar Telmo Costa
Version: R version 2.9.2 (2009-08-24)
OS: Ubuntu kermic
Submission from: (NULL) (85.241.174.237)
AFTER install.packages("tm"):
downloaded 317 Kb
* Installing *source* package tm ...
** libs
gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -c lazyTmMap.c -o
Full_Name: Henrik Aalborg Nielsen
Version: 2.10
OS: Linux (SLES 10 / openSUSE 11.1)
Submission from: (NULL) (77.66.63.89)
There seems to be a bug in df.residual.nls which is triggered when nls is called
with argument na.action = na.exclude; in that case 'resid(object)' will contain
NA-values whic
Can we please have a reproducible example (as we did ask in the
FAQ, the posting guide ...).
On Tue, 26 Jan 2010, h...@enfor.dk wrote:
Full_Name: Henrik Aalborg Nielsen
Version: 2.10
OS: Linux (SLES 10 / openSUSE 11.1)
Submission from: (NULL) (77.66.63.89)
There seems to be a bug in df.resid
On 25.01.2010 17:20, cte...@ua.pt wrote:
> Full_Name: Cesar Telmo Costa
> Version: R version 2.9.2 (2009-08-24)
> OS: Ubuntu kermic
> Submission from: (NULL) (85.241.174.237)
>
>
> AFTER install.packages("tm"):
- A problem with a contributed package is *not* a bug in R, it *may be*
one in the
On 01/26/2010 06:17 AM, Dirk Eddelbuettel wrote:
>
> On 26 January 2010 at 01:23, "Tom \"spot\" Callaway" wrote:
> | On 01/25/2010 09:14 PM, Dirk Eddelbuettel wrote:
> | > I cannot replicate this on Debian. The error gets trapped just fine. This
> may
> | > be particular to your builds or setup.
The Summer Institute in Statistical Genetics at the University of Washington
will include a 2.5 day course in Advanced R Programming, on June 28-30.
The course will cover object-oriented programming, SQL and netCDF data access,
calling compiled code, creating R packages, and using some of the
OK - I do think the bug is pretty obvious when looking at the code (and
remembering that resid(object) may contain NA's). Anyway, I've attached
a script and the output (from 'R CMD BATCH --vanilla').
BR
Henrik
On Tue, 2010-01-26 at 12:04 +, Prof Brian Ripley wrote:
> Can we please have a re
Hi,
The poisson.test function from stats package does not pass the conf.level p=
arameter for the two-sample test. Here is an example:
poisson.test(c(2,4),c(20,14),conf.level=3D.95)$conf.int
poisson.test(c(2,4),c(20,14),conf.level=3D.9)$conf.int
Here is the solution, change:
RVAL <- bi