Displaying 13 results from an estimated 13 matches for "tshort".
Did you mean:
short
2006 Nov 20
1
website with graphics from all packages?
I thought I came across a site that had graphics from all CRAN packages, but
I can't find it.
Anyone know of such a site? (I don't mean this:
http://addictedtor.free.fr/graphiques/)
- Tom
Tom Short
EPRI Solutions, Inc.
--
View this message in context: http://www.nabble.com/website-with-graphics-from-all-packages--tf2666416.html#a7436096
Sent from the R help mailing list archive at
2007 Feb 14
0
How to use Rpad
....
I installed it and opened the following example .Rpad page in Internet
Explorer.
When I clicked "Calculate" button, nothing seems to happen. Can anyone tell
me how to use Rpad?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<!-- by Tom Short, EPRI, tshort at epri.com
(c) Copyright 2005 by EPRI
Licence
=======
This is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later ver...
2006 Jun 09
4
HTML nsmall vector format problem
Hello All
I am having a bit of trouble formatting my HTML with the desired number
of digits after the decimal place. Am I doing something
wrong/misunderstanding or is it a bug?
Looking at the example supplied with ?HTML.data.frame:
HTML(iris[1:2,1:2],nsmall=c(3,1),file="")
Gives html output that includes the lines:
</tr> <tr><td
2008 Nov 06
0
need help with SIGNAL module
...t bounced. Perhaps somebody on this list has more
insight into the signal package than I do (or knows the maintainer's new
address):
Subject:
question about buttord function in R signal module
From:
Michael Tiemann <michaeltiemann at mac.com>
Date:
Thu, 06 Nov 2008 07:18:58 -0500
To:
tshort at eprisolutions.com
Tom,
I was trying to compare lowpass and highpass filters and found that the
buttord example in the manual worked as expected, namely the $type was
"low". But when I reversed the Wp and Ws parameters, it resulted in an
object with an empty $type instead of $typ...
2005 May 10
1
wish: print.condition and html (PR#7848)
Full_Name: Tom Short
Version: 2.1.0
OS: Win2000
Submission from: (NULL) (68.236.159.160)
print.condition prints out error messages enclosed in angle brackets as in:
> simpleError("Sigh, yet another error...")
<simpleError: Sigh, yet another error...>
If R is used to generate HTML output (R2HTML or Rpad), then the error messages
get hidden because browsers will skip right
2006 Nov 30
1
bug in acosh (win32) (PR#9403)
Full_Name: Tom Short
Version: 2.4.0
OS: Windows XP
Submission from: (NULL) (68.236.159.227)
It looks like there's a bug in acosh with complex number in windows:
> acosh(2)
[1] 1.316958
> acosh(2+0i)
[1] 0+NaNi
This happens for me on Windows XP with the following versions:
R version 2.2.0, 2005-10-06, i386-pc-mingw32
R version 2.4.0 (2006-10-03) i386-pc-mingw32
It works fine with
2010 Mar 24
0
R-help ordinal regression
...l--files/examples/Owls.pdf
> http://glmm.wikidot.com/local--files/examples/Owls.Rnw
>
> ? for a bit of a worked example.
>
> ? Ben Bolker
>
>
>
> ------------------------------
>
> Message: 88
> Date: Tue, 23 Mar 2010 21:20:04 -0400
> From: Tom Short <tshort.rlists at gmail.com>
> To: Erich Neuwirth <erich.neuwirth at univie.ac.at>,
> r-help at r-project.org
> Subject: Re: [R] rpad ?
> Message-ID:
> ??? <fd27013a1003231820s52a4174cv74ab4f4bae5d665a at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>...
2004 Sep 17
0
Announcing Rpad, a web-based workbook-style interface for R
Rpad is an interactive, web-based analysis system. Rpad pages are
interactive workbook-type sheets based on R. Rpad is an analysis package, a
web-page designer, and a gui designer all wrapped in one. Rpad pages are
run from the browser and connect to R running on the server (the same
server that hosts the web pages).
Rpad includes the R package "RpadUtils", which adds convenient code
2005 Jul 25
0
New version of Rpad
Announcing release 0.9.6 of Rpad. This version provides bug fixes and
some improved HTML handling. This is also the first widespread release
that supports Rpad as an installed package within R.
Rpad is an interactive, web-based analysis system. Rpad pages are
interactive workbook-type sheets based on R. Rpad is an analysis
package, a web-page designer, and a gui designer all wrapped in
one. Rpad
2004 Sep 17
0
Announcing Rpad, a web-based workbook-style interface for R
Rpad is an interactive, web-based analysis system. Rpad pages are
interactive workbook-type sheets based on R. Rpad is an analysis package, a
web-page designer, and a gui designer all wrapped in one. Rpad pages are
run from the browser and connect to R running on the server (the same
server that hosts the web pages).
Rpad includes the R package "RpadUtils", which adds convenient code
2005 Jul 25
0
New version of Rpad
Announcing release 0.9.6 of Rpad. This version provides bug fixes and
some improved HTML handling. This is also the first widespread release
that supports Rpad as an installed package within R.
Rpad is an interactive, web-based analysis system. Rpad pages are
interactive workbook-type sheets based on R. Rpad is an analysis
package, a web-page designer, and a gui designer all wrapped in
one. Rpad
2009 Apr 12
1
Simple class with an automatic printing issue
I don't understand the following behavior for a simple S3 class. The
auto-printing at the command line
doesn't behave as I expect. I'm probably missing something, but it might be
a bug.
> print.testClass <- function(x, ...) cat("Class:", class(x), ":", x, "\n")
> structure(1, class = "testClass")
Class: testClass : 1
> print(1 *
2010 Mar 04
5
Bug reporting system inquiry plus a bug report related to sort
Is the bug-reporting system working okay? Two days ago, I submitted
the following bug report via email to r-bugs at r-project.org. I didn't
see a confirmation, and it didn't see it at
http://bugs.r-project.org/. Now, http://bugs.r-project.org/ seems to
be down.
Anyway, here's the bug report related to sort.list and sort(...,
index.return = TRUE) with na.last = NA
I think that both