Displaying 20 results from an estimated 600 matches similar to: "Extracting overdispersion estimates from lmer amd glm objects"
2006 Oct 15
1
Execution halting of lmer on UNIX when no problem on windows
Dear R-users,
I have a frustrating problem that I am hoping has a simple fix. I am running a series of lmer models from the lme4 package of the general form:
model<-lmer(y~x1 + x2 ..... + xn + (1|site),data=dataframe,family=poisson,method="Laplace",control=list(usePQL=FALSE,msVerbose=TRUE))
where the same model is executed multiple times on a bootstrapped dataframe. For each
2006 Sep 04
1
Problem with Variance Components (and general glmm confusion)
Dear list,
I am having some problems with extracting Variance Components from a random-effects model:
I am running a simple random-effects model using lme:
model<-lme(y~1,random=~1|groupA/groupB)
which returns the output for the StdDev of the Random effects, and model AIC etc as expected.
Until yesterday I was using R v. 2.0, and had no problem in calling the variance components of the
2006 Jun 09
1
random generation for a quasi distribution
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20060609/ab46b028/attachment.pl
2005 Aug 03
2
Mapping HPUX to Windows Shared Directories
I need to know what the command would be to map an HPUX directory to a Windows shared directory.
I am running Samba 3.0.7 on HPUX 11i and have Windows Server 2003.
Any help would be greatly appreciated.
Regards,
Tony Gardner
UNIX Contractor
Haas Automation, Inc.
2001 Dec 12
1
file permissions - the best way?
I'm interested in the *best* way to set particular permissions on the
machine I am rsync'ing content to.
These are the specifics of our setup:
1 client pushes to remote
2 remote machine = AIX running rsync daemon as chroot
3 client machine = NT running CYGWIN
4 directory tree on client has many files/directories with many
differnt permissions/owners etc.
5 We wish ALL the
2000 Apr 26
1
Quick plot question
Is there an easy way to add an axis or just a simple line at the 0
position of a graph with positive and negative values. Specifically,
I'ld like to add a zero line on a plot of residuals from a fit. I'm
very new at R so if this is a dumb question feel free to let me know but
I'ld still appreciate any help.
Thanks
Bernie
--
_________________
Bernie Gardner
Research Associate
ECOS,
2008 Apr 29
26
Btrfs v0.14 Released
Hello everyone,
Btrfs v0.14 is now available for download. Please note the disk format has
changed, and it is not compatible with older versions of Btrfs.
For downloads and documention, please see the Btrfs project page:
http://btrfs.wiki.kernel.org
The oss.oracle.com Btrfs project page will soon start redirecting here.
v0.14 has a few performance fixes and closes some races that could have
2009 Jul 24
1
Making rq and bootcov play nice
I have a quick question, and I apologize in advance if, in asking, I
expose my woeful ignorance of R and its packages. I am trying to use
the bootcov function to estimate the standard errors for some
regression quantiles using a cluster bootstrap. However, it seems that
bootcov passes arguments that rq.fit doesn't like, preventing the
command from executing. Here is an example:
2007 Sep 11
2
Inter-host dependencies
The other question that''s been bugging me that I''m hoping someone has
already thought about is how to describe inter-host dependencies.
We have a few examples of situations where we need puppet to be aware
of the state of other machines in the cluster:
1) Load balanced servers - it would be nice if we could write rules
that will only allow puppet to change the state of one
2004 Aug 13
3
removing observations
Hello R list.
I am sure this is an easy question, please forgive my
ignorance of R.
I have a panel data set (25 years) and I would like to break
it up by year, and run a few tests. How is this done in R?
In STATA it is quite simple (keep if year =1970). If someone
could give me an example of how to do it for a single year I
am sure I could make a little loop to do it for all 25.
2009 Feb 09
2
Local transform on files before sending?
Is it possible to have rsync do a transform on each file before sending
it? This would be useful for things like individually compressed or
encrypted backups, or in my case, syncing lossy copies of my FLAC music
to an mp3 player or laptop.
If not, is there demand for such a feature? It seems like it would be of
use to many people, and in principle it shouldn't interfere with
incremental file
2016 Jun 02
2
libtdb and BADLOCK (CVE-2016-2118)
Does mitigation of the so-called BADLOCK CVE (CVE-2016-2118) for Samba 3.x
imply an upgrade to a non-vulnerable version of the tdb library?
If so, can someone point me to any documentation on the tdb vulnerability?
Thanks,
Sam
2005 Nov 17
1
[PATCH]xentrace_format doesn''t work on 64 bit arch
The xentrace_format script doesn''t work on x86/64. Python pads the input
structure because the first field is 32 bits and the next is 64 bits,
whereas x86-32 doesn''t pad. The quick fix is to read the cpu id
separately as a 32bit value, then read the rest of the trace record.
Here is a little patch that does that. Tested on x86/32 SMP and x86/64.
Signed-off-by: Rob Gardner
2009 Jul 24
1
Fwd: Making rq and bootcov play nice
John,
You can make a local version of bootcov which either:
deletes these arguments from the call to fitter, or
modify the switch statement to include rq.fit,
the latter would need to also modify rq() to return a fitFunction
component, so the first option is simpler. One of these days I'll
incorporate clustered se's into summary.rq, but meanwhile
this seems to be a good alternative.
2006 Feb 16
2
PAM and passwd age warnings again.
Hi all,
This is a patch against 4.2p1 (compiling for a Linux --- an old, highly
customized 7.2 to be specific). When I compiled it from your original
source, installed it, and turned on PAM (for passwd aging), I couldn't
get the passwd expiration warnings as specified in /etc/shadow to work
at all (the message that is supposed to warn you as you're logging in
that your passwd will expire
2007 Apr 28
7
Two Connected Servers Sound Quailty
Ok this is my first post and I will try to keep it short.
I have searched everywhere and haven't found an answer to my question
I have two Trixbox servers that are connected over the Internet via an IAX2
connection. We are experiencing very poor sound quality. I have tried many
different codecs gsm, ilbc, g729, g711 and all seem to have the same
problem. (All though g729 seems to work the
2013 Feb 08
1
[PATCH linux-next] xen/multicall: xen_mc_callback(): avoid buffer overflow
This buffer overflow was introduced with 91e0c5f3dad47838cb2ecc1865ce789a0b7182b1
(2.6.24).
Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com>
Cc: Jeremy Fitzhardinge <jeremy at goop.org>
Cc: Thomas Gleixner <tglx at linutronix.de>
Cc: Ingo Molnar <mingo at redhat.com>
Cc: "H. Peter Anvin" <hpa at zytor.com>
Cc: x86 at kernel.org
Cc: xen-devel at
2013 Feb 08
1
[PATCH linux-next] xen/multicall: xen_mc_callback(): avoid buffer overflow
This buffer overflow was introduced with 91e0c5f3dad47838cb2ecc1865ce789a0b7182b1
(2.6.24).
Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com>
Cc: Jeremy Fitzhardinge <jeremy at goop.org>
Cc: Thomas Gleixner <tglx at linutronix.de>
Cc: Ingo Molnar <mingo at redhat.com>
Cc: "H. Peter Anvin" <hpa at zytor.com>
Cc: x86 at kernel.org
Cc: xen-devel at
2004 Jun 22
8
Tracking Mouse motion
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: tst_wxPaint.rbw
Type: application/octet-stream
Size: 4446 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/wxruby-users/attachments/20040622/abc8ba85/tst_wxPaint-0001.obj
2005 Oct 11
8
More on domU not starting
I get the following warning when running xend start, and a similar
warning sometimes when doing xm commands:
/usr/lib/python/xen/xend/XendNode.py:26: RuntimeWarning: Python C API
version mismatch for module xen.lowlevel.xc: This Python has API version
1012, module xen.lowlevel.xc has version 1011.
import xen.lowlevel.xc
/usr/lib/python/xen/xend/xenstore/xstransact.py:10: RuntimeWarning: