Displaying 20 results from an estimated 4000 matches similar to: "R-beta: Problem instaling e1071"
2001 Aug 29
2
Missing functions in package e1071(Win*)
Hi!
After unziping the CRAN file e1071.zip
on my Win95 library directory, I start R and
type
>library(e1071)
After that, help commands of the e1071
functions work (i.e., help(read.pnm), BUT
some functions themselves are not available:
> read.pnm
Error: Object "read.pnm" not found
I've looked at the file library/R/e1071 with
an ascii editor and it seems like the functions
1999 Mar 18
2
e1071 and netpbm
Having compiled and successfully installed e1071 on a previous machine
(and run under 0.62.4) I want to compile it on a new machine to run under
0.63.3 but the loader can't find netpbm - both machined are RH5.2 Linux
installations.
I have some quite old netpbm's on a CD but none more recent and I
certainly didn't install them on my old machine. I can't locate or rpm -q
or rpm
1999 Mar 18
2
e1071 and netpbm
Having compiled and successfully installed e1071 on a previous machine
(and run under 0.62.4) I want to compile it on a new machine to run under
0.63.3 but the loader can't find netpbm - both machined are RH5.2 Linux
installations.
I have some quite old netpbm's on a CD but none more recent and I
certainly didn't install them on my old machine. I can't locate or rpm -q
or rpm
2001 Apr 03
2
Can't install "e1071"
I observed the same behavior as Edward this morning with R-1.2.2 on Red Hat
Linux 7.0. There appears to be a problem with the library in netpbm-9.5-5,
even after hunting down the missing shhopt.h that pbmplus.h is looking for.
I worked around the problem by compiling e1071 without pbm support (moved
pbm.c to pbm.c.bak).
Matt
Matthew R. Nelson, Ph.D.
Director, Information Systems
Esperion
2001 Apr 03
2
Can't install "e1071"
I observed the same behavior as Edward this morning with R-1.2.2 on Red Hat
Linux 7.0. There appears to be a problem with the library in netpbm-9.5-5,
even after hunting down the missing shhopt.h that pbmplus.h is looking for.
I worked around the problem by compiling e1071 without pbm support (moved
pbm.c to pbm.c.bak).
Matt
Matthew R. Nelson, Ph.D.
Director, Information Systems
Esperion
2003 Mar 27
2
About ability of "allShortestPaths" function in e1071 package
Hello.
R's e1071 package has "allShortestPaths" function using Floyd's algorithm.
It is very useful for road network analysis. I'll try to analyze facility
allocation programs using this.
I'd like to know how much nodes this function can deal with?
And for larger nodes(for example million nodes), allShortestPaths employs
graph partition algorithm?
Regards.
2001 Oct 04
0
new version of e1071 on CRAN
A new version of e1071 has been released to CRAN which should be much
easier to install on a lot of platforms because reading/writing PNM
images has been moved to the pixmap package, hence there are no longer
dependencies on external libraries and no configure mechanism.
For the authors,
Fritz Leisch
**********************************************************
Changes in Version 1.2-0:
o
2001 Sep 06
1
RFC: package pixmap
There is a new package pixmap in $CRAN/src/contrib/Devel which
provides a first shot at a class hierarchy for bitmapped images (as
both bitmap and image are already taken I named it pixmap ... if
somebody has an idea for a better name, please let me know).
This is by no means meant to be final ... more like a basis for
discussion about classes for that purpose. It already has RGB, indexed
and
1998 May 07
3
R-beta: scripting with R?
I've been playing with R for a while using emacs ESS. I've started to
like it a
lot ( the beautiful S language was unknown to me before I dumped into R)
I want to make some scripts to automate the display of some statistics
on web pages. I started to look for ways of using R in a scripting
environment
but I could not find information on this. Is there a way to call R with
command prompt
1998 May 07
3
R-beta: scripting with R?
I've been playing with R for a while using emacs ESS. I've started to
like it a
lot ( the beautiful S language was unknown to me before I dumped into R)
I want to make some scripts to automate the display of some statistics
on web pages. I started to look for ways of using R in a scripting
environment
but I could not find information on this. Is there a way to call R with
command prompt
1998 Jan 30
2
R-beta: Submissions to CRAN
As mentioned earlier I want to decentralize the package descriptions
of all contributed packages:
Please make sure to include a file called DESCRIPTION in every package
which looks like:
**********************************************************
Package: e1071
Version: 0.7-3
Author: Compiled by Fritz Leisch <Friedrich.Leisch at ci.tuwien.ac.at>.
Description: Miscellaneous functions used
1998 Jan 30
2
R-beta: Submissions to CRAN
As mentioned earlier I want to decentralize the package descriptions
of all contributed packages:
Please make sure to include a file called DESCRIPTION in every package
which looks like:
**********************************************************
Package: e1071
Version: 0.7-3
Author: Compiled by Fritz Leisch <Friedrich.Leisch at ci.tuwien.ac.at>.
Description: Miscellaneous functions used
1998 Jan 30
2
R-beta: Submissions to CRAN
As mentioned earlier I want to decentralize the package descriptions
of all contributed packages:
Please make sure to include a file called DESCRIPTION in every package
which looks like:
**********************************************************
Package: e1071
Version: 0.7-3
Author: Compiled by Fritz Leisch <Friedrich.Leisch at ci.tuwien.ac.at>.
Description: Miscellaneous functions used
2003 Oct 21
2
report generator a la epiinfo
Hi
I'd like to use R in epidemiology and disease surveillance.
In EpiInfo you can have a script (.pgm) which calls a predefined report
(.rpt), where a table is calculated and values picked from that table
and placed where the author of the report wants them, with text around
those values. (Please see example below.)
I've looked at manuals, faq, mail-search and google. The closest is an
1997 Apr 08
2
R-alpha: CRAN source/contrib
I've put all ``current'' add-on packages into CRAN's source/contrib tree
and created an INDEX file (attached below). As you can see, currently
we have
acepack
bootstrap
ctest
date
e1071
fracdiff
gee
jpn
snns
splines
survival4
(Yes, e1071 and jpn are new ... more on the latter in a later mail.)
In the near future, I am hoping for the following:
oz (Bill
1999 Jan 23
4
smbwrapper
> What you are looking for is smbwrapper, which is in fact included with
Samba
> 2.0. However as it is not supported on all systems it is not included
> in the default build (it should work nicely on Solaris though).
> Essentially smbwrapper is a preloaded library which intercepts system
calls and
> simulates a /smb filesystem, so you can access /smb/SERVER/SHARE/file.txt.
2008 Apr 19
1
Inverse transform after applying function in frequency domain?
Dear R-Help,
I wish to simulate a process so that it has certain properties in the
frequency domain. What I attempted was to generate a random time-series
signal, use spec-pgram(), apply a function in the frequency domain, and then
inverse transform back to the time-domain. This idea does not seem as
straight forward in practice as I anticipated.
e.g.
x<-ts(rnorm(1000, 0,1), frequency=256)
2003 Jun 24
2
Can't load e1071
After upgrading to 1.7.0 under debian linux, I can't get e1071 working
properly.
The first problem I had was that g++-3.0 was the standard compiler but
wasn't installed, so I installed it. e1071 then installed correctly, but I
get the following:
aperrin at perrin:~/afshome/papers/authoritarian/R$ R
R : Copyright 2003, The R Development Core Team
Version 1.7.0 (2003-04-16)
R is free
2006 Apr 08
3
The mysterious e1071
Hi,
I'm trying to use the svm function in R, but I can't find the e1071 package.
When I type library(e1071), I get the error message that the package
doesn't exist. I've searched all over the CRAN website, but I can't find
anything. Did it change names?
Thanks for your help,
Chelsea
2004 Dec 16
2
reading svm function in e1071
Hi,
If I try to read the codes of functions in e1071 package, it gives me following error message.
>library(e1071)
> svm
function (x, ...)
UseMethod("svm")
<environment: namespace:e1071>
> predict.svm
Error: Object "predict.svm" not found
>
Can someone help me on this how to read the codes of the functions in the e1071 package?
Thanks.
Raj