[Rd] error in chol2inv.Rd (PR#9033)

2006-06-24 Thread d . firth
Full_Name: David Firth Version: 2.3.1 OS: Linux Submission from: (NULL) (81.178.112.151) In chol2inv.Rd, where it says "The first \code{nc} columns" it presumably means "The first \code{size} columns"? Also in R-patched. __ R-devel@r-project.org maili

Re: [Rd] standardized residuals (rstandard & plot.lm) (PR#8468)

2006-01-11 Thread d . firth
On 10 Jan, 2006, at 14:58, [EMAIL PROTECTED] wrote: >> "Heather" == Heather Turner <[EMAIL PROTECTED]> >> on Tue, 10 Jan 2006 14:30:23 +0100 (CET) writes: > > Heather> This bug is not quite fixed - the example from my > Heather> original report now = works using R-2.2.1, but >

[Rd] add1.lm and add1.glm not handling weights and offsets properly (PR#8049)

2005-08-04 Thread d . firth
I am using R 2.1.1 under Mac OS 10.3.9. Two related problems (see notes 1. and 2. below) are illustrated by results of the following: y <- rnorm(10) x <- z <- 1:10 is.na(x[9]) <- TRUE lm0 <- lm(y ~ 1) lm1 <- lm(y ~ 1, weights = rep(1, 10)) add1(lm0, scope = ~ x) ## works ok add1(lm1, scope =

[Rd] Capitalize the title in DESCRIPTION files? (PR#7969)

2005-06-24 Thread d . firth
Full_Name: David Firth Version: 2.1.1 OS: Mac OS X Submission from: (NULL) (137.205.240.25) A small inconsistency in the "Writing R Extensions" manual: at http://cran.r-project.org/doc/manuals/R-exts.html#The-DESCRIPTION-file the displayed example has Title: My first collection of functions