Displaying 20 results from an estimated 3000 matches similar to: "text works with the postscript device?"
1999 Oct 01
1
2D wavelet modules exist for R?
Dear R users,
did anybody write a 2D wavelet module for R?
Thanks.
Armin
Swiss Federal Institute of Technology
http://statwww.epfl.ch/people/roehrl
Kya aap statooed hai? http://www.statoo.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
1999 Apr 21
0
trivial axis question?
Hi,
probably there's some parameter I don't know how to set.
Using R 0.64 on a Sun sparc, I use the following command
axis(1, at=xspos(times), labels=result, cex.axis=0.7)
where result is sth. like c("May", "Jun" ,"Jul" ,"Aug", "Sep", ...)
Now it plots it fine.. but when two xspos are too (?) close together
the label gets dropped.
1999 Apr 21
0
border option working in barplots? (R0.63)
Dear R users,
How do you set the color of the border in barplots?
On my screen
barplot(tN, col='gray', border='yellow')
looks like grey bars -- with black borders (not yellow).
Trying it with a postscript device gives the same result.
Cheers,
Armin
----------------------------------------------------------------------------
Department of Mathematics |
1999 Mar 23
0
R binary for Solaris 5.6 (sparc) available?
Dear R gurus,
I have some problems to compile R on Solaris 5.6.
I wonder if somebody has a compiled version he could
email me as tar.gz. Many thanks in advance.
Ciao
Armin
P.S.: Below you see the error message I get
when compiling, i.e. make R
~/R/src% make
(cd ../include; make FFTab.h)
`FFTab.h' is up to date.
(cd ../include; make FFDecl.h)
`FFDecl.h' is up to date.
gcc -o
1999 Jun 15
3
r help archives
Where are the archives of r-help kept, please?
Jonathan
--
Dr. Jonathan Myles e-mail:jonathan.myles at mrc-bsu.cam.ac.uk
MRC Biostatistics Unit Tel. 01223 330371
Institute of Public Health FAX 01223 330388
University Forvie Site
Robinson Way
CAMBRIDGE
CB2 2SR
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
1999 Jun 23
4
does a factorial function exist
I've looked through the documentation with R-0.64.1 and have been unable
to find a high-level function for evaluation of factorials (i.e., n!, not
factorial designs). Is there such a function?
It is trivial to code, so everyone could write their own, but it also
would be worthwhile as a standard tool. I'm guessing I am just
overlooking it.
2000 Aug 30
2
does RMySQL support the MySQL String Column Type TEXT ?
Dear Mysql & R users,
first of all a big thanks to the authors of RMySQL.
I got the following table;
mysql> describe UserClick;
+----------------+-------------+------+-----+---------+-------+---------------------------------+
| Field | Type | Null | Key | Default | Extra |
Privileges
|
2002 Jan 05
1
possible bug in det using method="qr" (PR#1244)
Full_Name: Armin Roehrl
Version: 1.4.0(2001-12-19)
OS: Linux; Suse 7.3
Submission from: (NULL) (217.84.18.204)
Hello,
On a given matrix det returns different results whether
I use the method "qr" or "eivenvalues".
The matrix:
> m2
[,1] [,2] [,3]
[1,] 9.822616e+09 3.841723e+09 79790.09
[2,] 3.841723e+09 1.502536e+09 31251.82
[3,]
1999 Sep 07
2
R-0.65.0 on mips-sgi-irix6.5: Error code 1 (bu21)
Dear all,
I want to install R-0.65.0 on mips-sgi-irix6.5 (SGI IRIX 6.5 IP32),
but it doesn't work !!!
I run the following configure call:
<146>: ./configure --prefix=/usr/people40c/kuonen/Software/bin
...
R is now configured for mips-sgi-irix6.5
Source directory: .
Installation directory: /usr/people40c/kuonen/Software/bin
C compiler: gcc -g -O2
2006 Jun 05
1
use of R in big companies (references) & R-support esp in Germany
Dear R users,
sorry for this general email and I am sure it has been asked
way too many times.
IT departements in big companies only want to support the big
standards. Whatever big standards means apart from being expensive.
We are in the process of trying to get a risk management project
for a big conservative company in Germany. As part of the project
we would use R to run simulations,
1999 Oct 21
1
2.05a Solaris 2.5.1 SPARC -problem-
Hello,
I've sucessfully compiled 2.05a for Solaris 2.6 and its working OK.
Compiling on Solaris 2.5.1 (with gcc or Sun cc) goes smoothly but
smbd fail with the following error in the log:
[1999/10/21 09:45:30, 0] lib/util_sock.c:(507)
read_socket_data: recv failure for 4. Error = Invalid argument
Same debug level 10
[1999/10/21 11:47:03, 2] smbd/server.c:(716)
Changed root to /
2008 May 09
1
Have you ever experienced this problem with REAL in a C code
Dear all,
I'm currently experiencing big troubles with my C code called by .Call
in a R function.
I know this may not be the right place for such things but these errors
are driving me crazy. And I hope other people may have already
experienced these problems so that they could give me good suggestions.
Sorry if I'm completely out of topic.
Well let's go...
I'm writing a
2008 Aug 08
2
Suggestion for the optimization code
Dear list,
Here's a suggestion about the different optimization code. There are
several optimization procedures in the base package (optim, optimize,
nlm, nlminb, ..). However, the output of these functions are slightly
different. For instance,
1. optim returns a list with arguments par (the estimates), value the
minimum (maxima) of the objective function, convergence (optim
2007 Sep 23
4
performance observation on redhat
Hi,
I made an interesting observation using webservers (not just mongrel) under red hat enterprise
linux ES release 4 (Nahant Update 5). Maybe this is helpful or somebody with deeper networking
expertise can comment on this.
Once client said that 1-2% of the response of our server were unacceptably slow (really huge 3s-21s).
So I did more ab and httperf tests and notice that very few
2001 Sep 11
1
[Q] Sparse Matrices in R?
Does anyone knows if there is a way to handle sparse matrices in R?
More precisely I am looking for a way to do correspondance analysis
on a contingency table which is quite huge (1,000 x 10,000) but sparse
(i.e. full of zero).
Creating it directly in R (eg as x <- array(0,c(1000,10000) then filling
the non zero cells) seems definitely not the good solution as
R is then unable to process it
2002 Mar 04
1
Running on MacOS X
Good Morning !
I am trying to run R on MacOS X using XFree86 4.2.0
when I try to run it, I get the following error message
"dyld: /usr/local/lib/R/bin/R.bin version mismatch for library:
/sw/lib/libpng.2.dylib (compatibility version of user: 1.0.12 greater
than library's version: 1.0.10)
".
I hope you have some ideas what the problem is and how I can fix it.
thanks for your
2000 Mar 18
1
abline(coef=c(1,1)) different behavoir to screen and postscript 1.00 under windows
hi listees-
Running windows 2000 and r 0.99 or 1.00; I get different lines on screen and print out:
> j<-read.table("jnk.rin",head=T,sep="\t")
> attach(j)
> #gives lines I want
> qqnorm(Dog,pch="o",main="Cumulative Frequency Log Dog Size",log="y",sub="Figure 2",x
=c(-3,3),ylim=c(2000,1000000))
>
2004 Aug 26
2
introduction slides for beginners
Hi all,
does anybody have slides for a 1 to 3 hour crash course into R,
that I would be allowed to recycle to show a few people the light?
On the R-website http://cran.r-project.org/other-docs.html
I found several additional books, but no slides.
It might be nice to add a page with slides, too.
Thank you,
-Armin
2006 Feb 11
4
Timesheet application for Rails
Hi all,
I am looking for some time tracking software for our small company. Does
anyone knows if such project on rails exists? I need simple
functionality such as recording spent time for employees and managing
projects or tasks. Ideally, it would be possible to integrate it into
Instiki and to some existing database. There are some other solutions,
but it seems to me that RoR would be ideal
2008 Apr 21
4
prod(0, 1:1000) ; 0 * Inf etc
I think most of us would expect prod(0:1000) to return 0, and ...
... it does.
However, many of us also expect
prod(x1, x2) to be equivalent to
prod(c(x1,x2))
the same as we can expect that for min(), max(), sum() and such
members of the "Summary" group.
Consequently, prod(0, 1:1000) should also return 0,
but as you see, it gives NaN which may be a bit puzzling...
The