Displaying 20 results from an estimated 27 matches for "gatti".
Did you mean:
matti
2008 Mar 17
2
Windows Vista 64-bit support
...is
from July last year (see [R] Improved Windows Vista compatibility from
Prof Brian Ripley on 2007-07-11). Is it likely to happen in 2008? I
suspect that more people will start using it as Vista is adopted more
widely. And I'd certainly use it for large genomics data sets.
Thanks,
Dan Gatti
UNC-CH
2014 Jun 30
1
unsubscribe
Dave Gattis
Suhner Manufacturing, Inc.
IT Manager
43 Anderson Rd SW
Rome, GA 30161
Phone: 706-314-2943
Fax: 706-235-8045
<mailto:dave.gattis at suhner.com> dave.gattis at suhner.com
<http://www.suhner.com/> www.suhner.com
Description: Description: Description: suhner_100_logo_sta...
2006 Nov 29
2
--max-vsize option
...;M', 'K', or 'k'. When I start R using
R --max-vsize=10G
I receive the warning:
WARNING: --max-vsize=10G=10'M': too large and ignored
The system that I'm working on is a 64-bit Sun server with 40G of
memory. What is the correct syntax for this command?
Daniel Gatti
UNC-CH
2008 Sep 02
1
graphics: per mil plus delta notation
Hello All,
I am looking for some help with was is probably very simple:
I want the y-axis title '$B&D(B13C$B"s(B VPDB' and similarly for nitrogen on a
secondary axis. I am able to get the delta notation and per mil notation
separately but one messes up the other with the inclusion of quotations:
ylab=expression("{delta}^13*C \211 VPDB")
gives the per mil just fine but
2013 Apr 11
1
Dovecot distribution configuration files source
Where can I find unaltered distribution config files (/etc/dovecot/ and
/etc/dovecot/config.d/) for Dovecot 2.1.7? I upgraded from version 1
and had to butcher them to get it working. Now that I understand it
better, I'd like to do it right.
--
Dave
2012 Nov 13
2
multiple users to same e-mail account with ldap authentication
Hi, I was looking for a particular case of dovecot configuration I
cannot find anywhere.
Is there a way dovecot can authenticate via ldap different windows
2008 AD users that have access to the same e-mail account (like user
authorization in ms exchange)?
For example I want to extend AD schema to let users have 10 email
accounts (with multiple domain support). If they are private accounts
I think
2001 Sep 25
1
blues in c
G'Day,
I'm a little confused why the c function has the followng effect on
classes - is this a feature ? My workround [ class(cc) <- c("POSIXt",
"POSIXct") ] seems to do the job.
Many thanks
Bernie McConnell
"R version 1.3.1, 2001-08-31" on NT
> aa <- as.POSIXct("2001-09-23")
> bb <- as.POSIXct("2001-09-24")
> cc
2013 Aug 04
1
10th anniversary of tinc 1.0
...ode to redeem invitations. The invitation
protocol will be available in the 1.1pre8 release.
Tinc is the work of many people. For those of you who haven't read the
THANKS file in the source code distribution, here is a list of all the
contributors:
Alexander Reil and Gemeinde Berg, Allesandro Gatti, Andreas van Cranenburgh,
Anthony G. Basile, Armijn Hemel, Brandon Black, Cheng LI, Cris van Pelt,
Darius Jahandarie, Delf Eldkraft, dnk, Enrique Zanardi, Erik Tews,
Etienne Dechamps, Flynn Marquardt, Grzegorz Dymarek, Hans Bayle,
Ivo Timmermans, Ivo van Dong, James MacLean, Jamie Briggs, Jason...
2013 Aug 04
1
10th anniversary of tinc 1.0
...ode to redeem invitations. The invitation
protocol will be available in the 1.1pre8 release.
Tinc is the work of many people. For those of you who haven't read the
THANKS file in the source code distribution, here is a list of all the
contributors:
Alexander Reil and Gemeinde Berg, Allesandro Gatti, Andreas van Cranenburgh,
Anthony G. Basile, Armijn Hemel, Brandon Black, Cheng LI, Cris van Pelt,
Darius Jahandarie, Delf Eldkraft, dnk, Enrique Zanardi, Erik Tews,
Etienne Dechamps, Flynn Marquardt, Grzegorz Dymarek, Hans Bayle,
Ivo Timmermans, Ivo van Dong, James MacLean, Jamie Briggs, Jason...
2004 Jun 11
2
extensions question
...-- Hungup 'Zap/1-1'
== No one is available to answer at this time
-- Executing Hangup("SIP/-083601e0", "") in new stack
== Spawn extension (from-ser, h, 2) exited non-zero on 'SIP/-083601e0'
--
Best regards,
Christian mailto:cgatti@vo.lu
2001 Apr 20
5
map projections
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 905 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20010420/61ada248/attachment.bin
2003 Jun 05
2
Regression slopes
Hi,
Sorry if this is an obvious one, but is there a simple way to modify the lm
function to test whether a slope coefficient is significantly different
from 1 instead of different from 0?
Thanks,
Martin
Martin Biuw
SEA MAMMAL RESEARCH UNIT
Gatty Marine Laboratory
School of Environmental and Evolutionary Biology
University of St Andrews
Fife, Scotland KY16 8LB
UK
phone +44 (0)1334 462630
fax
2003 Aug 20
2
Weighted circular mean
Hello,
Once again, I posted a message without a subject line. Sorry.... here is
the question again.
Is there a simple way to modify the circ.mean function in the CircStats
package to include a vector of weights to obtain a weighted average angle?
Thanks!
Martin
--
Martin Biuw
Sea Mammal Research Unit
Gatty Marine Laboratory, University of St Andrews
St Andrews, Fife KY16 8PA
Scotland
Ph:
2003 Oct 23
0
Stochastic dynamic programming
Hello all,
Does anyone know of any already written functions for carrying out
stochastic dynamic programming in R?
Thanks!
Martin
--
Martin Biuw
Sea Mammal Research Unit
Gatty Marine Laboratory, University of St Andrews
St Andrews, Fife KY16 8PA
Scotland
Ph: +44-(0)1334-462637
Fax: +44-(0)1334-462632
Web: http://smub.st.and.ac.uk
2006 Jun 25
1
R memory size increases
O/S : Solaris 9
R version : 2.2.1
I was getting out of memory errors from R when running a large job, so
I've switched to a larger machine with 40G shared memory. I issue the
following command when starting R to increase memory available to R:
R --save --min-vsize=4G --min-nsize=4G
When reading in a file, R responds with "could not allocate vector of
size 146Kb." So I'm
2006 Dec 10
0
Offset for Poisson GLM
Dear R-help,
I am trying to fit a Poisson GLM to counts of dolphin sightings. Counts
represent the number of dolphin sightings made per unit effort, that is, per
full hour of on-effort watching. I want to add an offset so that the number
of hours watched is incorporated into the model. But since the number of
observations in a given year, or hour of the day is the desired offset,
rather than a
2007 Aug 07
1
sink behavior
There is a package called 'safe' that produces an object which I can
only write to a file using the sink() function. It works fine if the
sink() command is not inside of a function, but it does not write
anything to the file if the command is within a function.
Sample code:
# Using a matrix because as a simple example.
dumpMatrix = function(mat) {
sink(file = "mat.txt")
2005 Jan 09
1
Wait indefinitely?
Hello,
is it possible to wait indefinitely (i.e. until user hangs up) somewhere
in the dialplan? I tried Wait(-1), but it doesn't work.
2006 Nov 21
0
question about dcpromo
...level at mixed mode ?
Do you think about I'll have any problems with samba or winbind to
assure correct logon from my box linux ?
I did not find bug or fixes about this argument so can i proceed with my
dcpromo operation ?
Do you have suggestions ?
One more ideas ?
Thx a lot
Massimo Gatti
2003 Feb 10
1
Factor level comparisons in lme
Hello,
I''m trying to fit a linear mixed effects model of the form:
lme(y ~ x * Sex * Year, random=x|subject)
where Sex and Year are factors with two and three levels respectively. I
want to compare the fixed effects for each level to the overall mean, but
the default in R is to compare to the first level. This can be changed by
adding the term -1 to the righthand side of the model