Displaying 20 results from an estimated 11000 matches similar to: "Logging to MySQL"
2007 Jan 29
1
Fwd: Re: LSD multiple comparison test
I am returning this to the R-help list. Please keep followups on the list.
Yes, it can be done. It is not currently easy because multcomp doesn't
have the syntax yet. Making this easy is on Torsten's to-do list for the
multcomp package.
See the MMC.WoodEnergy example in the HH package. The current version on CRAN
is HH_1.17. Please see the discussion of this example in R-help:
2007 Jan 29
3
Multiple comparisons when interacction
In the model:
lm.1 <- lm(variable ~ BLOC + TIL * YEAR , data=selvanera)
I found TIL*YEAR interaction significant. Then I am trying to compare
means of the different levels of TIL inside every YEAR using:
mc.2 <- glht(lm.1, linfct = mcp(TIL*YEAR="Tukey"))
summary(mc.2, test = univariate())
but it does not work.
There is any way of doing this, like the SLICE option in
2016 Apr 10
2
UDP de-fragmentation problem
On 09.04.2016 21:40, Marcelo Ricardo Leitner wrote:
> Hi,
>
> Em 07-04-2016 12:19, Volker escreveu:
>> Hi all.
>>
>> I have a strange problem at hand regarding UDP fragmentation on Centos7:
>> Applications are unable to receive UDP packets which have undergone
>> fragmentation UNLESS the netfilter modules are loaded.
>>
>> The problem arose on a
2016 Apr 07
5
UDP de-fragmentation problem
Hi all.
I have a strange problem at hand regarding UDP fragmentation on Centos7:
Applications are unable to receive UDP packets which have undergone
fragmentation UNLESS the netfilter modules are loaded.
The problem arose on a application which would run fine on OpenSuse but
does not work on Centos7. The application processes UDP data and on
Centos only small packets are received and processed,
2006 Dec 31
4
Does SQL group by have a heavy duty equivalent in R
I have hundreds of humans who have undergone SNP genotyping at hundreds of
loci. Some have even undergone the procedure twice or thrice (kind of an
internal control).
So obviously I need to find those replications, and confirm that the results
are the same. If there is discordance then I need to address it.
I tried to use the aggregate function
nr.attempts
2003 Nov 22
3
SIP channel improvements
I just discovered that the SIP channel has undergone some major improvements.
I'm now able to dial any SIP URL with dial, couldn't get it to work earlier,
all domains had to be defined in SIP.conf.
This, in addition to the SIPDOMAIN variable, makes the SIP channel even more
useful.
Thank you, Mark, for your additions!
Now, ENUM/E.164 will propably work even better. I'll give it a
2008 May 28
2
inquiry on R News
Dear R News,
I am inquiring whether the articles that are published in the 'R News'
have undergone a peer-review/refereeing process, for the purpose of
reporting the academics publications here at the University of Sydney to
the Australian Government.
Thank you for your assistance.
Regards Glenn
Glenn Howell| Faculty Research Assistant
FACULTY OF ECONOMICS AND BUSINESS
2012 Dec 13
0
[LLVMdev] Loads/Stores and MachineMemOperand
On Dec 13, 2012, at 4:43 AM, Justin Holewinski <justin.holewinski at gmail.com> wrote:
> Is there a reason MachineMemOperands are not guaranteed to be persisted in late optimization passes? Is there a use-case where they should be stripped?
That's not really the issue, though. As an intermediate representation, MI should be reasonably self-contained. The MMOs are pointers into an
2014 Jun 02
0
Re: [long] major problems on fs; e2fsck running out of memory
Hi again all,
I apologize for not asking this in my first message; I just remembered
the question after sending.
On Sun, Jun 01, 2014 at 07:43:12PM -0700, Keith Keller wrote:
>
> On Sun, Jun 01, 2014 at 09:05:09PM -0400, Theodore Ts'o wrote:
> > Unfortunately, there has been a huge number of bug fixes for ext4's
> > online resize since 2.6.32 and 1.42.11. It's
2008 Feb 14
1
How to check cy5 and cy3 values were lowess normalized
Hi,
I have some microarray data, cy5 and cy3 values are in log2. Is there a
way to check they have undergone lowess normalization ?
Thanks
Stanley
[[alternative HTML version deleted]]
2016 Feb 07
3
"upstream testing"??
[Follow-ups set to gmane.linux.centos.general]
My wife had been running CentOS 6.4 almost since
its inception; then her PC broke down.
We got a PC from System76, and Ubuntu turned out
utterly unsuitable for us, as expected -- as bad
for us as Gnome3. (I had previously bought a System76
net book (starling iirc), and immediately installed the
then current Fedora; all has been
2012 May 25
4
PCI/DSS compliance on CentOS
I have a client project to implement PCI/DSS compliance.
The PCI/DSS auditor has stipulated that the web server, application
middleware (tomcat), the db server have to be on different systems.
In addition the auditor has also stipulated that there be a NTP
server, a "patch" server,
The Host OS on all of the above nodes will be CentOS 6.2.
Below is a list of things that would be
2014 Feb 18
1
[PATCH] verify against known fingerprints
I've just written this patch, it's undergone minimal testing and "works
for me" and I'm after feedback as to acceptability of approach, anything
I should be doing differently for the feature to be acceptable upstream
and what I should be doing about automated testing.
Use-case: you have the host's SSH fingerprints via an out-of-band
mechanism which you trust and want to
2017 Jan 06
2
Dovecot dsync tcps sends incomplete certificate chain
On 01/05/2017 08:55 PM, Juri wrote:
> 5 Gennaio 2017 01:21, "John Fawcett" <john at voipsupport.it> wrote:
>
>> On 01/04/2017 08:40 PM, Juri wrote:
>>
>>
> Thank you.
>
> In fact I tried both settings, that is
> |ssl_client_ca_dir = /etc/ssl/certs
> |ssl_client_ca_file = /etc/letsencrypt/live/mail.dividebyzero.it/chain.pem
> but with no
2004 Aug 06
1
Speex ACM codec released on www.openacm.org
I am glad to announce the BETA release of the Speex ACM codec.
It is based on the Speex 1.0.1 codec release.
An ACM codec enables Windows to create and play back WAVE files
containing Speex content. It might also be useful for use with
Netmeeting (after some registry hacking. Not tested yet.).
I also provide a portable playback tool (speexdec_wav) that
handles both the Ogg and WAVE containers.
2005 Jan 07
2
[LLVMdev] Oversight group for LLVM
Hello everyone,
The LLVM project has evolved significantly since our first public
release in Oct. 2003. Most importantly, we've gained many new users
and several active contributors, and we want to encourage and support
them and attract more. At the same time, the software itself has
undergone some significant changes and improvements, and been ported to
new platforms. We expect that
2010 Oct 31
1
Need help with lmer model specification syntax for nested mixed model
I haven't been able to fully make sense of the conflicting online information
about whether and how to specify nesting structure for a nested, mixed
model. I'll describe my experiment and hopefully somebody who knows lme4
well can help.
We're measuring the fluorescence intensity of brain slices from frogs that
have undergone various treatments. We want to use multcomp to look for
2007 Dec 13
4
[LLVMdev] Obfuscation Transformations Clobbered by Unkown Optimizations
Hello all,
I am implementing some simple obfuscation transformations in LLVM. One
of the obfuscations involves searching for particular constants, and
"unrolling" them throughout a procedure using arithmetic. In effect,
certain constants are broken up into smaller constants and recombined
as needed using the appropriate operators. I perform this on
intermediate LLVM instructions.
After
2020 Jul 22
1
module cel error with bridge events
On Wed, Jul 22, 2020 at 12:44 PM Administrator <admin at tootai.net> wrote:
> No one on this ?
>
> Le 10/07/2020 à 18:06, Administrator a écrit :
> > Hi,
> >
> > On Asterisk 16.11.1 when enabling cel I get error with BRIDGE_START
> > and BRIDGE_END events
> >
> > zone-s*CLI> module reload cel
> > The module 'cel' reported a
2013 Apr 23
1
Verbose output from R CMD check
I've been developing a package called foobar for a couple of years now.
It has evolved through various versions, but has always contained
compiled C code. Recently, R CMD check has started generating the
following message
[START QUOTE]
R CMD check foobar_1.7.5.tar.gz
* using log directory ?/home/david/foobar/package/foobar.Rcheck?
* using R version 2.15.2 (2012-10-26)
* using platform: