Displaying 20 results from an estimated 23 matches for "primat".
Did you mean:
privat
2009 Jan 27
1
Creating list or numeric vectors out of selected columns of row oriented data
...;,'1/3/2005',3.28,'o',91
...
1,'1/1/2005','12/31/2008',4.38,'h',102
2,'2/13/2005','2/13/2005',3.02,'l',80
2,'2/13/2005','2/14/2005',3.08,'j',85
...
Any guidance is appreciated.
R. Mark Sharp, Ph.D.
Director of Primate Records Database
Southwest National Primate Center
Southwest Foundation for
Biomedical Research
P.O. Box 760549
San Antonio, TX 78245-0549
Telephone: (210)258-9476
e-mail: msharp@sfbr.org
[[alternative HTML version deleted]]
2005 May 05
0
[LLVMdev] Scheme + LLVM JIT
...d llvm
> optimizations on the code, or does it depend on it's client to do so
> himself? Are there some examples of that?
So as it stands, one should think of out JIT as something akin to the
early Java JITs: one function at a time and only one compile per
function. This is extremely primative by modern JIT standards, where a
JIT will do profiling, find hot functions and reoptimize them,
reoptimize functions when more information about the call tree is
available, have several levels of optimizations, etc.
There isn't, AFAIK, anything stopping a user of the JIT from doing much
of...
2011 Aug 04
0
phyres function in caper package
## I clicked the send-button too quickly, before changing the title of the message etc... Sorry.##
I am running following phylogenetic analyses with the caper package:
data=read.table(file="data.txt",header=T,sep="\t")
tree = read.nexus("Tree.nex")
primate = comparative.data(phy=tree, data=data,
names.col=Species, vcv=TRUE, na.omit=FALSE, warn.dropped=TRUE)
PGLM_brain=pgls(ln_brain~ln_body,data=primate, lambda="ML")
summary(PGLM_brain)
Now I would like the get the phylogenetic residuals of this model, which I should be a...
2003 Jun 10
1
c(...) and methods
...uot;list"))
new("collection", res, date = e1 at date)
})
but c() takes "..." as its arguments and I don't know how I might reference
that with a signature and appropriate arguments etc.
Has anybody an ideas? I presume it doesn't matter that c() is
.Primative("c")?
Regards,
John Marsland
**********************************************************************
This is a commercial communication from Commerzbank AG.\ \ This ... {{dropped}}
2004 Sep 28
6
VM Remote access options
...ormal network service via a port and a raw console, the options are
straight X, VNC, and XN.
X - supports a single X window running on a local XServer, tied to a single
process on the remote system. No remote desktop
VNC - comes in two flavors of server. The original at&t server supports a
primative window manager and no desktop to the remote system. A more
recent server is krfb found in the KDE tree. This is the basis for so
called ''desktop sharing'' features. krfb forks the io on running kde
environment to the remote VNC client and thus depends on a running login
sessi...
2005 May 05
3
[LLVMdev] Scheme + LLVM JIT
> So as it stands, one should think of out JIT as something akin to the
> early Java JITs: one function at a time and only one compile per
> function. This is extremely primative by modern JIT standards, where a
> JIT will do profiling, find hot functions and reoptimize them,
> reoptimize functions when more information about the call tree is
> available, have several levels of optimizations, etc.
While this is extremely primative by modern JIT standards, it is...
2007 Jan 31
4
possible spam alert
...| `->[R] how could I add
legends
43 27 Jan Ko-Kang Kevin Wang ( 31) | `->
44 N 26 Jan Remigijus Lapinskas ( 32) |->Re: [R] Plotting
coloured his
45 N 26 Jan Damon Wischik (125) `->
46 N 25 Jan Rex_Bryan at urscorp.com ( 10) [R] plotting primatives,
ellipse
47 N 25 Jan Uwe Ligges ( 19) `->
As Martin Maechler explained some time ago, it also screws up the
archives for a similar reason.
Your cooperation will be greatly appreciated.
best
--
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~...
2003 Dec 02
4
Configuring new system for a non-profit organization
Hi,
The PBX at the Colorado Organization for Victims' Assistance fried as a
result of the building power being cycled. I'm now in the process of
building an * system to replace the failed PBX. Minimum cost is the
priority.
I have a T100P card installed in the new system, and I am about to order
integrated T1 services from the "CBeyond" company. They will require
eight
2002 May 21
6
Point labels
Hello,
Is there an option I can easily set to put labels next to the points in a
simple plot?
The closest I got to it was to use the option pch, but this replaces the
point symbol with the character specified, and it is not what I want.
Thanks
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2005 May 05
4
[LLVMdev] Scheme + LLVM JIT
Hi List,
I am in the preliminary stages of adding a JIT compiler to a sizable
Scheme system (PLT Scheme). The original plan was to use GNU
Lightning, but 1) it seems to be dead, and 2) LLVM has already done a
huge amount of stuff that I would have had to write (poorly) from
scratch.
At the moment, LLVM seems to be the ideal choice for implementing the
Scheme JIT, but there are problems that need
2009 Mar 19
1
Question about the application template
Synopsis A short description
question:
A short description of what? myself or the job I am applying to?
I thinks it's the latter, so I send this email for confirm.
Thanks.
2003 Jan 27
0
Please begin a new subject if your post isn't a response to a previous one
...| `->[R] how could I add legends
43 27 Jan Ko-Kang Kevin Wang ( 31) | `->
44 N 26 Jan Remigijus Lapinskas ( 32) |->Re: [R] Plotting coloured his
45 N 26 Jan Damon Wischik (125) `->
46 N 25 Jan Rex_Bryan at urscorp.com ( 10) [R] plotting primatives, ellipse
47 N 25 Jan Uwe Ligges ( 19) `->
As Martin Maechler explained a month or so ago, it also screws up the
archives for a similar reason.
This is a request to anyone who starts a new subject to begin with a
new message and NOT reply to an existing one. If your...
2005 Apr 27
0
checkproc
greetings,
trying to install netapplet (http://primates.ximian.com/~rml/netapplet/)
from source on a centos 4 laptop. ./configure, make and make install
all work fine, but when I then go to /etc/init.d to start netdaemon, it
complains that it cannot find checkproc. I can't seem to even find
anything on google for redhat or RHEL and checkproc...
2003 Dec 02
0
Configuring new system for a non-profitorganization
...s whether the T1 they provide you is
Primary Rate Interface (PRI) or Basic Rate Interface (BRI). Their web
site is too heavy on pretty marketing and waaaay short on technical
details. PRI gives you _23_ channels with a digital control channel
whereas BRI gives you 24 channels but with more basic (primative)
control.
Howard White
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
2009 May 02
4
[LLVMdev] Dynamic typing
Hello,
I've spent many time trying to find a solution but I have no idea how to
create a dynamically typed scripting language like Python and Ruby with
LLVM.
Is there any way to realize this?
Best Regards,
Thomas Gatzweiler
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jul 05
2
DTracing GNOME startup
...help GNOME developers to find
performance problems. Federico Mena Quintero, one of the Novell GNOME guys
is one of the people that are working on GNOME performance stuff. He posted
this request on his blog asking opensolaris people to provide information
about ipc during the GNOME startup:
http://primates.ximian.com/~federico/news-2007-04.html#dtrace-help-for-ipc
I''ve tried to learn DTrace to provide such help, but its like trying to
drink the whole sea at once for me since I''m not used at all to lots of
things at this level (ipc syscalls etc), I mean, I know what they are, I
kn...
2000 Jul 26
2
[2.1.1p4] utmp related patches plus unresolved bugs description
Fixed:
-- On systems such as SunOS4 where the system include files
are no help in locating the utmp file (et al.), configure
can define their location in CONF_*, but defines.h never used
these.
-- Might as well put in the usual location for SunOS4.
-- In loginrec.c (utmp_write_direct), writing to the utmp file
was not done correctly.
Remaining:
-- At logout, the utmp entry cannot be
2004 Apr 02
5
Plot symbols for more than 25 groups
Is there any effective way to get distinct geometric plotting symbols and
colors for plots involving more than 25 groups?
Thanks.
Dr. Marc R. Feldesman
Professor and Chairman Emeritus
Anthropology Department - Portland State University
email: feldesmanm at pdx.edu
email: feldesman at attglobal.net
fax: 503-725-3905
"Don't knock on my door if you don't know my
2012 Oct 31
5
extracting information from txt file
Hello,
Here is a link to some data:
http://www.epa.gov/emap/html/data/surfwatr/data/mastreams/9396/wchem/chmval.txt
I am trying to read this in, and want to use:
chmval <-
read.table("http://www.epa.gov/emap/html/data/surfwatr/data/mastreams/9396/wchem/chmval.txt",
sep=",", skip= 84, header=T)
the # 84, for 84 lines skipped needs to be derived from the 5th line of the
2013 Oct 21
3
speeding up "sum of squared differences" calculation
All,
I am using a sum of squared differences in the objective function of an optimization problem I am doing and I have managed to speed it up using the outer function versus the nested for loops, but my suspicion is that the calculation could be done even quicker. Please see the code below for a simple example. If anyone can point out a faster way I would appreciate it greatly.
Thanks,
Roger