similar to: lmer binomial model overestimating data?

Displaying 20 results from an estimated 200 matches similar to: "lmer binomial model overestimating data?"

2006 Jun 09
1
binomial lmer and fixed effects
Hi Folks, I think I have searched exhaustively, including, of course R-help (D. Bates, S. Graves, and others) and but I remain uncertain about testing fixed effects with lmer(..., family=binomial). I gather that mcmcsamp does not work with Do we rely exclusively on z values of model parameters, or could we use anova() with likelihood ratios, AIC and BIC, with (or without)
2003 Nov 24
1
libogg 1.1 test failure on alpha
libogg 1.1's included regression tests ("make check") fail at least on alpha: ---------------> ./test_bitwise Small preclipped packing (LSb): ok. Null bit call (LSb): ok. Large preclipped packing (LSb): ok. 32 bit preclipped packing (LSb): ok. Small unclipped packing (LSb): ok. Large unclipped packing (LSb): ok. Single bit unclipped packing (LSb): ok. Testing read past end
2018 Aug 06
0
Access by share name
Hi! Thanks again. ========== *Yes, but what specific name ? is it the machines short hostname (netbios name) or what ?* IP A: 192.168.200.1 (DNS: Fileserver1.XXXXX.XXX.XXX) -> Master IP B: 192.168.200.2 (DNS: FIleserve2.XXX.XXX.XXX) -> Slave IP C:192.168.200.10 -> (DNS: Fileserve.XXX.XXX.XXXX) -> Heartbeat -> IP that stays with master server , when UP, if down IP
2000 Sep 03
1
Clipping problem
Hi. Today most modern CDs are recorded using maximum volume (so that it grabs more of your attention when the song is being played on the radio - even though this destroys the dynamic range). Anyway lossy audio codecs can introduce clipping - audio distortion when the sound hits maximum peak value, so I thought I should ask if Vorbis has this solved? --- >8 ---- List archives:
2010 Mar 15
1
Multiple comparisons for a two-factor ANCOVA
I'm trying to do an ANCOVA with two factors (clipping treatment with two levels, and plot with 4 levels) and a covariate (stem diameter). The response variable is fruit number. The minimal adequate model looks like this: model3<-lm(fruit~clip + plot + st.dia + clip:plot) I'd like to get some multiple comparisons like the ones from TukeyHSD, but TukeyHSD doesn't work with the
2018 Aug 06
2
Access by share name
On Mon, 6 Aug 2018 10:18:41 -0300 Carlos via samba <samba at lists.samba.org> wrote: > Hi! > > Thanks for anwser! > > Well, GlusterFS  just replicating(it is ok). > > Problem is access second server with specific name..... Yes, but what specific name ? is it the machines short hostname (netbios name) or what ? > > Popup appears requesting domain
2013 Apr 17
3
Error: could not find function "invlogit" and "bayesglm"
I have installed the arm package and its dependents (e.g MATRIX, etc), but cannot use the functions "invlogit" and "bayesglm" because it gives me the error message "Error: could not find function "invlogit" or Error: could not find function "invlogit". What could be the problem. Regards Carrington [[alternative HTML version deleted]]
2012 Nov 09
0
Wine release 1.5.17
The Wine development release 1.5.17 is now available. What's new in this release (see below for details): - Sub-pixel font anti-aliasing in the DIB engine. - Support for automatic installation of ActiveX controls. - Automatic fallback to TLS 1.0 for secure connections. - Beginnings of the DirectWrite text analyzer. - Better handling of font outlines in OpenGL. - Various bug fixes.
2008 Oct 01
3
Change color of plot points based on values of a variable
Dear R users: I have run a logistic regression, used Gelman et al.'s car package to simulate the parameter estimates of that model, and have plotted the probability (using Gelman et al.'s invlogit() function) of the dependent variable being 1 given the value of a particular independent variable is at its mean. The plot has probabilities on the y-axis and the number (1-1000) of the
2011 Jan 31
1
how to search to value to another table
Hello, I'm a new R user. I have two different dummy tables with the variable name tb1 and tb2. tb1< v1 v2 v3 v4 "chr1" 22 23 3 "chr1" 36 37 1 "chr1" 54 55 0 "chr1" 77 78 1 "chr2" 80 81 4 "chr2" 85 86 0 "chr2" 99 100 1
2008 Feb 08
1
reshape question
I know there are a lot of reshape questions on the mailing list, but I haven't been able to find an answer to this particular issue. I am trying to get a datafame structured like this: > sub <- rep(1:5) > ta1 <- rep(1,5) > ta2 <- rep(2,5) > tb1<- rep(3,5) > tb2 <- rep(4,5) > DF <- data.frame(sub,ta1,ta2,tb1,tb2) > DF sub ta1 ta2 tb1 tb2 1
2004 Nov 03
1
3.0.8pre2 and smbstatus
Hallo, in 3.0.8pre2 the smbstatus command always shows connections _and_ shares even if using the switches '-p' for showing processes only or '-S' for showing shares only or '-B' for showing locks only: test2 # smbstatus --help Usage: [OPTION...] -p, --processes Show processes only -v, --verbose Be verbose -L, --locks
2010 Feb 05
2
glm models with more than one response
Hi everyone, I am trying to construct a glm and am running into a couple of questions. The data set I am using consists of 6 categories for the response and 6 independent predictors representing nutrient concentrations at sample point locations. Ultimately I'd like to use the probabilities for each response category in a simulation model such that these probabilities are used to define a
2005 Jul 11
0
Calls dropped upon 'native bridging' after IAX2 transfer
Skipped content of type multipart/alternative-------------- next part -------------- ############ # amd BOX # ############ ## Step 1 ## Bob(ext. 6202) place a remote IAX2 call to the operator (ext. 6302) ## Reminder : _62XX are register on 'amd' and _63XX on 'dell' -- Executing SetGroup("SIP/6202-d193", "IAX") in new stack -- Executing
2003 Jan 30
1
not enough charcters available in %J or confusing blanks?
Hi, I try to create PDF files with an modified script from Buchan Milne and have some problems with the Jobname var %J. Because it is better for the users to find an file with an similar name as the original document I'm looking for a way to read out %J, cut some unnessasary stuff and use the rest as new file name. The problem is: In %J in some circumstances is not the complete Jobname as
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
2008 Oct 30
1
tklistbox selection
Hi, I'm posting yet another question about tcltk since I'm still struggling with the package. I'm trying to create a tklistbox and a ttkcombobox on the same parent and am having a problem. Here's an example: library(tcltk) tt <- tktoplevel() tcl1 <- tclVar() tcl2 <- tclVar() tclObj(tcl1) <- letters[1:5] tclObj(tcl2) <- LETTERS[1] tb1 <- tklistbox(tt,
2015 Jul 13
2
Re: Migrate Win2k3 to KVM
Hi Pierre, I'm here now: root@amd1:/mnt1/WINDOWS/system32/config# chntpw -e SAM system security software chntpw version 0.99.6 110511 , (c) Petter N Hagen Hive <SAM> name (from header): <on1\WINDOWS\system32\config\sam> ROOT KEY at offset: 0x001020 * Subkey indexing type is: 666c <lf> File size 262144 [40000] bytes, containing 8 pages (+ 1 headerpage) Used for data:
2015 Jul 11
3
Migrate Win2k3 to KVM
Hi, I made a disk image with CloneZilla from the original physical machine. That image was restored on an iSCSI volume. It isn't booting. I got BSOD. I tried IDE, SATA, SCSI disk type without any success. I tried to using virtio driver and if I use my image+W2k3 install CD+virtio VFD the Windows repair console see the disk and I can use the repair console with my image but the windows not
2003 Feb 21
0
Live a healthy life with VERIUNI nutritionals. Tasty liquid multivitamin (PR#2567)
Live a healthy life with VERIUNI nutritionals. Tasty liquid multivitamin ensures you'll get nearly every daily nutrient required for prolonged health.Powerful antioxidant unleashes the power of red wine extract and polyphenols for the ultimate mind and body energizer. All-natural ingredients. No sugar or artificial preservatives. For more information, check out