Displaying 5 results from an estimated 5 matches similar to: "compare tables"
2010 May 16
2
sample
Hi,
I am sampling two random columns from females and two random columns
from males to produce tetraploid offspring. For every female I am
sampling a random male.
In the end I want to write out a a matrix with all the offspring, but
that does not work. I get always only the offspring from the last
females. There must be a mistake in my script:
moms<-read.delim("females.txt",
2010 May 19
1
sample and rearrange
Dear Wu Gong and Peter Ehlers,
thank you very much for your help debugging my script.
Now I have a general following up question:
Is there a straightforward way to rearrange the following dataset so
that all first letters of each column will be combined in one column,
all the second letters in a second column, all the third ones in a
third column and so on, resulting in 7 columns,
i.e. for
2004 Sep 19
1
openh323 compile for Asterisk
HI,
I have the latest RC2 of Asterisk on a RH 9 non-modified-load box. I have
an Avaya IP phone that uses h323, so I am trying to compile h323 into
Asterisk. Now, I downloaded pwlib and openh323 tar files and I have
compiled this according to the instructions:
pwlib:
./configure
make opt
openh323:
./configure
make opt
cd asterisk/channels/h323
make
cd asterisk
make clean
make install
I am
2006 Jun 19
2
frechet distance
Hi, is there any package (or source code snippet) that will evaluate the
Frechet distance for curves represented as sets of points?
Searching around only threw up references to a Frechet distribution.
Thanks,
-------------------------------------------------------------------
Rajarshi Guha <rxg218 at psu.edu> <http://jijo.cjb.net>
GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9
2010 Jan 09
3
string functions
Hi!
Does anybody know a string function that would calculate how many
characters two strings share? I.e. ("Hello World","Hello Peter") would
be 7.
Thanks.
Laetitia