Displaying 20 results from an estimated 1000 matches similar to: "New package: mcgibbsit, an MCMC run length diagnostic"
2004 Feb 16
1
xls2csv.pl: Script to translate Excel files into CSV
I've created a Perl script that translates Microsoft Excel (.xls) files into
comma-delimited text files (.csv) using the Perl Spreadsheet::ParseExcel
module.
Usage
-----
perl xls2csv.pl <excel file> [<output file>] [<worksheet number>]
Translate the Microsoft Excel spreadsheet file contained in
<excel file> into comma separated value format (CSV) and store
in
2002 Feb 20
1
Bug in "[<-.matrix"? (Was: Feature Request: "matrix[1:10,1:10, block=F] <- 1:10")
Thanks to David Meyer [david.meyer@ci.tuwien.ac.at] and David Brahm
[brahm@alum.mit.edu] who suggested:
m[ cbind(index.i, index.j) ] <- vals
This works fine for the example I gave.
Unfortunately, this approach doesn't extend to using the row and column
names to make assignments:
> m <- matrix("",ncol=3,nrow=3)
> dimnames(m) <-
2002 Oct 31
1
Re: gregmisc version 0.7.3 now available
Dear Greg,
Thanks for the new release. The decomposition of the SSQ is just what I need!
Regards,
Martin.
Martin Hoyle,
School of Life and Environmental Sciences,
University of Nottingham,
University Park,
Nottingham,
NG7 2RD,
UK
Webpage: http://myprofile.cos.com/martinhoyle
>>> gregory_r_warnes at groton.pfizer.com 10/30/02 07:16PM >>>
Version 0.7.3 of the gregmisc package
2004 Apr 20
0
Re: [R] More user-friendly error message needed.
> -----Original Message-----
> From: r-devel-bounces@stat.math.ethz.ch
> [mailto:r-devel-bounces@stat.math.ethz.ch]On Behalf Of Douglas Bates
> Sent: Wednesday, April 07, 2004 5:13 PM
> To: Warnes, Gregory R
> Cc: Shin; r-devel@stat.math.ethz.ch; 'Duncan Murdoch'
> Subject: Re: [Rd] Re: [R] More user-friendly error message needed.
>
>
> "Warnes, Gregory
2004 Jan 16
0
FW: Announce: RPy version 0.3.3
> -----Original Message-----
> From: Warnes, Gregory R
> Sent: Friday, January 16, 2004 3:52 AM
> To: 'r-packages'; 'python-announce '; 'rsoap-talk'; 'Dan Nathan'; 'RPy
> List'
> Subject: Announce: RPy version 0.3.3
>
>
> RPy Version 0.3.3 is now available from the RPy home page at
> http://rpy.sf.net.
>
> What
2004 Jan 16
0
FW: Announce: RPy version 0.3.3
> -----Original Message-----
> From: Warnes, Gregory R
> Sent: Friday, January 16, 2004 3:52 AM
> To: 'r-packages'; 'python-announce '; 'rsoap-talk'; 'Dan Nathan'; 'RPy
> List'
> Subject: Announce: RPy version 0.3.3
>
>
> RPy Version 0.3.3 is now available from the RPy home page at
> http://rpy.sf.net.
>
> What
2002 May 14
0
FW: Summary of Suggestions for poor man's parallel processing
It turns out that my web host doesn't allow direct links. Try going to
http://www.warnes.net/downloads or getting it from the sourceforge snippet
library https://sourceforge.net/snippet/detail.php?type=snippet&id=101149.
-Greg
> -----Original Message-----
> From: Warnes, Gregory R [mailto:gregory_r_warnes at groton.pfizer.com]
> Sent: Monday, May 13, 2002 10:15 AM
> To:
2003 Jan 31
0
Version 0.8.0 of the gregmisc package is now available
Version 0.8.0 of the gregmisc package is now (or will shortly be) available
on CRAN.
New in this release:
- Enhanced and bug-fixed 'CrossTable' function (contributed by
Marc Schwartz)
- Augmented the 'barplot2' function with an 'add' argument to allow for
the addition of a barplot to an existing graphic. (contributed by
Marc Schwartz)
- Added the
2006 Oct 21
1
ReadLines question
I'm getting the following error:
> headerinfo=readLines(met_station_file,n=8)
> headerinfo
[1] "Plot Title: tahoe met validation ,,,,,,,"
[2]Error: invalid multibyte string
met_station_file's first 8 lines are as follows:
Plot Title: tahoe met validation ,,,,,,,
#,"Time, GMT-07:00","Temp, ?F",Coupler Attached,Host Connected,Coupler
2002 Feb 22
0
FW: Cent. Mov. Ave
I recently wrote a function to compute functions over moving windows. (See
below). It varies from your request by using the last N points rather than
the last N/2 and next N/2 points, so you may have to modify it to get what
you want.
It will be in the next gregmisc package, which will go out in a month or so
when the publication review process here finishes. (I hate red tape!)
-Greg
2002 Nov 27
0
R genetics package now available
The "genetics" package for handling single-locus genetic data is now
available on CRAN in both source and Windows binary formats. The purpose of
this package is to make it easy to create and manipulate genetic
information, and to facility use of this information in statistical models.
The library includes classes and methods for creating, representing, and
manipulating genotypes
2002 Nov 27
0
R genetics package now available
The "genetics" package for handling single-locus genetic data is now
available on CRAN in both source and Windows binary formats. The purpose of
this package is to make it easy to create and manipulate genetic
information, and to facility use of this information in statistical models.
The library includes classes and methods for creating, representing, and
manipulating genotypes
2005 May 30
0
Re: Running LabView + OPC server/EIB on wine ?
Hi Benno,
--- Benno Senoner <sbenno@gardena.net> wrote:
> Hi, sorry for writing you directly,
It's no trouble, though you may get more or better advice posting to one
of the mailing lists or on irc (#winehq). I'm cc'ing wine-users in case
someone else has experience in this area, hope you don't mind.
> assume I use LabView on Windows to make a standalone .exe
>
2002 Oct 22
0
FW: Mixture Transition Distribution (MTD) time series model in R or S ?
Forwarded from Adrian Raftery:
-----Original Message-----
From: Adrian Raftery [mailto:raftery at stat.washington.edu]
Sent: Tuesday, October 22, 2002 10:15 AM
To: Warnes, Gregory R
Subject: Re: FW: [R] Mixture Transition Distribution (MTD) time series
model in R or S ?
Thanks, Greg. Current MTD software is reviewed in
Andr? Berchtold and Adrian E. Raftery
"The Mixture Transition
2002 Sep 23
3
New version of gregmisc package
Version 0.6.0 of the gregmisc package has just been released on CRAN.
Description:
===========
Package: gregmisc
Description: Misc Functions written/maintained by Gregory R. Warnes
Title: Greg's Miscellaneous Functions
Version: 0.6.0
Date: 2002/09/23
Maintainer: Gregory R. Warnes <Gregory_R_Warnes at groton.pfizer.com>
Author: Gregory R. Warnes. Includes code provided by Ben
2002 Sep 23
3
New version of gregmisc package
Version 0.6.0 of the gregmisc package has just been released on CRAN.
Description:
===========
Package: gregmisc
Description: Misc Functions written/maintained by Gregory R. Warnes
Title: Greg's Miscellaneous Functions
Version: 0.6.0
Date: 2002/09/23
Maintainer: Gregory R. Warnes <Gregory_R_Warnes at groton.pfizer.com>
Author: Gregory R. Warnes. Includes code provided by Ben
2001 Aug 27
1
Wierd problem comparing numeric values and list using == (PR#1076)
Peter Dalgaard BSA wrote:
>
> gregory_r_warnes@groton.pfizer.com writes:
>
> > Under R 1.3.0 on Solaris and Windows NT there seems to be a bug in == when
> > applied to elements of a list, particularly when one of the elements is of
> > mode integer:
> >
> > > list(1) == list(1)
> > [1] FALSE
> > > 1 == list(1)
> >
2006 Mar 05
6
Polycom 501 power over ethernet
When I bought two Polycom 501 SIP phones, I naively thought they were
Power-over-Ethernet (IEEE 802.3af) because they were "powered over
ethernet." Silly me.
Polycom must have some odd voltage or funny way of injecting the
power, because the POE switch I bought for them (Netgear F@510P)
won't power them, though if I use the Polycom-supplied AC adapter and
ethernet power
2001 May 24
2
New Package: gregmisc
I've thrown a couple of useful functions into a new package "gregmisc" and
uploaded them to ftp://ftp.ci.tuwien.ac.at/incoming/gregmisc_0.1.1.tgz
Here's DESCRIPTION:
Package: gregmisc
Description: Misc Functions written/maintained by Gregory R. Warnes
Title: Greg's Miscellaneous Functions
Version: 0.1
Date: 2001/05/24
Depends: R
Maintainer: Gregory R. Warnes
2018 Jul 06
0
NEWS vs. inst/NEWS
'Writing R Extensions', section 1.1.5, in the part about a package's 'inst'
directory, says that if NEW is in both the top level and in the inst
directory, the in inst will be installed:
Note that with the exceptions of INDEX, LICENSE/LICENCE and NEWS,
information files at the top level of the package will *not* be installed
and so not be known to users of Windows and macOS