search for: sristatistician

Displaying 8 results from an estimated 8 matches for "sristatistician".

2001 Aug 27
5
Importing file from Excel
Hi, I have a basic import problem. I tried to import a comma delimited "boston.csv" from C drive and gave the following command at R prompt >read.csv(c:\boston.csv,sep=",",dec=".",fill=TRUE) Error: syntax error can any one help to debugg the code.I am using R version 1.3 for windows with regards srinivas __________________________________________________ Do
2001 Jul 20
1
commercial purpose
Hi, I want to know can R language and the system be used for commercial purposes. with regards srinivas __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2001 Oct 03
3
Exporting the output -windows
Hi R-users, I am a newbie to R. I worked on multivariate tools(mva package)for windows98 the output are all displayed in console.Is it possible to export the results in to HTML format and also to get report quality output in neat tabulated format. I tried for in the R imports and Exports manual but not satisfactory.There is detailed instruction importing from various formats
2001 Aug 17
1
problem executing tree package
Hi R-users, I am a new user to R language for statistical computing. I use a Windows 98 version. I downloaded tree add-on package to the R base system( I verified the local package submenu for the list of installed packages). But when I executed the following sample code given in the manual. I received an error "Couldn't find function tree" > data(iris) > ir.tr<-
2001 Aug 23
1
commercial usage
Hi I am new user of R. I came to know it is a GNU General public License software like Linux. Does any one know of literature evidence of 'R'( not S-plus) usage for Commercial purposes or R being used by any Government organisation. srinivas __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger
2001 Aug 28
0
optimizing R for large dataset
Hi R-users, I am interested in knowing the System Requirement (including RAM,ideal processor,Hard Disk and OS) for optimizing R system for processing data set of '1 GB ' Also how to implement such a configuration for R. srinivas __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger
2001 Sep 17
1
tree model large dataset -error
Hi R-users, I was trying to do CART using the tree package for a dataset with 6 groups and 1000 predictor variables, number of observations 5000. The following error message is generated Error:cannot allocate vector of size 3910 kb In addition: warning message: Reached total allocation of 125Mb: I am using R 1.3 for Windows 98 in a pII with 128 MBRAM If RAM should be increased what is
2001 Nov 06
2
Canonical Correspondence analysis-CoCoAn package
Hi R-users, I am new to R environment.I want to carry out a correspondence analysis on a contigency table with 64 columns and 298 observation of Environmental data.In many cells of the contigency table the frequency is just the value '1'. I got the following error. > CAIV(Eplankton) Error in if (L[i, j] < 0) return("Table L must contain non-negative numbers") :