similar to: merge on non-identical names

Displaying 20 results from an estimated 1000 matches similar to: "merge on non-identical names"

2009 Oct 04
2
Row to Column help
Dear R Community, I am attempting to transpose a dataset from rows to columns but am stuck. I have tried using reshape() with little luck, possibly due to the categorical nature of the data. For example: id<-c(1,2,2,3,3,3) author<-c("j","k","k","l","l","l")
2002 Dec 10
1
Non-installation of Samba
Hi, I am attempting install of samba 2.2.7 on a Sequent (IBM) Dynix 4.4.6 platform. I downloaded the samba-latest.tar from the samba website: samba.mirror.ac.uk/samba/download.html Having unzipped and untarred the file, I then started as per the "how to", very first part. I ran "./configure" which generated a number of messages before failing as follows: ... ... ...
2009 Nov 18
2
Open Video Alliance Contest
We want Ogg! :) Details... *Want to win a trip to South By Southwest 2010? Or maybe a Flip Mino video camera? Read on...* *Open Video in 60 Seconds* <http://contest.openvideoalliance.org/> The Open Video Alliance is holding a video contest<http://contest.openvideoalliance.org/>. To enter, just make a video spot explaining open video in 60 seconds or less. Then upload it anywhere and
2009 Sep 10
2
Asterisk With Broadvoice
Hi, I am using Asterisk 1.4.25. I have one Broadvoice account. I Integrated this broadvoice account with Asterisk Server. I am Able to Make calls but cannot recieve calls. In Incoming calls, call lands to SIP extension, as I attend the call....It gets hungup......... If i dont transfer this call to extension or I play any file then it works OK. But as I transfer it to SIP Extension it get
2010 Sep 20
3
RHEL 5
Hi Samba, My name is Travis Kuter and I'm with HP's Solution Alliance org. I've got a client asking if Samba Internet Services 3.5 is supported under REHL 5. Would you mind helping with some clarification? Many thanks and Best Regards, Travis Travis Kuter WW ISV Business Development ESS Solution Alliances Hewlett-Packard Company Travis.Kuter at hp.com +404-664-2596
2007 Aug 24
1
Error in loading libunicall.so module while running asterisk command
On 8/23/07, sanchal.singh at alliance-infotech.com Hi, I am using debian 4.0 with version 2.6.18-4-686 I have downloaded the required files form site asterisk-1.2.24.tar.gz libmfcr2-0.0.3-1.4.tar.bz2 libsupertone-0.0.2.tar.gz libunicall-0.0.3-1.4.tar.bz2
2010 Feb 25
2
reducing data.frame
Hi All, Is there an easy way to reduce a data.frame to 1 'id' per row while keeping information from the other rows of that same variable, if applicable? e.g.: # data multi[1:15,] id r n wi wi.tau z k alliance a.rater eml treatment outcome o.rater german 1 100 0.2800000 44 41 21.72514 0.2876821 210 <NA> <NA> <NA> <NA>
2007 Oct 21
6
exporting text output to pdf
Hello, I am new to R and I am trying to figure out how to print text output from an operation like table() to a pdf file. Is there a simple command to do this, or do you need to work with connections at a rudimentary level? Thanks you, Jesse [[alternative HTML version deleted]]
2011 Sep 15
9
Help with Supreme Commander Forged Alliance
Dear wine users, when i try to run the game via Code: wine "C:\Programme\THQ\Gas Powered Games\Supreme Commander - Forged Alliance\bin\ForgedAlliance.exe" /novalidate /nomovie /nomusic (or just the path without novalidate etc.) I got this error: Code: fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION fixme:ntdll:NtQueryObject Unsupported information class 3
2013 Sep 15
1
Dovecot replies with default SSL certificate instead of the vhost's
Hello, I'm using dovecot v2.0.21. According to http://wiki2.dovecot.org/SSL/DovecotConfiguration,dovecot 2.x supports different SSL certificate for different virtual hosts by using "local_name" directive, but I can't get it to work. When testing the certificate using "openssl s_client -connect domain.com:pop3s" I get the default certificate instead of
2005 Jan 20
5
Stumped on LD questions......
OK.. I'm up to my eyes in LD BS! I can't for the life of me understand how any carrier, either VoIP or traditional service provider can make heads or tails of how to hand off an * based call to an LD provider. Every provider I talk to, says I have to have a traditional T1 put in to their respective networks. I don't want to do this. I want a LD provider that can take a IP, SIP, IAX
2003 Oct 29
2
constrained OLS on coefficient
Hi, I would like to know if anyone has any idea of how to run an OLS with constraints? I need to contraint a coefficient estimate in the model equal to 1, and I am not sure how to include it into the OLS estimation... I was hoping to find something like "cnsreg" in STATA.. thank you Soyoko ______________________________________ Ms. Soyoko Umeno Graduate Research Assitant for the
2003 Nov 06
2
Number of Days
Hi everyone, I have been trying to compute numbers of days between two dates as follows: > x <- c("1jan1960", "2jan1960", "31mar1960", "30jul1960") > z <- format(x, "%d%b%Y") > ex <- c("1jan1961", "15jan1960", "21mar1975", "10jul1981") > ez <- format(ex, "%d%b%Y") > ez-z
2013 Jul 29
1
Joystick axis mapping issue (wine/linux)
Good day to you wine users I've following problem, I've a cheap joystick which is recognized as DragonRise Inc. - however many of them are I guess. It's some china stuff which is each time labeled different but almost always the same device (or so I've heard). Everything works great except the joystick is recognized as being 7 axis one - I really dont know why it does this. It
2010 Mar 22
2
using reorder in "dotplot"
Hi , Name rate HEALTHALLIANCE HOSPITALS, INC -1.06211747 MOUNT AUBURN HOSPITAL 0.50960291 STURDY MEMORIAL HOSPITAL 2.64233232 LAWRENCE GENERAL HOSPITAL 2.15628558 CAMBRIDGE HEALTH ALLIANCE 1.23623144 I would like use
2010 Nov 17
2
Bug in agrep computing edit distance?
I posted this yesterday to r-help and Ben Bolker suggested reposting it here... Dickison, Daniel <ddickison <at> carnegielearning.com> writes: > > The documentation for agrep says it uses the Levenshtein edit distance, > but it seems to get this wrong in certain cases when there is a > combination of deletions and substitutions. For example: > > >
2010 Nov 16
1
Bug in agrep computing edit distance?
The documentation for agrep says it uses the Levenshtein edit distance, but it seems to get this wrong in certain cases when there is a combination of deletions and substitutions. For example: > agrep("abcd", "abcxyz", max.distance=1) [1] 1 That should've been a no-match. The edit distance between those strings is 3 (1 substitution, 2 deletions), but agrep matches
2012 Jan 19
1
bug en funcion 'agrep'
Estimados R-users: Estoy intentando usar la función 'agrep' para hacer búsquedas en cadenas de texto. El parámetro max.distance permite controlar la medida de aproximación de búsqueda de la función de Levenshtein. No obstante, cuando hago búsquedas específicas no obtengo siempre el resultado deseado y no se si es un bug o que no entiendo bien el algoritmo de búsqueda. Por
2004 Feb 11
6
AGREP
Hi all, I have two questions 1 - I have the version 1.4.1 of R, and it doesn't have the 'agrep' function in the base library. Is there a way to make this funcion avaliable in R 1.4.1? I mean, how to 'copy' it from R 1.8.1 and 'paste' it in R 1.4.1? 2 - The AGREP function doesn't give me the Levenshtein distance (edit distance). Is there a function in R that does
2014 Jul 10
1
reserving a package name
Dear All, While wanting to create a package using the name DDI (which stands for Data Documentation Initiative), I sent an email to the DDI Alliance and ask if they would mind, knowing they are now in the process of copyrighting this brand. The answer I got was negative (due to possible infringements on copyright issues), but they thanked me for raising this matter and now asking if a package