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
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
>
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 =
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