search for: incoma

Displaying 20 results from an estimated 20 matches for "incoma".

Did you mean: income
2000 Mar 08
5
x-server
...oticed that MI/X is no longer available for free. Similarly, eXceed is available at evaluation version (for a limited time I suspect). Thus my question: knows anybody on the list of a free X server for PC? Thanks in advace! Zdenek ++++++++++++++++++++++ ] Zdenek Skala ] e-mail: ] Zdenek.Skala at incoma.cz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at s...
1999 Dec 08
1
barplot
...ype: > barplot(c(.1,.5,1.0,),ylim=range(0:1)) the y-axis goes from 0.0 to 0.8. Obviously I am doing something wrong. Are the ylim setting standards in barplot() other than in plot() or is this a bug? Thanks for any hints! Zdenek ++++++++++++++++++++++ ] Zdenek Skala ] e-mail: ] Zdenek.Skala at incoma.cz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at s...
2012 Jul 19
3
write list to ascii
Dear all, apologies for this (perhaps recurrent) question but I did not found a question when searching mailing lists. How to write a list of a simple kind, e.g.: abc <- list(one=(1:2), two=(1:5)) # to a file? I understand that write() & co. cannot work but when I try sink("aa.txt", append=T, split=T) abc sink() # the output is indeed "split by rows" in the
2000 Apr 26
1
Bland Altman plot (was: paste ?)
...value of (x-y), but this will yield plotting area limited by the x=y line (provided the x,y are nonnegative values, which is my case). Exists there some standard plotting procedure for such data? Thank you in advance! Zdenek Skala ++++++++++++++++++++++ ] Zdenek Skala ] e-mail: ] Zdenek.Skala at incoma.cz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at s...
2012 Oct 05
2
R: machine for moderately large data
Dear all, I would like to ask your advice about a suitable computer for the following usage. I (am starting to) work with moderately big data in R: - cca 2 - 20 million rows * 100 - 1000 columns (market basket data) - mainly clustering, classification trees, association analysis (e.g. libraries rpart, cba, proxy, party) Can you recommend a sufficient computer for this volume? I am routinely
2002 Sep 05
7
data mining for R
I was wondering if R had a data mining componant and how i could get it. If not do you know anyone who is developing a datamining "plug in" for R Phillip Goodreid -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe"
1999 Apr 10
4
CRAN uploads
I put updates of the following packages on CRAN for use with R 0.64: chron ctest date locfit xgobi Please pick them up from your nearest CRAN site. At least on my system, the packages pass the R CMD check tests ... -k -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
1998 Aug 27
1
R-beta: 3d plots
I am new to R, so sorry for stupid questions: Is it possible to create 3D scatterplots within the R? Thanks for response! Regards Zdenek Skala e-mail: Zdenek.Skala at incoma.cz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at st...
1999 Feb 01
1
graphics: resolution
Hi all, I am using rw0632b on Win95 machine. When printing plots (both, as saved *.gif, and copied through clipboard) I get pretty low resolution. Can be the graphics resolution paramatrized in some way? Many thanks! Zdenek Skala ++++++++++++++++++++++ Zdenek Skala e-mail: Zdenek.Skala at incoma.cz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at s...
1999 Apr 10
4
CRAN uploads
I put updates of the following packages on CRAN for use with R 0.64: chron ctest date locfit xgobi Please pick them up from your nearest CRAN site. At least on my system, the packages pass the R CMD check tests ... -k -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2012 Mar 25
1
output by(...)
Dear all, I have a question that is probably pretty stupid, so apologies in advance... I do a simple > mydata.tab <- by(my.data.frame, my.data.frame$category, colMeans) ...works fine, but I need to output the results to some "flat" file (kind of table) to work with it in Excel etc. So I am doing now > capture.output(data.frame(unlist(mydata.tab)),
2000 Mar 21
1
barplot (PR#495)
Full_Name: Zdenek Skala Version: 1.0.0 OS: MS Windows 95 Submission from: (NULL) (194.108.127.14) Dear all, a problem with barplot() was already discussed on R-help for R 0.90.0 - sorry, if this is a known bug, but I was unable to find it in the bugs database. In: > barplot(c(.1,.5,1), ylim=(0:1)) or > barplot(c(.1,.5,1), ylim=c(0,1)) the y axis is drawn from 0.2 to 0.8, in: >
2001 Apr 19
1
boxplot()
...oxplot) I am reading "range: ...A value of zero causes the whiskers to extend to the data extremes". Is this an intended behaviour? Can I set the boxplot to draw whiskers extending to max and min without the outliers drawn over? Or am I missing something obvious? TIA Zdenek Skala skala at incoma.cz --- Odchoz? zpr?va neobsahuje viry. Zkontrolov?no antivirov?m syst?mem AVG (http://www.grisoft.cz). Verze: 6.0.250 / Virov? b?ze: 123 - datum vyd?n?: 18.4.2001 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac...
1998 Dec 09
2
Application Error message
I am submitting the command: calcium<-read.table("calcium.txt",header=TRUE) and with Rw0630 and Bdr0631 I get an application error and R crashes. But the command works fine with rjune. I am running under NT4.0 Anyone have a similar problem? Jeff jmorris at ocdus.jnj.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
1999 Jul 28
1
(Fwd) Re: 3d in R
...sers and R-developpers, > > I've not been able to find 3d graphics in R, like > Splus spin() or brush(). Are there any that I've missed > and/or is anybody working on implementing these > type of functions? ++++++++++++++++++++++ ] Zdenek Skala ] e-mail: ] Zdenek.Skala at incoma.cz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at s...
2002 Jan 15
1
Using R under Emacs
...quot;c:/emacs-20.7/lisp/emacs-lisp/ess-5.1.19/lisp) If you wish to run R, you can start it with: --------------> did not work in emacs M-x R Thank you for your help. I am sorry if it is trivial for I am rather beginner with the mentioned software. Marek Jiruse Incoma, Czech republic --- Odchoz? zpr?va neobsahuje viry. Zkontrolov?no antivirov?m syst?mem AVG (http://www.grisoft.cz). Verze: 6.0.310 / Virov? b?ze: 171 - datum vyd?n?: 19.12.2001 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www...
1998 Dec 01
2
read.table
....txt data. I've tried to copy the file (prum.txt) to different directories of rw0630 but get uniformly the answer "object "prum.txt" not found". Which is the default directory for read.table() ?? Thanks! Z. Skala ++++++++++++++++++++++ Zdenek Skala e-mail: Zdenek.Skala at incoma.cz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at s...
2002 Oct 31
7
Symbols for male/female
Dear all, I would like to use the biological symbols for male and female as plotting symbols in a scatterplot (ideally filled and non-filled). R does not seem to have these symbols using pch= in plot() nor are they implemented via expression() or at least I did not find them. I found that the symbols are e.g. available in the wasysym and the marvosym package in LaTeX. I have coded two very rough
2002 Oct 31
7
Symbols for male/female
Dear all, I would like to use the biological symbols for male and female as plotting symbols in a scatterplot (ideally filled and non-filled). R does not seem to have these symbols using pch= in plot() nor are they implemented via expression() or at least I did not find them. I found that the symbols are e.g. available in the wasysym and the marvosym package in LaTeX. I have coded two very rough
2000 Feb 02
0
Factor Analysis?
Hello. I have been browsing the R- manual and not seen any direct implementation of Factor analysis. Is there anyone out there who has run Factor Analysis with R? Thanks Michael -- Michael Preminger Forsker / Research Scientist Avdeling for journalistikk, bibliotek- og informasjonsfag / Faculty of Journalism, Library and Information Science H?gskolen i Oslo / Oslo College