similar to: function running in package gregmisc

Displaying 20 results from an estimated 10000 matches similar to: "function running in package gregmisc"

2002 Jul 26
2
estimating missing data
Hello R group Do you know if an EM algorithm exits for R to estimate missing data in a sample? I just found knn algorithm in to the package emv but it doesn't look to be the usual EM algorithm. Thanks Xavier -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2002 Jun 14
2
exponential smoothing
could someone help me to write a fonction doing an exponential smoothing in case of a multivariate time serie? I tried ewma <- function (x, lambda = 1, init = 0) { if (is.ts(x)) filter(lambda*x, filter=1-lambda, method="recursive", init=init) else stop(message="first argument should be a time serie") } but I can't apply that to multivariate Thanks
2002 Aug 19
1
install the SJava package on unix
Hi, I've got a problem to use the SJava package with R. I have a SUN solaris 8 machine. Then I did R INSTALL -c SJava_0.65-0.tar.gz without problem Now I try the test provided on the web site: library(SJava) and here I receive the error message: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
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 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
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 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,
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 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
2005 May 04
4
Unbundling gregmisc (was: loading gap package)
Let me redirect the topic a bit. I've been considering unbundling gregmisc. The pro would be that people would find the component packages (i.e. gdata) more easily. The con is that the packages have a number of interdependencies, so you pretty much will need to get most of them anyway. As the latest gregmisc bundle contains a gregmisc package that is just a stub that depends on and loads
2005 May 04
4
Unbundling gregmisc (was: loading gap package)
Let me redirect the topic a bit. I've been considering unbundling gregmisc. The pro would be that people would find the component packages (i.e. gdata) more easily. The con is that the packages have a number of interdependencies, so you pretty much will need to get most of them anyway. As the latest gregmisc bundle contains a gregmisc package that is just a stub that depends on and loads
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
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
2003 Aug 07
5
gregmisc
Hi How do I install "gregmisc" packages? I did- % sudo R > install.packages("gregmisc") . . > barplot2() but, Error: couldn't find function "barplot2" -- atuya Mac OSX 10.2.6 R 1.7.1
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
dealing with package bundles (was RE: Gregmisc)
Given the confusions that some users have regarding package bundles, I'd like to suggest some changes to how package bundles are handled. My understanding is that a package bundle is essentially a convenient way to distribute related packages, so that users can download/install them in one shot. However, some users apparently get confused that one can do install.packages("abundle")
2005 Mar 10
4
dealing with package bundles (was RE: Gregmisc)
Given the confusions that some users have regarding package bundles, I'd like to suggest some changes to how package bundles are handled. My understanding is that a package bundle is essentially a convenient way to distribute related packages, so that users can download/install them in one shot. However, some users apparently get confused that one can do install.packages("abundle")
2004 Oct 25
2
library gregmisc
I write to ask you an help about the package gregmisc. I saw the instructions, and I need some functionalities of this package, but I am unable ti download it. On friday I was able to download thte .zip, but R does not install this package, today there is no possibility to download it. What I have to do? Thanks Anna Maria Paganoni Anna