Displaying 20 results from an estimated 800 matches similar to: "Combining some duplicated rows & summing one of their column"
2012 Mar 14
3
Export a plot/figure to excel or word?
Hi all,
I have created forest plots using the package "meta" that I submitted as pdf for publication. I just received an email from the editor asking me if I could send these files in an Excel or MS Word format such that they can treat them as tables with box plots.
I am not sure if I can do this... Is this possible? I've tried the capture.output command, but I get a blank MS Word
2011 Nov 06
1
Deleting rows dataframe in R conditional to “if any of (a specific variable) is equal to”
Dear list,
I have been struggling for some time now with this code... I have this vector of unique ID "EID" of length 821 extracted from one of my dataframe (skate). It looks like this:
> head(skate$EID)
[1] "896-19" "895-8" "899-1" "899-5" "899-8" "895-7"
I would like to remove the complete rows in another dataframe
2011 Nov 01
2
Removal/selecting specific rows in a dataframe conditional on 2 columns
Dear list,
After reading different mails, blogs, and tried a few different codes without any success, I am asking your help!
I have the following data frame where each row represent a survey unit with the following variables:
> names(RV09)
[1] "record.t" "trip" "set" "month" "stratum" "NAFO"
[7]
2011 Dec 04
1
Polishing my geom_bar for publication
Dear list,
I am new with ggplot2 and I have spend quiet some time putting together the following code to create the attached plot. However there's still a few things that I'm having trouble with!
I would be grateful if someone can tell me how to fix (1) the colour of my bars into grey scales (2) removing the y-axis (species name) on the right figure to avoid duplication, and (3) fix the
2012 Mar 09
2
Create a list object in a loop
Dear all,
I'm trying to create a list of point patterns ppp.object {spatstat} in a loop.
My dataset looks like this:
> names(OT1);head(OT1);dim(OT1)
[1] "EID" "latitude" "longitude" "month" "year" "CPUE" "TSUM"
[8] "fTSUM"
EID latitude longitude
2012 Mar 26
1
Error in par(pin = p) : invalid value
Dear list,
I am getting an error message with "pin" and I am not quiet sure how to fix it.
library(maps)
op<-par(mar=c(1,1,1,1))
map(xlim=c(-40,-45),ylim=c(60,65), boundary=T, fill=T, col='gray95')
>Error in par(pin = p) :
invalid value specified for graphical parameter "pin"
par("pin")
> par("pin")
[1] 8.188889 8.188889
I saved an
2006 Jan 10
1
Eid Mubarak
Dear All,
For those who celebrate Eid.
I would like to wish you a very Happy Eid Mubarak.
For those who do not know what it is, Its a Prayer in memory of Ishmael son of
Abraham, when he attempted to sacrifice his beloved son on request by god.
Muslim's celebrate it with a sacrifice of a goat every year.
I belive Christians & Jew's belive in the same.
Peace and Harmony to all.
2006 Feb 23
4
form_remote_tag params not passed .. PLEASE help!
This problem is driving me nuts
Here is my code for the view:
<div class="signW">
<div class="sign">
coming soon! <br/>
<div class="stxt">
Email address:
</div>
<div id="result">
</div>
<%= form_remote_tag(:update => ''result'',
:url => { :controller =>
2003 Sep 10
2
coef names in lm
Dear all,
I am interested in finding out how to change the names of coefficients in
the lm function. I have a design matrix which I called "design" where each
variate has its own name. However when I issue the command:
lm.1<-lm(response~design-1, weights=some.weights)
and follow it with:
summary(lm.1)
it seems to paste as a character the names of the variates
with design i.e I
2004 Sep 23
2
gsub
Hi
A while back I used gsub to do the following
temp<-"000US00231"
gsub("something here", "", temp)
"00231"
I think it involved the `meta characters' somehow.
I do not know how to do this anymore. I know strsplit will also work but I
remember gsub was much faster. In essence the question is how to delete
all characters before a particular
2015 Jan 15
4
[LLVMdev] Registration for Euro LLVM 2015 now open
We are happy to announce that Euro LLVM 2015 is now open
for registration.
https://www.eventbrite.com/edit?eid=15350278095
Details at:
http://llvm.org/devmtg/2015-04/
We would reccomend registering early as places are limited.
Andy Thomason,
Goldsmiths.
---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
2009 Feb 05
2
R command system under Windows
Hi,
I am trying to use the R command "system" under windows (XP). If I try the simple command system("mkdir toto") to create a directory toto, it tells me that it cannot find the command mkdir...
Does anybody knows how it works ? Is it a path problem ? Maybe the answer is simple: I am a R user under Unix/Linux and I don't know well R under windows.
Thanks !
Aurelie
2006 May 24
1
DUNDi in 1.2.7.1
Hi
few weeks ago I read about redundancy (HA) of asterisk boxes using
DNS, DUNDi, so I decided to give it a try.
OS FreeBSD 6.1-RELEASE, asterisk 1.2.7.1
on one peer I get:
lk110*CLI> dundi show peers
EID Host Model AvgTime Status
00:11:43:3d:69:e6 195.28.109.37 (S) Symmetric Unavail OK (1 ms)
1 dundi peers [1 online, 0 offline, 0
2009 Feb 05
2
R system command on windows
Hi,
I am trying to use the R command "system" under windows (XP). If I try the simple command system("mkdir toto") to create a directory toto, it tells me that it cannot find the command mkdir...
Does anybody knows how it works ? Is it a path problem ? Maybe the answer is simple: I am a R user under Unix/Linux and I don't know well R under windows.
Thanks !
Aurelie
2015 Dec 14
3
libreoffice 4.4 or 5 in CentOS 6
Op 14-dec.-2015 22:02 schreef Frank Cox <theatre at melvilletheatre.com>:
>
> On Mon, 14 Dec 2015 21:43:54 +0100
> Patrick Bervoets wrote:
>
> > I need the ability to make signed PDFs in LibreOffice, so I tried LO 5 and LO
> > 4.4 rpms from LO.org but they are useless (menu and toolbar are black).
> > Anyone been able to use a higher version of LO?
>
2007 Dec 22
3
collection_select validation problem
I''m trying to assign a parent foreign key value using
collection_select from my child "new" form. The problem I''m having is
if I do not make a selection, I get the following error instead of the
Rails validates_presence_of error:
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occurred while evaluating
2015 Apr 21
2
[BUG] imap-login segfault when running nmap -sV
Hi,
I've noticed that nmap crashes my imap-login (also pop3-login) and
narrowed it down to `nmap -sV -p 993 $host`. I've noticed that if I
remove "ssl_protocols = !SSLv2 !SSLv3" from my config or enable SSLv3
rather than disabling it the segfault disappears.
I'm running on Arch Linux with dovecot 2.2.16-1 and openssl 1.0.2.a-1.
I've also attached a network capture, but
2003 Jun 02
1
data.frame building
Hi all,
I have two seperate questions that both deal with the way R handels data
sets:
First, I am trying to read a data set of 80M into R. I am using
read.table(). The file is a tab file and I have tested the function for a
small amount of lines. It seems to work fine (i.e. correct amount of columns
and rows). However, when I try to read the full data set, R outputs a memory
limit error and
2006 Feb 08
1
Mixture normal distribution
Dear R helper,
I hope that u can help me to sort out my problem
because I sent an E-mail last night to R-list but I
have not receive any help and at the same time I think
this problem is not so hard.
I have used the following functions before
> K<-10
> prime<-c(2,3,5,7,11,13,17)
> UN<-seq(1:K)%*%t(sqrt(prime))
> U1<-UN-as.integer(UN)
> U<-matrix(qnorm(U1),K,7)
2003 Jul 08
1
readline and R
Dear R users,
I am trying to install R 1.7.1 on a sparc-sun-solaris2.8 system. although
gnu readline is installed and works fine on the parent directory, R is not
recognizing it.
I get the following in the config.log file.
configure:11627: checking for rl_callback_read_char in -lreadline
configure:11658: gcc -o conftest -g -O2 -L/usr/local/lib
conftest.c -lreadline -ldl -ltermcap -lm