similar to: What is R?

Displaying 20 results from an estimated 10000 matches similar to: "What is R?"

2001 Feb 07
2
Literature needed
Howdy! Could somebody point me to some good introductory readings about data mining and descriptive data analysis? I'm a psychologist and a couple of times I realized that some things just don't appear in psychological literature, e.g. I've never seen a box plot anywhere in psych journals so I'm not familiar with them. The R help function is great when it comes to explaining
2004 Jul 06
1
R & DataMining
Dear R-user, I wish to know if someone is using R as concern Datamining or KDD (Knowledge Discovery in Database) and if already exists a R package specialized in this kind of analysis. I found this contributes on the R web site: [20] Diego Kuonen. Introduction au data mining avec R : vers la reconqu??te du `knowledge discovery in databases' par les statisticiens. Bulletin of the Swiss
2001 Mar 06
3
Bootstrapping on R
Does R have a bootstrap command like SPlus, or do we have to form our own code if we want to do bootstrapping in R? Jason Parcon Western Michigan University e-mail addresses: s0parcon at wmich.edu parcon at stat.wmich.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2000 Dec 16
1
R-1.2.0 installation problems...
Dear all, I have some problems installing R-1.2.0 under Red Hat Linux 6.0 using Kernel 2.2.46 on an i686. $ pwd /usr/R-1.2.0 $ ./configure --with-f2c --prefix=/usr/R-1.2.0 ... $ make $ make install ... $ bin/R nothing happens... $ ls -al bin/R -rwxr-xr-x 1 root root 0 Dec 16 09:50 bin/R shows me that the file is empty :-( I finally remarked
2001 Jan 09
2
R installation problems...
Dear all I already posted this problem to r-help in mid-decembre; see http://www.r-project.org/nocvs/mail/r-help/2000/3876.html But, up to now it did not manage to get R properly working. I reinstalled R-1.0.0, R-1.1.1 and R-1.2.0 from scratch, and always run into the same error message: ... [Previously saved workspace restored] now
2006 Jul 21
2
rpart unbalanced data
Hello all, I am currently working with rpart to classify vegetation types by spectral characteristics, and am comming up with poor classifications based on the fact that I have some vegetation types that have only 15 observations, while others have over 100. I have attempted to supply prior weights to the dataset, though this does not improve the classification greatly. Could anyone supply some
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.
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)) >
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
2000 Sep 07
6
Writing a tabel in LaTeX-format
I have a vague recollection of seeing a R-function that will output a table or matix in a format suitable for the tabular enviroment in LaTeX. But I cannot find it. Any hints? Bendix ---------------------- Bendix Carstensen Senior Statistician Steno Diabetes Centre Niels Steensens Vej 2 DK-2820 Gentofte Denmark tel: +45 44 43 87 38 mob: +45 28 25 87 38 fax: +45 44 43 73 13 bxc at novo.dk
2000 Apr 29
4
S-Plus 2000 <-> R 1.0.1
Good day: Let's say that I have a data frame in S-Plus 2000 (Win98 version). I want to use the same data frame with R on another computer. Questions: 1) Can R read S-Plus data frames? Can S-Plus 2000 read R data frames? 2) How can i move the data frame between the two systems? Do I need to use dump()? Thank you.
2000 Sep 07
2
read.table
When I read a table (the dimnames of the table are numbers), R reads the column names as: X plus the number (X1,X2,X3,...) and the rownames as the numbers (1,2,3,...) How can I suppress this action? The code and the output: ^^^^^^^^^^^^^^^^^^^^^^^^ > r2<-read.table("h:\\matrix",header=T,dec=",",na.strings="-99") > dimnames(r2) [[1]] [1] "500"
2000 Nov 16
0
European Meeting of Statisticians, Funchal, August 2001
Apologies for cross-postings. ====================================== First announcement and call for papers ====================================== The 23rd European Meeting of Statisticians will be held at Funchal, capital of the Portuguese island of Madeira, from 13-18 August 2001, under the auspices of the European Regional Committee of the Bernoulli Society. For more information see the
2000 Nov 07
1
coercion of LHS to a list
I'm using R to manipulate some data for testing nebulisers. I have a data frame as follows: Volt ABal 0.4208 A1 0.3982 AF 0.4353 B1 0.3954 BF 0.4355 C1 0.3975 CF 0.4345 I also have a calibration curve loaded Voltage NaF LogNaF 1 0.3588 20 1.30103 2 0.3990 100 2.00000 3 0.4391 500 2.69897 If I try to
2002 Jun 20
2
tabulate means & NA
Hi, i have some problems to get means, but the data have got NA's which should not be replaced or delete ! tapply(data,var,mean) # makes me problem,because when one value is NA mean is NA,too. Another attempt is this, because the summary does what i want , but is not subsetable to summary[4] if i use tapply,table and the the function below gives me again all means as NA ? xmean
2002 Sep 03
3
Getting all R packages
Rather than spend a tedious interactive session picking several (in fact most) of the library packages off the CRAN site one by one, it would be handy to be able to grab the lot in one go (they seem to add up to about 24MB, so it's not a huge download). Is there a way to do this? Thanks for the help. Ted. -------------------------------------------------------------------- E-Mail: (Ted
2002 Apr 28
2
Image processing? Manipulating image data in R?
Hi! I am looking for a R library by which i can load images (i found pixmap that allows it to do). But in addition i need methods to access the data, get them for example as an array or matrix to do with this data some processing. 1. Is there a method in the pixmap library to access the matrix in which the image data is stored. 2. Is there an alternative library running under MS Windows?
2002 Mar 20
4
spatial library
Hi everybody, I want to download the spatial library but I don't find it at the CRAN list package. Where can I find the package ? I have to download it to use the function correlogram. Thanks in advance, Paola. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2001 Jan 11
2
Bootstrapping
HI All, I am trying to analyse the results of a heap of samples, to determine how many samples are required to meet a defined confidence interval. I checked out the R manual for bootstrapping and re-sampling methods, but did not find anything. Are there any contributed procedures that deal with this? thanks, Matt Redding Soil Scientist Intensive Livestock Environmental Management-Research
2005 Jan 31
5
consultation
R people, I need to know if is possible to make data mining with R. If so, is there any manual or somewhere/one to consult about that. Thank you very much Adri?n