similar to: trivial axis question?

Displaying 20 results from an estimated 1000 matches similar to: "trivial axis question?"

1999 Apr 21
1
text works with the postscript device?
Dear R experts, R (0.63) does not seem to write me any text in a PS file. Trying x11() plot(12) text(5,5, "Hello World") works fine. Now I would like to have the same as a PS file. postscript("foobar.ps") plot(12) text(5,5,"Hello World") dev.off() Gives me a PS file with the plot -- but without the "Hello World". Why? I'm completely clueless. Ciao
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 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",
2000 Mar 18
0
abline(coef=c(1,1)) different behavoir to screen andpostscript 1.00 under windows
Hi - The problem is with two abline(s). Attached are: 1) jnk.r to run program 2) jnk.rin the data 3) jnkps.eps the postscript output 4) jnkscreen.bmp (from photoshop after bmp copy to clipboard) in jnk.zip the eps and bmp are different on my machine (windows 2000) any suggestions appreciated bob >>> Diego.Kuonen at epfl.ch 03/18/00 08:24AM >>> "Robert L.
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
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,]
2010 Oct 19
3
plot CI and mortality rate
Dear R Users: I have the individual mortality rate and 95% CI of 100 hospitals, how to do the plot with the individual hospital in the Yaxis, and the mortality rate and 95% CI in the Xais and a overall mean as a reference line? Thanks and regards, Xin [[alternative HTML version deleted]]
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,
2007 Apr 05
0
20% off selected R and S-plus books from Cambridge University Press
Get 20% off selected Cambridge books for the R-help community. Until the end of June, R-help users can get an exclusive discount on the following Cambridge University Press books that use R or S-plus! Simply visit http://www.cambridge.org/rbooks and click the appropriate link to get more information about the book(s) that interests you. To get your discount, you will need to click the
2011 Jan 23
1
extract score vector and covariance matrix in glm package
Hello I am running a project but I encounter a problem . I would be happy to receive help : problem: I have a binary dependent variable and some covariates logit(y)=a+bx+cz . I want to estimate the score vectors and their covariance by the usage of logit function and so glm in R .The vlaue of one of the coefficient ( like b) is known previously and I want to extract a and c and covariance
2006 Jun 16
1
Assignemt problem ,,,,,,,,,,,,,,,
  Hello list, i have a very simple question about matrix assignment. i did like this. res<-1:30 dim(res)<-c(5,6) ind<-1:6 now i want to assign the value of this variable ind to first coloumn in matrix res. like res[,1]<-ind but this code is giving error , Actualy i have a for loop and value of ind variable is changing every time ,,total 6 times,,i want to assign every vlaue
2006 Nov 15
1
OPTIM--non finite finite different [13]
Dear All: I used optim() to minimise the loglikelihood function for fitting data to negative binomial distribution. But there initial value of log-likelihood and iteration 10 value are reasonable. for example: initial value 1451657.994524 iter 10 value 47297.534905 iter 20 value -623478636.8236478 Then the iter 20 vlaue suddelnly changes to a negative value and in the end the error mesage is
2008 Oct 17
1
how to list variables enclosed in an environment
I'm having trouble with a Bioconductor package, an variable expected in an environment does not seem to be there. As part of my investigation of the problem (most likely on my end) I'd like to list the variables contained in an environment. If you have an environment loaded, lets call it "pkgEnv', how does one find what it does contain? Mark
2008 Jan 22
2
R object as a function
I want to use a function as an argument to ingtegrate it twice. See the following (senseless) example of a double integration: test<-function(sf,lo,up,rest) { innerFkn<-function(sf,lo) { inte=integrate(f=sf,lower=lo,upper=4) return( inte$value ) } integral=integrate(f=innerFkn,lower=1,upper=2,sf=sf,lo=lo,up=up) return( integral$vlaue+rest ) }
2003 Apr 15
1
References of R in use (SHORT SUMMARY)
Dear R-list, about one month back I posted here a question/idea that it would be nice to have some list of references of R in use plus some other "marketing" arguments for R to promote it. Thanks for all your responses. I was given useful responses from Armin Roehrl, Jim Lemon, Edith Hodgen, Ko-Kang Kevin Wang, Charles Berry, Martin Maechler, Spencer Graves, Paul Gilbert, Adelchi
2003 Sep 09
1
Loading linux.. [hangs]
Booting from floppy (with syslinux), I see the Syslinux banner, then Loading linux.. and it hangs "forever" at that point. (FWIW: There are exactly two periods in the above output.) Using the same floppy on a different (and much more recent) machine, "linux" loads and runs without problem. "linux" is a bzImage file, by the way. The failing machine is an
2008 Apr 21
1
Good news for virtual EL-4.x boxes
Currently, if you are running CentOS-4.x on a Vmware box you end up with time skew problems. The main fix has been using a set of recompiled kernel that has a HZ that is more fitting with what Vmware expects (eg 100 hz). The 4.7 kernels look like they will not need this: http://jons-thoughts.blogspot.com/2008/04/rhel-and-vmware-time-skew-problems.html Well, I've gotten quite the number of
2007 Oct 22
1
inference from dual frame surveys using R
Good afternoon! My question is more of a "is there a package for doing........?" an inference regarding the mean, median, regression estimates, etc. by using the information from dual frame surveys? (this methodology is based on the work of BANKIER 1986, SKINNER 1991, LOHR and RAO 2000...) If one has 2 independent studies which both independently measure a trait of a
2005 Jul 19
2
Michaelis-menten equation
Dear R users: I encountered difficulties in michaelis-menten equation. I found that when I use right model definiens, I got wrong Km vlaue, and I got right Km value when i use wrong model definiens. The value of Vd and Vmax are correct in these two models. #-----right model definiens-------- PKindex<-data.frame(time=c(0,1,2,4,6,8,10,12,16,20,24),