search for: glaziou

Displaying 14 results from an estimated 14 matches for "glaziou".

2003 Nov 05
3
map does not display maps, MacOSX
...powerbook G4), and failed to make the map function work properly: R : Copyright 2003, The R Development Core Team Version 1.8.0 (2003-10-08) [...] > library(maps) > map() Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file `/Users/glaziou/Library/R/maps/mapdata//world.N' > map('usa') Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file `/Users/glaziou/Library/R/maps/mapdata//usa.N' > system('ls -l /Users/glaziou/Library/R/maps/mapdata') total 1...
2003 Jun 17
1
Re: R: Problem from Philippe Glaziou
On Mon, 16 Jun 2003 09:56:07 +0200 Patrick Hausmann <p.hausmann at mr-regionalberatung.de> wrote: > Dear Frank, > > I can reproduce the problem from Philippe Glaziou (see attachment). > Maybe this can help. > Best, > Patrick > > Am Wollelager 11 > 27749 Delmenhorst > Tel. 04221 96373-0 > Fax 04221 96373-29 > > http://www.mr-regionalberatung.de > Dear Patrick - That was very helpful, especially the output comparing the old an...
2003 Oct 09
4
Previous Commands
Dear All, yesterday I took the R-1.8.0-source file and compiled it on my own. As I am using Linux just for a couple of weeks, it was my first compiling session with ./configure, make, .... Everything went fine, except for one thing: if I want to look at the commands history by using the cursor keys, it does not work. Instead of displaying the previous commands, it returns something like
2003 Oct 10
0
Previous Commands, Summary
Dear all, I don't know what was the actual remedy, but after installing readline and ncurses and then re-installing R, everything works fine (=calling the commands history with the cursor keys). I would like to thank for the help provided by Jason Turner, Philippe Glaziou, Peter Dalgaard and Brian Ripley. Best, Roland > -----Original Message----- > From: Prof Brian Ripley [SMTP:ripley at stats.ox.ac.uk] > Sent: Thursday, October 09, 2003 10:49 AM > To: Philippe Glaziou > Cc: r-help at stat.math.ethz.ch > Subject: Re: [R] Previous Commands > &...
2004 Feb 02
2
print comment lines on `sink'ed files?
Hi, I am using many comment lines like this # a comment line in a script. Is there any way to print comment lines when I use sink() function? Or, are there any plans to include as an option to sink() function in the near future? I would not want to use cat() function as it will look messy in the original script file. Thanks! SI __________________________________________________
2003 Jun 13
1
problem with latex of object summary reverse
Hi, I have the following problem (library Hmisc loaded, iris data loaded, R Version 1.7.0 (2003-04-16), packages updated, running on a linux Debian i386): > summary(Species~Sepal.Length,method="reverse")->a > a Descriptive Statistics by Species +------------+-----------------+-----------------+-----------------+ | |setosa |versicolor |virginica
2003 Dec 26
2
OC curve in "Quality Control"
Dear all, Can anyone please help me about any of the following questions: -------------------------------------------- 1. How can i find "factorial" of any number in R? I tried > prod(170:1) # to find factorial of 170 or 170! Is it the only procedure - or R has any better process / operational character to calculate factorial? Also, is it possible to calculate factorial of 500? Or
2003 Sep 30
2
Remove comma (,) in data set
Dear R-helper, I am new learning R. Now, I have a data set like: 24,2,3,3,1,1,2,3,0,1 45,1,3,10,1,1,3,4,0,1 43,2,3,7,1,1,3,4,0,1 42,3,2,9,1,1,3,3,0,1 36,3,3,8,1,1,3,2,0,1 19,4,4,0,1,1,3,3,0,1 38,2,3,6,1,1,3,2,0,1 21,3,3,1,1,0,3,2,0,1 27,2,3,3,1,1,3,4,0,1 45,1,1,8,1,1,2,2,1,1 ... with 3730 rows I want to remove comma (,) in data set. The result like: 24 2 3 3 1 1 2 3 0 1 45 1 3 10 1 1 3 4 0 1
2003 Nov 05
1
Match data.frames with different number of rows
Dear all, I have two data.frames a and b: i <- c(1,1,2,2,3,3,4,4) x <- c(1,53,7,3,4,23,6,2) a <- data.frame(i,x) and j <- c(1,2,3,4) y <- c(99,88,77,66) b <- data.frame(j,y) So, a looks like this > a i x 1 1 1 53 2 7 2 3 3 4 3 23 4 6 4 2 and b like this > b j y 1 99 2 88 3 77 4 66 Now, I would like to match 'b' to 'a', so
2003 Dec 22
3
runif and sample with reproducibility
Hello, I would like to sample a population but the result needs to be reproducible, using 'runif' or 'sample' is the good way to do it but I can't manage to make the results reproducible even with the 'set.seed' function. My aim is that th call to 'sample(1:100,10)' gives always the same result, how can I do that? Thanks! Eric Esposito
2003 Jul 04
6
the huge postscript plot
Hi, I'm just wondering how I can do to make a huge postscript plot be manageable. My question is that I have to draw around 60,000 points which makes it painfully slow to print or view in gv or put it into latex document, though it is very fast to produce the postscript file. A simple example is in the attachment. Well, I found that if I use png or jpeg. It is much faster to view the
2003 Sep 11
4
how to insert a double quote with the paste function?
Hello, I would like to write in a variable the following string : Hello "World" If I do cat("Hello ","\"World\""), I have the good result on the screen but it can not be affected to a variable. If I do the same thing with paste paste("Hello ","\"World\"") it does not work since \" seems to be not recognized. So what
2003 Sep 16
2
Interfacing C++ , MysQL and R
Hello! After a presentation of some statistical analysis of process datas, (where the few R possibilities I was able to show made quite a big impression), I was asked if it was possible to program a statistical application which could be used directly by the end user. Such an application would include a userfriendly interface (developped in C++), a db , a core statistical program, standard
2003 Aug 27
5
selecting by variable
Hi, I'm a recent R convert so I haven't quite figured out the details yet... How do I select one variable by another one? Ie if I want to draw the histogram of variable X only for those individuals that also have a value Y in a certain range? In STATA I would give something like: histogram X if ((Y>=A & Y<=B)) (The data is for individuals and each individual has a number of