similar to: FW: Gregmisc 'running' question

Displaying 20 results from an estimated 1200 matches similar to: "FW: Gregmisc 'running' question"

2004 Mar 26
1
Gregmisc 'running' question
Just a quick and probably simple question: > dat <- rnorm(500,sd=1+(1:500)/500) > fun <- function(x) t.test(x)$p.value > running(dat,width=50,fun=fun,allow=T) Error in t.test.default(x) : not enough x observations > running(dat,width=50,fun=fun,allow=F) Error in t.test.default(x) : not enough x observations > fun2 <- function(x) mean(x) >
2005 Oct 24
2
Strange update behavior of gregmisc
Hello, I notice an odd behavior of gregmisc package when using "update.packages()" via R --no-save (as root). Every time I launch update.packages() gregmisc is repeatedly selected for upgrade. Current available version of gregmisc is 2.08 according to 'installed.packages()'. Despite I obviousely have already installed the most up to date gregmisc, gregmisc will be updated
2004 Oct 01
1
gregmisc 2.0.0 release
gregmisc 2.0.0 =========== gregmisc 2.0.0 has been released and is now available on CRAN. Important Changes --------------------------- - Now a package bundle For this release, gregmisc has been split into a bundle containing 4 separate packages: gdata, gmodels, gplots and gtools. All of your favorite functions are still present, but they are now better organized into thematic groups,
2004 Oct 01
1
gregmisc 2.0.0 release
gregmisc 2.0.0 =========== gregmisc 2.0.0 has been released and is now available on CRAN. Important Changes --------------------------- - Now a package bundle For this release, gregmisc has been split into a bundle containing 4 separate packages: gdata, gmodels, gplots and gtools. All of your favorite functions are still present, but they are now better organized into thematic groups,
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
2005 Jun 07
1
update.packages keeps trying to update gregmisc
If I issue the command > update.packages() it wants to update 'gregmisc' but then if I do it again right afterwards it still wants to update 'gregmisc'. It should have updated everything the first time and should not be trying to update anything the second time. Any comments? Here is the transcript of a session (R version at end): > update.packages() gregmisc :
2011 Jan 24
2
Masking commands - Permutation in gregmisc and e1071
I am using the function permutations from the package *gregmisc*. However, I am also making use of the package *e1071*, which also contains a function called permutations. I want to use the function permutations from the * gregmisc* package, however, the other package is masking this function. This happens both when I load the *e1071* package before *gregmisc* and when I load *e1071* after I load
2004 Nov 25
0
Installing gregmisc under windows 2000
If I'm not mistaken, "bundle" is really only useful as a concept for distribution and installation. You distribute and install a bundle, but load the individual packages when you want to use them. Once you install the bundle, you won't see the name of the bundle in the list of installed packages, but you see the constituent packages, and those are what you load when you want to
2004 Oct 18
2
why package gregmisc did not work
Dear useR I want to know why package gregmisc did not work very well. I did not find this package in my library directory. > local({a <- CRAN.packages() + install.packages(select.list(a[,1],,TRUE), .libPaths()[1], available=a, dependencies=TRUE)}) trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 21630 bytes
2004 Jun 09
0
gregmisc 1.11.2 including read.xls()
Release 1.11.2 of the gregmisc() package of functions is now available on CRAN at http://cran.r-project.org/src/contrib/Descriptions/gregmisc.html for both Unix and Windows systems. The most notable enhancement provided by this release is: - read.xls(), a function to read Microsoft Excel files by translating them to csv files via the xls2csv.pl script has been added. I've also provided
2004 Jun 09
0
gregmisc 1.11.2 including read.xls()
Release 1.11.2 of the gregmisc() package of functions is now available on CRAN at http://cran.r-project.org/src/contrib/Descriptions/gregmisc.html for both Unix and Windows systems. The most notable enhancement provided by this release is: - read.xls(), a function to read Microsoft Excel files by translating them to csv files via the xls2csv.pl script has been added. I've also provided
2004 Mar 27
2
gregmisc: install trouble
Hello all, I'm having trouble installing the package 'gregmisc'. I've run the command: > R CMD INSTALL -l /usr/lib/R/library /tmp/gregmisc_0.9.0.tar.gz And I can see it shows up on the list of available packeage when I issue > library() But when I do >library(gregmisc) I get: Error in parse(file, n, text, prompt) : syntax error on line 3105 All the other packages
2005 Jun 14
1
update.packages() - gregmisc
Dear all, I have a problem to update package gregmisc. After I update, > update.packages(ask='graphics') trying URL 'http://cran.at.r-project.org/bin/windows/contrib/2.1/gregmisc_2.0.8.zip' Content type 'application/zip' length 2465 bytes opened URL downloaded 2465 bytes package 'gregmisc' successfully unpacked and MD5 sums checked ... then try to update
2004 Apr 12
0
new version of gregmisc package
gregmisc 0.10.1 --------------- gregmisc 0.10.1 is now available at ftp://cran.r-project.org/incoming/ and will move to the regular contributed packages location (http://cran.r-project.org/src/contrib/PACKAGES.html#gregmisc) as soon as the CRAN administrators get caught up. Recent Changes --------------- Version 0.10.1 - Fixed bug in textplot() reported by Kevin Wright <kevin.d.wright at
2004 Apr 12
0
new version of gregmisc package
gregmisc 0.10.1 --------------- gregmisc 0.10.1 is now available at ftp://cran.r-project.org/incoming/ and will move to the regular contributed packages location (http://cran.r-project.org/src/contrib/PACKAGES.html#gregmisc) as soon as the CRAN administrators get caught up. Recent Changes --------------- Version 0.10.1 - Fixed bug in textplot() reported by Kevin Wright <kevin.d.wright at
2002 Nov 01
0
Re: gregmisc version 0.7.3 now available
> From: kjetil halvorsen [mailto:kjetilh at umsanet.edu.bo] > > Martin Hoyle wrote: > > > > Dear Greg, > > Thanks for the new release. The decomposition of the SSQ is > just what I need! > > > I thought decomposition of the SSQ can be obtained with the split= > argument to summary.aov? That argument seems tro be new --- it didnt > exist two years
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 Oct 05
2
Installation Package "gregmisc" nicht möglich?!?
Hallo zusammen. Da ich R zur Erstellung meiner wissenschaftlichen Arbeit brauche versuchte ich dies heute zu installieren. Zunächst in der Vrsion 1.9.1 (rw1091.exe). Ich benötige das Package "gregmisc" und installierte dies von CRAN. Bei der Installation tritt folgende Meldung auf: trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/gregmisc_2.0.0.zip' Content type
2003 Jan 21
1
bug in CrossTable (package:gregmisc) (PR#2480)
Full_Name: John Hendrickx Version: 1.6.0 OS: Windows 98 Submission from: (NULL) (137.224.174.216) CrossTable in the "gregmisc" package fails when the fisher.exact test produces an error (I suspect this is because the number of cases is too large). This can be fixed using "FTt <- try(fisher.test(t, alternative = "two.sided"))" or by making the test optional.
2005 Mar 10
4
Gregmisc
Dear all, I use R 2.0.1 on Windows XP professional. When I want to load the 'Gregmisc' library I get the following error message: Error in library(pkg, character.only = TRUE) : 'gregmisc' is not a valid package -- installed < 2.0.0? Can anybody tell me what's wrong with this package? Cheers, Christian