Hi,
For what it's worth, I would like to second this. I have a small Sweave driver
(https://r-forge.r-project.org/R/?group_id=1857) that uses:
RtangleRtf <- function(){
list(setup = RtangleSetup,
runcode = utils:::RtangleRuncode, # <---
writedoc = RtangleWritedoc,
Hi,
Apropos of a recent Inf question, I've previously wondered if dnorm "does the
right thing" with
dnorm(0, 0, -Inf)
which gives zero. Should that be zero or NaN (or NA)?
The help says "'sd < 0' is an error and returns 'NaN'" and since -Inf < 0 is
TRUE, then... is this a bug?
Thank you,
S
Hi,
Thank you to R-core since this issue is solved.
Both CRAN and R-devel_2019-12-03_r77513.tar.gz
have version 0.8-72 of the foreign package which includes
the improvements to foreign:::writeForeignSAS.
Thank you again,
Stephen
-Original Message-
Sent: Tuesday, June 04, 2019 8:27 AM
H
Hello,
In May 2018 there was some R-devel discussion about a bug in
foreign:::writeForeignSAS. See here:
https://stat.ethz.ch/pipermail/r-devel/2018-May/076220.html
and it resulted in a patch. See:
https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17256
And I see the changes in Subversi
t;- nmai[4L] + max(linch + goffset, ginch) + 0.1
par(mai = nmai)
}
Thank you,
Stephen Weigand
--
Rochester, Minn. USA
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Many, many thanks for the effort Russ. I'm not clear on next steps
but think I need to look at CentOS vs. others in terms of X.
-Original Message-
From: R P Herrold [mailto:herr...@owlriver.com]
Sent: Wednesday, September 29, 2010 8:40 AM
On Tue, 28 Sep 2010, R P Herrold wrote:
>> I am
_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
Thank you,
I found a small typo in abline.R where the line:
warning("only using the first two of ",p, "regression coefficients")
should have a space before the word 'regression'.
Thanks,
Stephen
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mail
I wonder if the 'sep' argument in reshape() is being ignored
unintentionally:
## From example(reshape)
df <- data.frame(id=rep(1:4,rep(2,4)),
visit=I(rep(c("Before","After"),4)),
x=rnorm(4), y=runif(4))
reshape(df, timevar="visit", idvar="id", direction="wide"
In X11.Rd the Resources section has the following dead link:
http://web.mit.edu/answers/xwindows/xwindows_resources.html
I never saw the target document but is this its new URL:
http://kb.mit.edu/confluence/pages/viewpage.action?pageId=3907291
Thank you,
Stephen
--
Rochester, Minn. USA
I am having trouble showing the Greek symbol "beta" correctly
in the y-axis label of bitmap plots.
Specifically, on my system the top of the "beta" symbol is cut off
using the following example:
file.jpg <- paste(tempfile(), ".jpg", sep = "")
jpeg(file.jpg, h = 3, w = 3, units = "in", res = 300,
Hi,
There is a double "the" in x11.Rd:
"...which is faster will depend on the the X11 connection"
Thank you,
Stephen
--
Rochester, Minn. USA
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
In the \seealso section of cut.Rd, can "\pkg{hmisc}" be changed to
"\pkg{Hmisc}"?
Thanks,
Stephen
--
Rochester, Minn. USA
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
There's a small typo in proc.time.Rd:
\sQuote{system lime} should be \sQuote{system time}
Thanks,
Stephen
--
Rochester, Minn. USA
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
TRUE TRUE
profmemcairo
FALSEFALSE
Thanks,
Stephen
--
::
Stephen Weigand
Division of Biostatistics
Mayo Clinic Rochester, Minn., USA
Phone (507) 266-1650, fax 284-9542
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
?barplot seems to be missing the word "have" below (so that it reads
"Specifying a single value will have no visible effect..."):
\item{width}{optional vector of bar widths. Re-cycled to length the
number of bars drawn. Specifying a single value will no visible
effect unless \code{xlim} i
A recent message on ansari.test() prompted me to play with the examples. This
doesn't work for me in R version 2.4.1
R> ansari.test(rnorm(100), rnorm(100, 0, 2), conf.int = TRUE)
Error in uniroot(ab, srange, tol = 1e-04, zq = qnorm(alpha/2, lower = FALSE)) :
object "ab" not found
It look
="\\.",include=FALSE)} to
[3]specifies to split at the dot and drop it from the name. To have
alphabetic
Thanks,
Stephen
Stephen Weigand
Rochester, Minnesota, USA
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
I am often taking the absolute value of a difftime object (after
coercing it to numeric) in order to see how far apart in time
two events are. For example, I might want to know if two events
occurred within 100 days of each other using something like
abs(difftime(Date1, Date2)) < 100
Below is a s
Sorry, looks like my work e-mailer put the attachments
in the body. Please e-mail [EMAIL PROTECTED] if interested
and I'll send you a copy of the files.
I think it'll also work to grab the files from:
ftp://mayoftp:''@ftp.mayo.edu/pub/weigand/writeForeignSAS7.R
ftp://mayoftp
ly) avoid ':::'
adQuote <- function (x) paste("\"", x, "\"", sep = "")
dfile <- file.path(tempdir(), "test.dat")
cfile <- file.path(tempdir(), "test.sas")
write.foreign(d, datafile = dfile, codefile = cfile,
pack
On Mar 16, 2006, at 9:48 PM, Stephen D. Weigand wrote:
I would like to suggest that an 'append' argument be added to
write.ftable(). This would allow, for example, the user to
append ftable() output to a text report.
I have attached an svn patch to ftable.R that makes the proposed
#x27;append'
is simply passed to cat().]
I have also attached a patch to read.ftable.Rd which documents
the proposed argument (borrowing from cat.Rd).
Thanks for considering this,
Stephen
--
Stephen Weigand
Rochester, Minnesota, USA__
R-devel@r-proj
Hello,
The diffs below are based on revision 37445 and show
some typo corrections for writeLines.Rd, readLines.Rd,
and data.matrix.Rd that I'd like to bring to the list's
attention.
Sincerely,
Stephen Weigand
Rochester, Minnesota, USA
--- ./src/library/base/man/writeLines.Rd
if not the unnumbered ones process the arguments
in order. See the examples.
Thank you,
Stephen
::
Stephen Weigand
Division of Biostatistics
Mayo Clinic Rochester, Minn., USA
Phone (507) 266-1650, fax 284-9542
__
R-devel@r-p
ists("is.R") && is.function(is.R) && is.R()) \{}\cr
\code{}\emph{\#\# R-specific code}\cr
::::::
Stephen Weigand
Division of Biostatistics
Mayo Clinic Rochester, Minn., USA
Phone (507) 266-1650, fax 284-9542
ng objects of the other class and of classes \code{"Date"},
\code{"date"} (from package \pkg{\link[date:as.date]{date}} or
\pkg{\link[survival:as.date]{survival}}), \code{"chron"} and
::::::
Stephen Weigand
Division of Biostatistics
Mayo
details{
A field or line is \sQuote{blank} if it contains nothing (except
- whitespace is no separator is specified) before a comment character or
+ whitespace if no separator is specified) before a comment character or
the end of the field or line.
::::::
Stephen Wei
unning R
process [...]
Thank you,
Stephen
::
Stephen Weigand
Division of Biostatistics
Mayo Clinic Rochester
Phone (507) 266-1650, fax 284-9542
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
The Details section of the help for .Library / .libPaths
has:
"the library search path is set to the
existing files in 'unique(new, .Library)'
and this is returned."
I think 'unique(new, .Library)' should be be changed
to 'unique(c(new, .Library))'.
Thank you,
Stephen
platform sparc-s
Full_Name: Stephen Weigand
Version: 2.0.1
OS: solaris2.9
Submission from: (NULL) (129.176.151.21)
R> bitmap("")
produces the following error message as of the June 23 download of R-devel:
Error in bitmap("") : 'file' is must be a non-empty character string
31 matches
Mail list logo