similar to: How to delete the replicate rows by summing up the numeric columns

Displaying 20 results from an estimated 20000 matches similar to: "How to delete the replicate rows by summing up the numeric columns"

2010 Jun 29
2
How to delete rows based on replicate values in one column with some extra calcuation
Hi, folks, Please let me address the problem by the following codes: first=c('u','b','e','k','j','c','u','f','c','e') second=c('usa','Brazil','England','Korea','Japan','China','usa','France','China','England') third=1:10
2013 Apr 26
1
Error Installing packages
I am trying to install the package boss but i am getting error below: Please advice install.packages("boss") --- Please select a CRAN mirror for use in this session --- CRAN mirror 1: 0-Cloud 2: Argentina (La Plata) 3: Argentina (Mendoza) 4: Australia (Canberra) 5: Australia (Melbourne) 6: Austria 7: Belgium 8:
2009 Dec 04
2
Installing RandomForest on SuSe Linux - warnings
I installed RF on Linux OpenSuSe 11.1 and while it did install and did run a model I had created on Windows correctly, it gave me a lot of "uninitialized" warnings. I don't know if these are significant and so am a little concerned even though my model ran. Any thoughts? Thanks R version 2.10.0 (2009-10-26) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN
2007 Jun 19
1
Histograms with strings, grouped by repeat count (w/ data)
Hello R gurus, I just spent my first weekend wrestling with R, but so far have come up empty handed. I have a dataset that represents file downloads; it has 4 dimensions: date, filename, email, and country. (sample data below) My first goal is to get an idea of the frequency of repeated downloads. Let me explain that. Some people tend to download multiple times, e.g. if the download fails
2007 Oct 31
2
R GUI for Linux
I have downloaded and tried to install JGR - Java GUI for R - Version 1.5. I followed all the instructions (at least in my best resolution) and installed Java latest version. R installation complete fine. Has anyone succeded in installing JGR on SuSE 10.3 ? In the following I hade detailed the failed installation, As root /i did the following: linux-Mimin:/usr/local/bin # ./R R version 2.6.0
2005 Aug 23
2
FW: Register Today for Fall 2005 VON: "The Destination for IP Communications"
Anyone able to get me a comp/highly discounted ticket to this? $150 just to visit the exhibition halls sounds crazy? Dean > -----Original Message----- > From: Jeff Pulver [mailto:jeff@pulver.com] > Sent: Tuesday, 23 August 2005 11:47 AM > To: mailinglist1 > Subject: Register Today for Fall 2005 VON: "The Destination for IP > Communications" > > Hi There, >
2009 Feb 05
2
UNIX Installation of package "systemfit" fails
Dear list I am trying to install the systemfit package under unix, install.packages(systemfit) the installation failed. I am attaching the error and version information below, (if dependencies=TRUE, much more error) any help appreciated best, yong ===================================================================== > install.packages("systemfit") Warning in
2010 Jun 22
3
OT: Recommendation for a good Internationalized terminal software
Hi all, We've got server-based application that runs on CentOS. Until now, most of our customer's end-users have accessed the application using either PuTTY or Teraterm. I was asked yesterday to try and find internationalized add ons or alternatives for our new Asian customers (Japan, Korea and China atm). I figured if anyone would be able to recommend terminal emulation
2009 Nov 01
4
convert list to Dataframe
Hi. I have a huge list called twitter: > dim(twitter) NULL > str(twitter) List of 1 $ :Classes 'PlainTextDocument', 'TextDocument', 'character' atomic [1:35575] 11999;10:47:14;20;10;2009;ObamaLouverture;Trails Mixed Lessons For Governance From Campaigner-in-chief: President obama jumps campaign 09 tuesday..
2010 Jun 25
2
Delete rows in the data frame by limiting values in two columns
Hi, folks, Finally Friday~~ Here comes the question: x=c('germany','poor italy','usa','england','poor italy','japan') y=c('Spain','germany','usa','brazil','england','chile') s=1:6 z=3:8 test=data.frame(x,y,s,z) #Now I only concern the countries ('germany','england','brazil').
2008 Dec 13
6
Country numbering plan resources
Is there any good free / accurate online resources with detailed country numbering plans? Failing that let's get something running ourselves. I was also thinking maybe people present could contribute some information on this list for now. The countries I am after are below. To start this off I will provide the information for Australia +61 and New Zealand +64. NZ Cellular: area code 21
2006 Oct 22
2
Key colour problem with lattice plot
Hi, I seem to have a key colour problem with a lattice barchart. The colours on my key rectangle don't match the colours on the barchart. Here is my data frame: "LandFill" "Ruminants" "United States (USA)" 7777.21428 5528.16 "France" 200.527083 1299.87 "Australia" 185.878368 2448.17 "Russian Federation" 1752.8334 2024.29
2009 Mar 18
1
lm function (PR#13608)
Full_Name: Michael Aaron Karsh Version: 2.8.0 OS: Windows XP Submission from: (NULL) (75.61.109.172) I tried using the lm function to regress the third column listed below on the second column listed below. It gave me an error message. My code is below. > HDISWLSdata=read.table("RHDISWLS.txt") > HDISWLSdata V1 V2 V3 1 DENMARK
2006 Jul 20
1
[RTLWS8-CFP] Eighth Real-Time Linux Workshop 2nd CFP
We apologize for multiple receipts. -------------------------------------------------------------------------------- Eighth Real-Time Linux Workshop October 12-15, 2006 Lanzhou University - SISE Tianshui South Road 222 Lanzhou, Gansu 730000
2009 Oct 05
5
Networking Concept
Hello, I would like to know how Asterisk deal in this case: Assume I have a Main Asterisk Server located in UK, and another box that have PSTN interfaces located in China, now the purpose is to FW calls through PSTN. Assuming I have a client who is calling from Japan to my main switch in UK and he is calling China, (japan have latency around 500ms to UK and 100ms to China), how asterisk
2012 Jan 08
2
cannot find package in Packages>>Install Packages
Hi. I am trying to install a package called DMwR http://cran.r-project.org/web/packages/DMwR/index.html located here: http://cran.r-project.org/bin/windows/contrib/r-release/DMwR_0.2.1.zip on windows 7. I am using R 2.10.1. I also tried typing something like this but it did not work well. install.packages(c(" http://cran.r-project.org/bin/windows/contrib/r-release/DMwR_0.2.1.zip
2010 May 21
1
question about scripts sieves
hello list hello dovecot network hello all the reader here is a sieve script this ######################################## require ["fileinto","regex","comparator-i;ascii-numeric","reject","relational"]; # rule:[spammanage] if header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-score"] ["500"] {
2013 Apr 25
1
Error installing boss package
I am trying to install the package boss but i am getting error below: Please advice install.packages("boss") --- Please select a CRAN mirror for use in this session --- CRAN mirror 1: 0-Cloud 2: Argentina (La Plata) 3: Argentina (Mendoza) 4: Australia (Canberra) 5: Australia (Melbourne) 6: Austria 7: Belgium 8:
2006 Jun 08
1
expand only one of variable
Dear all, I want to expand only one of variable in data frame and the others variable will be following with the expand variable. Here my toy example: toy.df <- data.frame(size=c(3,1,2,0,3,5,1,0), group=LETTERS[1:8], country=c("Germany","England","Argentina","Mexico","Italy","Brazil","France","Spain"),
2005 Dec 16
2
strange connection NG
Dear all, I have a devocot server based on fedora core 3 in Japan. When my users are in Japan, there is no any problem reported.Devocot works very well. But when my users are in China, sometimes the following problem occured. Sometimes the user can not download mails, after that all connections attempt to server(e.g http/ssh) failed. the user has to close OutLook, and wait for about 10