search for: convergys

Displaying 20 results from an estimated 89 matches for "convergys".

Did you mean: converges
2014 Aug 28
3
PXE booting WinPE with UEFI architecture
...trieve first package" issue as reported by others. Really, any advice for UEFI booting into a winpe environment off of pxelinux 6.03 would be beneficial. Jason Jones Sr. Associate, Network Services | End User Computing 3947 N Oak St Ext | Valdosta, GA 31605 O +15137844955 E jason.s.jones at convergys.com [cid:image001.png at 01CF394E.5BADE8B0] [cid:image002.png at 01CF394E.5BADE8B0]<https://www.facebook.com/pages/Convergys/179559970785>[cid:image003.png at 01CF394E.5BADE8B0]<http://www.linkedin.com/company/convergys>[cid:image004.png at 01CF394E.5BADE8B0]<https://twitter.com/conv...
2002 Feb 22
1
Summary: read.table on Mac OS X, CARBON vs. DARWIN
...latest available version for this system) the function read.table (which is called from read.delim etc., too) has the bug you explained. Inserting the row nlines <- nlines+1 after lines <- c(lines, line) removes this bug. M. On Friday, February 22, 2002, at 02:33 PM, james.holtman at convergys.com wrote: > > If you can not the the latest 1.4.1, here is a patch (adds one line to > read.table) that will fix it on your current system. > >> The 'read.table' function appears to be up to 10X slower in R 1.4.0 >> than > R >> 1.3.1 for some of the data...
2003 Jun 19
1
Problem reading a PDF output
...gw32 system i386, mingw32 status major 1 minor 7.1 year 2003 month 06 day 16 language R __________________________________________________________ James Holtman "What is the problem you are trying to solve?" Executive Consultant -- Office of Technology, Convergys james.holtman at convergys.com (513) 723-2929 -- "NOTICE: The information contained in this electronic mail tran... {{dropped}}
2005 May 25
3
Rounding fractional numbers to nearest fraction
Hi all, I've got a matrix of fractional data that is all positive and greater than zero that I would like to "loosely" classify, for lack of a better word. It looks something like this : 1.07 1.11 1.27 1.59 0.97 0.76 2.23 0.98 0.71 0.88 1.19 1.02 What I'm looking for is a way to round these numbers to the nearest 0.25, i.e. the above matrix would be
2004 Sep 24
3
Error with repeat lines() in function
I have a function that does some plotting. I then add lines to the plot. If executed one line at a time, there is not a problem. If I execute the function, though, I get: Error in ans[[1]] : subscript out of bounds This always occurs after the second lines command, and doesn't happen with all of my data points (some do not have errors). Any ideas? Thanks, Sean
2004 Oct 07
3
Read.Table Reading a Text file
Dear R users and Helpers I am beginner with using R and interested in carrying out certain task for my statistical research. I am reading data for a text file, which could contain data in following pattern x y 8 10 11 14 16 16 18 15 6 20 4 4 20 18 As per the example I have two columns and 7 rows of data in each. However is real life data situation I may not know how many columns are present
2005 Jan 21
6
Avoiding a Loop?
Dear R-Helpers, I have a matrix where the first column is known. The second column is the result of multiplying this first column with a constant "const". The third column is the result of multiplying the second column with "const"..... So far, I did it like this (as a simplified example): nr.of.columns <- 4 myconstant <- 27.5 mymatrix <- matrix(numeric(0), nrow=5,
2004 Oct 08
1
reading partial file content
...call print.default() directly, just call > print(). > > --Matt > -----Original Message----- > From: r-help-bounces at stat.math.ethz.ch > [mailto:r-help-bounces at stat.math.ethz.ch]On Behalf Of Kunal Shetty > Sent: Thursday, October 07, 2004 18:44 PM > To: james.holtman at convergys.com > Cc: R-help > Subject: Re: [R] Read.Table Reading a Text file > > > > James > Thank you for response. I am working on treatment for missing > data for both bivariate and multivariate normal data. Coming back to > example. My problem was that once we do...
2005 May 26
0
R: weighted.mean and tapply (again)
...OUP)) splitted.freq<-with(x.1, split(FREQUENCY, GROUP)) mapply(weighted.mean, splitted.value, w=splitted.freq) Stefano >-----Messaggio originale----- >Da: r-help-bounces at stat.math.ethz.ch >[mailto:r-help-bounces at stat.math.ethz.ch]Per conto di >james.holtman at convergys.com >Inviato: mercoled?? 25 maggio 2005 17.57 >A: Dan Bolser >Cc: R mailing list; r-help-bounces at stat.math.ethz.ch >Oggetto: Re: [R] weighted.mean and tapply (again) > > > > > > >> x.1 <- read.table('clipboard',heade...
2002 Mar 28
1
extracting non-NA columns from a data frame
...{ + newtbl<-if (is.null(newtbl))data.frame(tbl[i]) else data.frame(newtbl,tbl[i])}} > however, from looking at the examples in the reference manual, I believe that the same effect could be achieved using a more concise, APL-like, syntax. offers? thanks, Eric -- Eric Barber <eric.barber at convergys.com> +44 1223 48 8132 Geneva Product Unit, Convergys, Block 3, Westbrook Centre, Milton Road, Cambridge CB4 1YS, England NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named individual or entity to which it is dire...
2001 Aug 03
1
large address spaces in R
...ddresses spaces are handled under WIN/2000. I can get a server with 2G of memory and am interested in experiences of running with data that will utilize this space and if Windows will handle it. Thanks Jim -- NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notif...
2004 Oct 29
1
Error in PDF output in R 2.0.0
...time | factor(cpu), memIn, panel = function(x, y) panel.xyplot(x, y, type = "l"))) > __________________________________________________________ James Holtman "What is the problem you are trying to solve?" Executive Technical Consultant -- Office of Technology, Convergys james.holtman at convergys.com +1 (513) 723-2929 -- "NOTICE: The information contained in this electronic mail ...{{dropped}}
2005 Feb 15
0
Re: [Rd] corrupt data frame: columns will be truncated or padded with NAs in: format.data.frame(x, digits = digits)
...1=1:4, f1=factor(c("A", "B", "C", "D"))) tmp$y2 <- NA tmp[1:2, "y2"] <- 2 Does the job. I see that I should add a full column. In my case adding full column of NAs and then adding values, solves my problems. Thanks to all. james.holtman at convergys.com wrote: > > > > By definition, a data.frame has to have all columns of the same length > (think of it as a matrix). You can not add partial data to a column. What > is it you are trying to do? Should you consider the use of a 'list' if you > want each 'colu...
2004 Jan 16
2
reference to objects
Hi, is there a way to reference to a data object without copying it? For example I have a huge matrix called dist and I want two objects obj1 and obj2 to have a memeber dist that points to the matrix, but I don't want, for memory reasons, to copy the matrix twice. As far as I understand the following code will generate three copies of my data: dist <- some_code_that_generates_data
2003 Sep 17
5
using matrix data for function
Hi All, I have a function, f(x,y) I have a matrix of data, m, with the 1st column is x and the 2nd column is y What's the best way to get f(x,y) for each row of the matrix? I tried result<-f(m[,1],m[,2]) but it doesn't work. Thanks! Bing --------------------------------- 1060 Commerce Park Oak Ridge National Laboratory P.O. Box 2008, MS 6480 Oak Ridge, TN 37831-6480 Phone:
2001 Aug 27
1
Error meesage from RGUI
...ced memory 0x00000010. The memory could not be "read" I could see the graphs being drawn correctly. I also tried to select "Previous" from the popdown menu and the same thing happened. -- NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notif...
2002 Feb 04
2
maximal dataset size
Hi, there, I am using PC window version R and dealing with big dataset usually. May anyone let me whether the maximal dataset size in R is limited by computer memory or hard drive capacity? Thanks in advance. Yiling Cheng, M.D., Ph.D. Project Manager The Cooper Institute for Aerobics Research 12330 Preston Road, Dallas, Texas 75230 phone: (972) 3413248; Fax: (972) 3413224
2002 May 08
1
Difference in 'read.table' between R.1.4.1 and R1.5.0
...{ if (known[i]) next data[[i]] <- if (!is.na(colClasses[i])) as(data[[i]], colClasses[i]) else type.convert(data[[i]], as.is = as.is[i], dec = dec) } -- NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notif...
2002 Jun 21
1
textConnection appears to be slow
...quot; system "i386, mingw32" status "" major "1" minor "5.1" year "2002" month "06" day "17" language "R" -- NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notif...
2001 Dec 29
1
Slow 'read.table' in R 1.4.0 (PR#1232)
...class(tmp) <- "data.frame" return(tmp) } } if (all(nchar(lines) == 0)) stop("empty beginning of file") pushBack(c(lines, lines), file) -- NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notif...