Displaying 20 results from an estimated 42 matches for "gillies".
Did you mean:
gilles
2006 Apr 25
12
Newb Gem Install Help!
This seems newbish, but I can''t seem to get this gem to install no
matter what I do. The gem in question is login_generator, and no matter
what folder I put the .gem file in, it can''t read locally - am I missing
something?
Remote install hangs at updating the source.
--
Posted via http://www.ruby-forum.com/.
2000 Sep 18
1
phantom(0) doesn't do what I expect it to [plotmath]
..., phantom(0) doesn't seem to be adding any space, whether
I use the X11 or the postscript device.
Am I being obtuse? Should I file a PR?
Suggestions for alternative solutions also appreciated (short of
measuring all the string widths and building it up by hand ;-)
cheers,
Malcolm
--
Malcolm Gillies <M.B.Gillies at pharm.uu.nl>
PhD student, computational medicinal chemistry
Dept of Medicinal Chemistry, Faculty of Pharmacy,
Utrecht University, The Netherlands
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac...
2010 Oct 15
2
AIC in bestglm, glm, and lm - why do they differ?
I recently found the "bestglm" package while trolling CRAN for a function to
save some keystrokes with simple (k<10) nested models. I am interested in
using the best of several nested linear models which I have explored using
lm(), glm() and now bestglm(). When I compare the AIC values for the 'best'
candidate model I get the same AIC values with lm() and glm() but a
2011 Mar 01
1
tricky (for me) merging of data...more clarity
Hi Again,
Thanks very much for your response. It seems my example got rearranged
(transposed?) after I posted it. Hopefully this example will be more
clear. I have one file (ex. sheet 1) that will have a column for
individuals (ind) and a column for the date (date). I would like to merge
this with another file (ex. sheet 2) that has both the 'ind' and date column
as well as associated
2006 Dec 03
1
lmer and a response that is a proportion
...tely - i.e. can lmer do this?
I have used both family=binomial and quasibinomial - is one more appropriate
when the response is a proportion? The coefficient estimates are identical,
but the standard errors are larger with family=binomial.
Thanks very much for any insight you may have!
Cam
Cam Gillies
PhD Candidate
Biological Sciences
University of Alberta
2000 Sep 18
1
Latin1 encoded AFM files
...#39;m using a standard AFM
for now, and get some parsing errors from R when I open the postscript
device).
Is there a program/script which will re-encode my AFM files from
AdobeStandardEncoding to ISOLatin1Encoding?
Or will I have to bite the bullet and do it by hand?
cheers,
Malcolm
--
Malcolm Gillies <M.B.Gillies@pharm.uu.nl>
PhD student, computational medicinal chemistry
Dept of Medicinal Chemistry, Faculty of Pharmacy,
Utrecht University, The Netherlands
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.a...
2008 Aug 27
2
problems formating scientific collaboration data
Hello all and thanks in advance for any help or direction. I have
co-authorship data that looks like:
Paper Author Year
1 SmithKK JonesSD 2008
2 WallaceAR DarwinCA 1999
3 HawkingS 2003
I would like:
Paper Author Year
1 SmithKK 2008
1 JonesSD 2008
2
1998 Sep 22
1
R-beta: port of bicreg package to R?
...atrix(formula(cdf),data=cdf)[,-1,drop=F]
[...]
It appears to me that applying formula() to the matrix is a no-no. Is
this an incompatibility between Splus and R?
Has anyone already succeeded in porting this package to R?
Or am I just doing something silly?
thanks in advance,
Malcolm
--
Malcolm Gillies <M.B.Gillies at pharm.uu.nl>
PhD student, computational medicinal chemistry
Dept Medicinal Chemistry, Faculty of Pharmacy,
Utrecht University, The Netherlands
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at...
2011 Mar 25
3
Is it possible to use Samba as a proxy and cache for a slow CIFS drive ?
Hi all,
we have special scenario with a slow file share where Samba (maybe combined with other tools) could help by acting like as a CIFS proxy and caching system:
We're testing an Alfresco ECM System which has a CIFS subsystem (based on jLAN) that is simply to slow for our needs. In this setup the appserver Alfresco (SUSE on vmwars ESXi) and the clients are on a local LAN with Gb Ethernet
2008 Apr 09
3
permutation/randomization
Hello,
I have what I suspect might be an easy problem but I am new to R and
stumped. I have a data set that looks something like this
b<-c(2,3,4,5,6,7,8,9)
x<-c(2,3,4,5,6,7,8,9)
y<-c(9,8,7,6,5,4,3,2)
z<-c(9,8,7,6,1,2,3,4)
data<-cbind(x,y,z)
row.names(data)<-c('a','b','c','d','e','f','g','h')
which gives:
x y z
2011 Nov 16
1
calculating time interval distributions
Dear List,
I have data on a approximately 100 individuals visiting a a central logging
station over a 1000 times. I would like to be able to calculate the
distribution of inter-visit time intervals for all possible pairs am stuck
on how to code for this. Single pairs are not a problem but extending it
has been difficult for me. So for the toy data below I'd like to calculate
for each
2006 Jan 09
0
Re: Logcheck-users Digest, Vol 5, Issue 1
The entry is probably not igored because of
the word deny in your path .
You might better set your rule in violation.ignore.d/ directory.
At 13:00 09/01/2006, you wrote:
>Send Logcheck-users mailing list submissions to
> logcheck-users@lists.alioth.debian.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
>
2011 Feb 27
1
tricky (for me) merging of data
Dear List,
I am having trouble with a tricky merging task. I have one data sheet that
has dates (continuous) that radio collared individuals were monitored via
telemetry. I have a different sheet containing data from instances where
individuals were recaptured and associated body condition data was recorded
(sheet 2). I would like to merge the two sheets by individual and date (I
can do this
2015 Oct 15
3
Package integrity check via SHA256 or OpenPGP possible?
Dear list,
I'm using R in a corporate environment and was interested how R checks integrity of packages during an installation.
I saw (and verified my suspicion in the code[1]) that the verification purely relies on MD5.
>From an IT security perspective, this can be improved.
My question is: Is is possible to force R to verify integrity via SHA256 or even OpenPGP signatures?
If not are
2010 Oct 28
1
adding copies of rows toa data frame based upon start and end dates
Hello All and thanks in advance for any advice.
I have a data frame with rows corresponding radio-collared animals (see
sample data below). There is a start date (DATESTART), and end date
(DATEEND), and the number of days on air (DAYSONAIR). What I would like to
do is add a column called DATE to so that each row ID has a row for every
day that the radio collar was on the air while copying all
2001 Jun 29
3
Debian packages for R-1.3.0
I have installed the binary packages for Debian GNU/Linux release 2.3
(woody) in the U.S. mirror of the CRAN archive. They should propagate
to the main CRAN archive within a day and to the other mirrors within
two days.
These packages have been compiled with gcc-3.0 and g77-3.0. I believe
the testing distribution currently provides only a snapshot of
gcc-3.0, not the latest released version, so
2001 Jun 29
3
Debian packages for R-1.3.0
I have installed the binary packages for Debian GNU/Linux release 2.3
(woody) in the U.S. mirror of the CRAN archive. They should propagate
to the main CRAN archive within a day and to the other mirrors within
two days.
These packages have been compiled with gcc-3.0 and g77-3.0. I believe
the testing distribution currently provides only a snapshot of
gcc-3.0, not the latest released version, so
2012 Dec 11
2
Catching errors from solve() with near-singular matrices
...1739
School of Informatics, University of Edinburgh fax: +44 131 650 6899
Informatics Forum, 10 Crichton Street, Edinburgh EH8 9AB, Scotland
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
NEW BOOK: Principles of Computational Modelling in Neuroscience
Sterratt, Graham, Gillies & Willshaw (CUP, 2011).
http://www.compneuroprinciples.org
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
2008 Apr 19
1
resampling from distributions
Hello All,
Once again thanks for all of the help to date. I am climbing my R learning
curve. I've got a few more questions that I hope I can get some guidance on
though. I am not sure whether the etiquette is to break up multiple
questions or not but I'll keep them together here for now as it may help put
the questions in context despite the fact that the post may get a little
long.
2024 Oct 20
0
NMOF 2.10-0 (Numerical Methods and Optimization in Finance)
Dear all,
version 2.10-0 of package NMOF is on CRAN now.
NMOF stands for 'Numerical Methods and Optimization in
Finance', and it accompanies the book with the same
name, written by Manfred Gilli, Dietmar Maringer and
Enrico Schumann.[1]
Since the last announcement on this list in 2021,
several functions have been added to the package, such
as 'barrierOptionEuropean' for valuing