Displaying 9 results from an estimated 9 matches for "briscoe".
2007 Aug 16
1
Question on output of vectors from a for loop into a matrix
...pDistsN1(Day.1.coords.matrix, Day.1.coords.matrix[i,])
dist<-as.vector(dist)
output.matrix[i,]<-dist
print(dist)}
The error message that I get is:
Error in output.matrix[i,] <- dist : incorrect number of subscripts on matrix
Thanks for your help.
Ryan
~~~~~~~~~~~~~~~~~~
Ryan D. Briscoe Runquist
Population Biology Graduate Group
University of California, Davis
rdbriscoe at ucdavis.edu
2007 Aug 13
2
help with scatterplot3d
...quot;blue", type="h", pch=16)
and got the following error message:
Error in xyz.coords(x, y, z) : 'x', 'y' and 'z' lengths differ.
Does anyone know how I can use this function in the scatterplot3d package?
Thanks so much!
Ryan
~~~~~~~~~~~~~~~~~~
Ryan D. Briscoe Runquist
Population Biology Graduate Group
University of California, Davis
rdbriscoe at ucdavis.edu
2007 Dec 07
1
AIC v. extractAIC
...not sure which is best to
use. I assumed that I should use AIC for a glm and extractAIC() for lm,
but if I run my model in glm the AIC value is the same if I use AIC() on an
lm object. What might be going on? Did I interpret these functions
incorrectly?
Thanks,
Ryan
~~~~~~~~~~~~~~~~~~
Ryan D. Briscoe Runquist
Population Biology Graduate Group
University of California, Davis
rdbriscoe at ucdavis.edu
2006 Aug 28
1
SPA (NTLM) Authentication
...em needs access to the cleartext
password (or an NTLM style password) in order to work.
It would be nice if I could have the system check the /etc/exim4/passwd
file and if the user wasn't there then check the /etc/passwd file - and
ignore NTLM as it would normally.
Regards
Neil
--
Neil Briscoe
Adelix Ltd
neil.briscoe at adelix.com web: www.adelix.com
tel: 0845 230 9592 / fax: 0845 230 9591 / main office: 0845 230 9590
snail: The Old Post Office, Bristol Rd, Hambrook, Bristol BS16 1RY. UK.
skype: stonefish001
Adelix Ltd is BS EN ISO 9001:2000 Certified (No. GB 12763)
Any views expressed...
2007 Aug 21
1
Output from while and for loop
...st[bee]<-list(d.traveled)
net.delta.elev<-(final.elev-Day.1.elev.vector[n])
print(paste("Final net change in elevation for bee",bee,"is",
net.delta.elev,sep=" "))
final.delta.elev.list[bee]<-list(net.delta.elev)
}
~~~~~~~~~~~~~~~~~~
Ryan D. Briscoe Runquist
Population Biology Graduate Group
University of California, Davis
rdbriscoe at ucdavis.edu
2005 May 25
3
Problem with systemfit 0.7-3 and transformed variables
The 'systemfit' function in systemfit 0.7-3 CRAN package seems to have a
problem with formulas that contain transformed (eg. log) variables. If I
have my data in a data frame, apparently systemfit doesn't "pass" the
information of where the variables should be taken to the transforming function.
I'm not entirely sure if this is a bug or just a limitation, I was just
2009 Aug 07
9
[Bug 23198] New: nv50/NVS135M: video hangs/flickers when fullscreen
http://bugs.freedesktop.org/show_bug.cgi?id=23198
Summary: nv50/NVS135M: video hangs/flickers when fullscreen
Product: xorg
Version: 7.3
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2006 Jan 09
0
Xiph Framework download - nothing to install
I downloaded and installed XiphQT and then (because it wasn't
working*) tried to install the Xiph frameworks (20051124). But when I
went through the installer and clicked Install, it said there was
nothing to install. Is this because I had already installed XiphQT?
Maybe this could be explained somewhere one the webpage?
Mac 10.4.3
iTunes 6.0.1 (3)
QuickTime 7.0.3
Sorry if I am posting in
2006 Sep 04
1
Can't build with PAM support
I'm having trouble getting dovecot to compile with PAM support.
Output from the configure command says its checking for pam_start in
-lpam .... no.
I've checked, there is a pam_start in there.
So how can I force configure to see what its looking for? I've tried
the --with-pam switch and that doesn't work.
I'm trying to build the latest RC7 on a Debian Sarge box.
Regards