similar to: Importing file from Excel

Displaying 20 results from an estimated 10000 matches similar to: "Importing file from Excel"

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 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
2009 Jan 22
4
text vector clustering
Hi, I am a new user of R using R 2.8.1 in windows 2003. I have a csv file with single column which contain the 30,000 students names. There were typo errors while entering this student names. The actual list of names is < 1000. However we dont have that list for keyword search. I am interested in grouping/cluster these names as those which are similar letter to letter. Are there any
2009 Feb 04
1
odfweave sample code error
Hi R-team, I am new user of R 2.8.1 in windows 2003 environment. I use Tinn-R as code editor. When running the sample codes from odf manual the following error occured. I have winzip installed in my system. I used openoffice writer under windows to create the example1.odt file. can anybody help me out to fix the bug. the code executed is as follows: library(odfWeave) > inFile <-
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 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 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
2003 Oct 01
2
Hep for creating a package
Hi, I created a package for OpenSSH 3.7.1p2 in UNIX (OS: Sun Solaris), the newly created package includes binaries,man pages, libraries and Configuration files. I am planning to install this package in all of my Sun server's (Approximately 200 Server's). We have SSH/OpenSSH older version are already installed and running in all of the sun boxes. I want to install the
2003 Sep 26
2
OpenSSH 3.7.1p1
Hi, RE: OPenSSH Problems I created a package for OpenSSH 3.7.1p1 (by using openssl-0.9.7b and zlib-1.1.4). We are trying to deploy the created package in all of our servers, which is already installed different versions of OpenSSH and SSH. I was successful for few servers. In one of our server after doing pkgadd and when i am trying to generate keys i am getting the following errors.
2003 Feb 12
1
Confussion in mirroring
Hi all I want some information regarding mirroring. When mirroring from a rsync enabled site what internally happend?. mirroring is simillar to backup?. I want to know what is the difference between mirroring the batabase and backup the databse. plz help me regarding that. Thanx in advance. Regards Srinivasa Rao NatureSoft Pvt. Ltd. 11-20, 2nd Lane, Appu street, Mylapore,
2006 Jul 04
4
IMPORTING FILE FROM EXCEL
Hi I am a beginner with R. I have been trying to import a tab delimited excel file but i get the following error message > file.show('C:\Documents and Settings\stats\Desktop\SUMI\plasma2.txt') Warning message: file.show(): file 'C:Documents and SettingsstatsDesktopSUMIplasma2.txt' does not exist I have understood the programming part but i cannot go ahead unless i have
2004 Nov 30
1
Reading a tab delimitted text
Dear group, I have a tab delimitted text file with 21 column and 1988 rows. When I read the file: D1 <- read.table(file="gist_data1.txt",sep="\t",header=T) > dim(D1) [1] 1811 20 It reads only 1811 rows from that file. I saved this file as CSV file and I read it again using: > D1 <- read.csv(file="gist_data1.txt",sep=",",header=T) >
2007 Apr 18
10
importing excel-file
Dear R-experts, It is a quite stupid question but please help me. I am very confuced. I am able to import normal txt ant mat-files to R but unable to import .xls-file I do not understand the online help. Can please anyone send me the corresponding command lines? The .xls-file is attached. In my file we use commas for the decimal format (example: 0,712), changes might be needed. Thanks, Corinna
2010 Oct 14
2
Drop matching lines from readLines
Dear R-group, I have some noise in my text file (coding issues!) ... I imported a 200 MB text file using readlines Used grep to find the lines with the error? What is the easiest way to drop those lines? I plan to write back the "cleaned" data set to my base file. Thanks.
2017 Sep 04
7
Reaching definitions on Machine IR post register allocation
Hi, Just to clarify I am looking for a whole machine function analysis not just something restricted to within a machine basic block. Thanks. Regards, Venu. From: Raghavan, Venugopal Sent: Saturday, September 02, 2017 12:56 PM To: llvm-dev at lists.llvm.org Subject: Reaching definitions on Machine IR post register allocation Hi, Given a definition of a register by a machine instruction in
2017 Jul 31
1
LLVM's loop strength reduction module
Hi, Sorry I took a long time to reply as it took me some time to get some understanding of the code even to ask some specific questions (I have a test case in which LSR does not kick in and wanted to understand the code to figure out why it was not kicking in). Here are some specific questions I have: 1) It appears that LSR works only for the inner-most loop. Is this correct? Can you tell
2017 Jul 06
3
LLVM's loop strength reduction module
Hi Raghavan, I concur no specific docs. What do you want to know specifically? Cheers, -Quentin > On Jul 5, 2017, at 11:16 PM, Madhur Amilkanthwar via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > AFAIK, no official doc. > You can probably get better help if you ask specific questions (which part of the code you don't understand). > > On Thu, Jul 6, 2017 at 9:53
2008 Mar 20
2
Importing an Excel spreadsheet
Hello I am trying to import an *.xls spreadsheet into R. I am doing this as follows: > read.table(file("A5_DL.xls")) But obtain the error: Error in type.convert(data[[i]], as.is = as.is[i], dec = dec, na.strings = character(0)) : invalid multibyte string at '?????' So I copied it all over to a text document and tried to import that, thus: >
2003 Feb 09
4
Re[2]: Help with Shorewall configuration using a static IP
Hello Tom, Monday, February 10, 2003, 2:35:45 AM, you wrote: TE> In the future, PLEASE POST PROBLEM REPORTS TO THE MAILING TE> LIST!!!!!!!!!!!!!!!!!!!!!!!!!!! TE> --On Monday, February 10, 2003 1:51 AM +0530 Srinivasa R Kotu TE> <kotu@ocimumbio.com> wrote: >> masq file >> >># interface subnet address >> eth1:0.0.0.0/0 192.168.1.0
2004 Sep 10
5
1.0 source candidate
I rethought it and it seemed like a bad idea to post a big file, so you can get it here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/flac/junk/flac-1.0-src-candidate.tar.bz2 Josh __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/