Displaying 20 results from an estimated 1000 matches similar to: "library gregmisc"
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
2004 Dec 03
1
information
I would like to know if there exist any package on the profyle analysis, or
on repeated measures, (AUC)...
Thank for answering me,
Anna Maria Paganoni
Dipartimento di Matematica
Politecnico di Milano
piazza Leonardo da Vinci, 32
20133 Milano, Italy
tel +39-0223994574 fax +39-0223994568
e-mail annap at mate.polimi.it
2007 Dec 09
1
CART analysis
I would like to know if is it possible implemet a partitioning tree
using a function like rpart, or mvpart, and with formula a glm-object
(as a logistic models) or a robust linear regression (as least sum of
absolute errors).
In this case, the appropriate "method" to use is "mrt"? Or another one?
Thanks,
Anna Maria Paganoni
2004 Oct 12
4
A question in R
I started to learn the R language, but I didn't suceed to use an external file.
Let say that I have an excel file called "test1.xls" in the directory
"C:/program files/R/rw2000/external_files" that looks like that:
name mark
yair 80
yosi 70 ...
In the appropriate directory I wrote this:
x<-read.delim("test1.xls")
or this:
2004 Nov 04
3
Finding out the number of times a loop has run
Hi,
Suppose I have:
for(i in 1:100000)
rnorm(100000)
(just a fake example, as my actual example is too long)
Is it possible to get the loop to print out i each time it has run?
Something like:
for(i in 1:100000) {
print(i)
rnorm(100000)
}
will only print i after the loop is completed. But if I want to print out
i whenever it re-enters the loop, is it possible (so I know how
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 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 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 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 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 :
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
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 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 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
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 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.
2006 Mar 06
2
Problems with heatmap.2 in the gregmisc package
Hi
Sorry to revisit an old problem, I seemed to solve this in 2004, only
for it to resurface :-S
I am trying to plot a heatmap, and I don't want the columns of my matrix
re-ordered. The function doesn't seem to behave as the help would have
you believe:
a <- matrix(rnorm(100),nr=20)
a.d <- dist(a)
a.hc <- hclust(a.d)
a.de <- as.dendrogram(a.hc)
# columns are re-ordered
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")