Displaying 16 results from an estimated 16 matches similar to: "NLME: Problem with plotting ranef vs a factor"
2006 Aug 17
1
NLME: Limitations of using identify to interact with scatterplots?
I have a quick question regarding the use of identify to interact with
points on a scatterplot. My question is essentially: can identify be used
when one is plotting model objects to generate diagnostic plots?
Specifically I am using NLME.
For example, I am plotting the fitted values on the x axis vs a variable
called log2game with the following code:
plot(D2C29.nlme, log2game ~ fitted(.),
2003 Jun 14
1
Intercom/autoanswer, SIP, Cisco
A friend pointed out this url
http://www.cisco.com/univercd/cc/td/doc/pcat/clmn32.htm where it lists
intercom/auto-answer as being a feature in Cisco Call Manager (which as I
understand it, uses SIP predominately for handsets). I've come
across comment somewhere that intercom isn't supported in the SIP spec.
Does anyone know if the apparent capability of Intercom being available in
SIP
2016 Jan 06
0
[PATCH klibc] gzip: Fix silent fallback to decompression
If the gzip utilities are built without support for compression,
they will always attempt to carry out decompression even if the
command name and options don't imply that. Instead they should
fail with an explicit error in this case.
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/gzip/gzip.c | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13
2016 Jan 06
0
[klibc:master] gzip: Fix silent fallback to decompression
Commit-ID: 0016a343f734cfe002dd45ab97a67b857ffe2e6d
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=0016a343f734cfe002dd45ab97a67b857ffe2e6d
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Wed, 6 Jan 2016 01:21:27 +0000
Committer: H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Tue, 5 Jan 2016 17:51:26 -0800
[klibc] gzip: Fix silent fallback
2010 Mar 09
3
Enhanced MDISKCHK.COM and MEMDISK patches
Good day to all,
Gert Hulselmans requested a feature for MDISKCHK.COM that would function
roughly like GETARGS.COM[1] by Murali Krishnan Ganapathy: DOS SET
command output for MEMDISK kernel arguments passed by previous
boot-loaders. He also needed to support the case for
MEMDISK-in-a-MEMDISK type situations, where all MEMDISK kernel arguments
could be gathered together and output as a list
2006 Jul 31
0
standardized residuals (random effects) using nlme and ranef
> To sum up, I can't figure out how MLWin calculates the
> standardized residuals. But I understand that this is not a
> question for the R list.
> Nevertheless, it would help if someone could point me to some
> arguments why not to use them and stick to the results
> obtainable by ranef().
Hi Dirk:
Well, it is interesting that mlWin and lmer generate the same exact
2012 Dec 11
1
Interpretation of ranef output
Hello.
I'm running a generalized linear model and am interested in using the
random effects that are output for further analysis. My random effect is
interacting with two different fixed effects (which which are factors with
two levels each). When I retrieve the random effects I get something like
this:
(Intercept) nutrient (Intercept) light (Intercept)
Aa-0 0.59679192
2011 Feb 19
0
lmer, MCMCsamp and ranef samples?
I really hope sombody could help me with the following,
I'm having problems accessing the random effect samples following the
example on MCMCsamp:
(fm1 <- lmer(Reaction ~ Days + (1|Subject) + (0+Days|Subject), sleepstudy))
set.seed(101); samp0 <- mcmcsamp(fm1, n = 1000, saveb=TRUE)
str(samp0)
Formal class 'merMCMC' [package "lme4"] with 9 slots
..@ Gp :
2011 Nov 03
0
Help in ranef Function
Hi
I'm getting the intercepts of the Random effects as 0. Please help me to
understand why this is coming Zero
This is my R code
Data<- read.csv("C:/FE and RE.csv")
Formula="Y~X2+X3+X4 + (1|State) + (0+X5|State)"
fit=lmer(formula=Formula,data=Data)
ranef(fit).
My sample Data
State Year Y X2 X3 X4 X5 X6
S2 1960 27.8 397.5 42.2 50.7 78.3 65.8
S1 1960 29.9 413.3 38.1
2003 May 12
1
plot.ranef.lme (PR#2986)
library(nlme)
data(Phenobarb)
na.include <- function(x)x
phe1 <- nlme(conc~phenoModel(Subject, time, dose, lCl, lV),
data = Phenobarb,
fixed = lCl+lV~1,
random= pdDiag(lCl+lV~1),
start = c(-5,0),
na.action = na.include,
naPattern = ~!is.na(conc))
phe.ranef <- ranef(phe1,augFrame=TRUE)
plot(phe.ranef, form=lCl~Wt+ApgarInd)
[Error in max(length(x0),
2002 Apr 08
1
Error in nlme ranef plot()
Dear R list members;
I have a 10 x 423 data frame which consisting of response, time, subject,
site, plot and covariates (continueous and categorical) measured at the plot
level. When the data frame was converted into a groupedData object, a
warning appeared
> A <- groupedData(ht ~ time | Subject, data = tt, outer = ~ site * plot,
+ labels=list(y = "Height", x =
2006 Jul 24
3
standardized random effects with ranef.lme()
Using ranef() (package nlme, version 3.1-75) with an 'lme' object I can
obtain random effects for intercept and slope of a certain level (say:
1) - this corresponds to (say level 1) "residuals" in MLWin. Maybe I'm
mistaken here, but the results are identical.
However, if I try to get the standardized random effects adding the
paramter "standard=T" to the
2010 Dec 07
9
[Weft QDA users] working on team using weft
Hi all!
I am Angela, an Italian researcher and I am looking for an application
that allows working in team, making a shared codebook, share a text
database and code it. I tried AnSWR (the CDC''s QDA application) but its
installation is too complicated for students and it is not working on
latest version of Windows. What about Weft? Is it possible to share a
project or, at least, merge
2019 Sep 06
1
could not create snapshotxml on encryption image
hi ,everyone!
I am a newcomer to Libvirt, and I don't know if it's a native question,
I create snapshots of virtual machines that use encrypted disk, The console gave me the following error:
Traceback(most recent call last):
File "/usr/lib/python2.7/site-packages/vdsm/virt/vm.py",line 4613, in snapshot
self._dom,snapshotCreateXML(snapxml, snapFlags)
File
2006 May 31
0
Bug#368417: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD
Package: xen-hypervisor-3.0-i386
Version: 3.0.2+hg9681-1
Severity: important
Have been trying to get NetBSD to run under debian unstable
with the debian supplied hypervisor.
Using the 3.0.2-2 hypervisor supplied by XenSource, it works just fine.
Because the install process overrides other things, reverified with
debian hypervisor afterwards and symptom continues.
Attaching the netbsd.cfg and the
2006 May 31
0
[pakrat@private.neotoma.org: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD]
----- Forwarded message from pakrat <pakrat@private.neotoma.org> -----
Forwarding to list without attachments.
From: pakrat <pakrat@private.neotoma.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD
X-Neotoma-Consulting-MailScanner: Found to be clean
X-Neotoma-Consulting-MailScanner-From: