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
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,
:
.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
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 "
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
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"
>
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
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
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.
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.
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
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
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
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
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
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
> 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
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,
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
;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
# 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
21 matches
Mail list logo