[Rd] summary.manova (PR#2688)

2003-03-25 Thread rmh
i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 6.2 year = 2003 month = 01 day = 10 language = R Windows XP Home Edition (build 2600) Service Pack 1.0 Search Path: .GlobalEnv, package:foreign, file:c:/HOME/rmh/hh/splus.library/.RData, pac

[Rd] xtabs or model.frame (PR#5461)

2003-12-01 Thread rmh
n below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 7.1 year = 2003 month = 06 day = 16 language = R Windows XP Home Edition (build 2600) Service Pack 1.0 Search Path: .GlobalEnv, package:methods, package:ctest,

[Rd] Naming difference in cbind between S-Plus (PR#6515)

2004-01-31 Thread rmh
: .GlobalEnv, package:methods, package:ctest, package:mva, package:modreg, package:nls, package:ts, file:c:/HOME/rmh/hh/splus.library/.RData, package:grid, package:lattice, Autoloads, package:base __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Naming difference in cbind between (PR#6516)

2004-01-31 Thread rmh
I see valid reasons and will therefore adopt the defensive coding practice: abc <- cbind(abc, d=abc$y - predict.lm(abc.lm, type="terms")[,1]) which works the same in both S-Plus and R and gives the answer I want. The result of predict.lm is not a data.frame. It is a "structure" in S-Plus and a "

[Rd] trellis.device in .First (PR#6812)

2004-04-22 Thread rmh
uild 2600) Service Pack 1.0 Search Path: .GlobalEnv, package:methods, package:stats, package:graphics, package:utils, file:c:/HOME/rmh/hh/splus.library/HH/.RData, package:lattice, package:grid, Autoloads, package:base __ [EMAIL PROTECTED] mailing li

Re: [Rd] trellis.device in .First (PR#6812)

2004-04-22 Thread rmh
This is a start of R 1.9.0 in a directory without .RData > options(STERM='iESS', editor='gnuclient.exe') > search() [1] ".GlobalEnv" "package:methods" "package:stats""package:graphics" [5] "package:utils""Autoloads""package:base" > find(windows) [1] "package:graphics" >

Re: [Rd] trellis.device in .First (PR#6812)

2004-04-23 Thread rmh
I use Gnu Emacs 21.3 ftp://ftp.gnu.org:/gnu/windows/emacs/21.3/emacs-21.3-fullbin-i386.tar.gz";>Gnu Emacs 21.3 Binaries for Windows (NTemacs) __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] Several libraries won't load with rw1090pat (PR#6926)

2004-05-30 Thread rmh
t edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = Patched major = 1 minor = 9.0 year = 2004 month = 04 day = 27 language = R Windows NT 4.0 (build 1381) Service Pack 6 Search Path: .GlobalEnv, package:methods, package:stats, package:graphics, package:utils, file:c:/users/rmh28285/data/rmh/hh/splus.library/HH/.RData, package:lattice, package:grid, Autoloads, package:base __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Several libraries won't load with (PR#6927)

2004-05-31 Thread rmh
Thank you both. 1. It looks like part of the problem is indeed that the packages in the patched version for Windows aren't coordinated with the libraries. rw1090 library(MASS) ## works rw1090pat library(MASS) ## doesn't work library(MASS, lib.loc="c:/progra~1/R/rw1090/library") ## works 2.

[Rd] inheritance problem in multcomp package (PR#6978)

2004-06-13 Thread rmh
quot;less",eps=0.0001)) Simultaneous 90% confidence intervals: model contrasts model contrasts for factor Contrast matrix: [,1] [,2] [,3] [1,]100 [2,]010 [3,]001 Absolute Error Tolerance: 1e-04 90 % quantile: 1.

[Rd] Reproducible Rterm crash. (PR#7072)

2004-07-09 Thread rmh
vnorm.s # ## --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 9.1 year = 2004 month

[Rd] read.table, read.fwf, and na.strings (PR#7075)

2004-07-10 Thread rmh
BC D 1 12 3456 NA 1234 2 56 NA 1234 12345 --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 9.1 year = 2004 month = 06 day = 21 language = R Windows XP Home Edition (build

[Rd] bug in xyplot xlab, etc (PR#7076)

2004-07-10 Thread rmh
lse default.label : missing value where TRUE/FALSE needed --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 9.1 year = 2004 month = 06 day = 21 language = R Windows

Re: [Rd] read.table, read.fwf, and na.strings (PR#7083)

2004-07-12 Thread rmh
I am pleased to report that R already has the answer to my request in the strip.white=TRUE, argument. With this argument tmp3 <- read.fwf("temp.dat", na.strings="-999", strip.white=TRUE, col.names=LETTERS[1:4], widths=c(2,4,5

[Rd] tracing something in a namespace (PR#7091)

2004-07-14 Thread rmh
386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 9.1 year = 2004 month = 06 day = 21 language = R Windows XP Home Edition (build 2600) Service Pack 1.0 Search Path: .GlobalEnv, file:c:/HOME/rmh/hh/splus.library/HH/.RData, package:me

[Rd] bug and a proposed fix for model.tables. (PR#7132)

2004-07-25 Thread rmh
Windows NT 4.0 (build 1381) Service Pack 6 Search Path: .GlobalEnv, package:methods, package:stats, package:graphics, package:utils, file:c:/users/rmh28285/data/rmh/hh/splus.library/HH/.RData, package:lattice, package:grid, Autoloads, package:base __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

[Rd] bug in bwplot (PR#2595)

2003-03-01 Thread rmh
> tmp <- data.frame(y=rnorm(12), g=factor(rep(1:2,6))) > bwplot(g ~ y, data=tmp) Error in segments(x1 = structure(c(-1.68373790592731, 0.159038997376781, : Argument "x0" is missing, with no default > version _ platform i386-pc-mingw32 arch i386 os

[Rd] question on latticeParseFormula (PR#2602)

2003-03-03 Thread rmh
This feels like inconsistent behavior. latticeParseFormula works the way I anticipated for factor, but not for ordered. I want the behavior I see with tmp2, but not with tmp. My next step is to use the right.name to isolate the tmp2[,c("a","b")] columns. tmp <- data.frame(y=(1:12)+.1,

Re: [Rd] question on latticeParseFormula (PR#2602)

2003-03-03 Thread rmh
I didn't get a warning. I got exactly what I sent. The NA doesn't bother me since I am interested in parsing the expression, specifically to see what is to the left of the "~" and what is to the right of the "~". I am interested in components left.name and right.name, .I am not interested in le

[Rd] Is this a bug in the parser? (PR#7395)

2004-11-27 Thread rmh
;names<-.default"(`*tmp*`, value = NULL) on exit Called from: "names<-.default"(`*tmp*`, value = NULL) Browse[1]> c Tracing "names<-.default"(`*tmp*`, value = NULL) on exit Called from: "names<-.default"(`*tmp*`, value

[Rd] bug in color handling in lattice (PR#7777)

2005-04-06 Thread rmh
# Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # [EMAIL PROTECTED] # ## ## open