similar to: Computing/Interpreting Odds Ratios for 3-way interactions from lmer

Displaying 20 results from an estimated 800 matches similar to: "Computing/Interpreting Odds Ratios for 3-way interactions from lmer"

2007 Dec 12
1
OS-dependent behaviour of strucchange?
Using the following code: library(strucchange) load(file="y.rda") ar1<-formula(y~lag(y,k=-1)) plot(Fstats(ar1)) (where the the data file can be downloaded from www.ne.su.se/~mlu/downloads/y.rda) I have a problem replicating identical plots on different implementations of R for different operating systems; I get completely different results under Debian Linux compared to Windows XP.
2011 Dec 01
2
Counting the occurences of a charater within a string
I am new to R but am experienced SAS user and I was hoping to get some help on counting the occurrences of a character within a string at a row level. My dataframe, x, is structured as below: Col1 abc/def ghi/jkl/mno I found this code on the board but it counts all occurrences of "/" in the dataframe. chr.pos <- which(unlist(strsplit(x,NULL))=='/') chr.count <-
2012 Jul 11
0
(no subject)
We are looking for creative problems solvers at all levels of experience who are passionate about R, statistics, visualisation and data science to join an innovative modelling team in the heart of an exciting London media agency. If you are interested please email me at simon.raper at mindshareworld.com Privileged/Confidential Information may be contained in this message. If you are not the
2010 Oct 24
0
[ wxruby-Bugs-28669 ] INSTALL file states incorrect use of class exclusion
Bugs item #28669, was opened at 2010-10-24 19:02 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=28669&group_id=35 Category: Incorrect or missing docs Group: None Status: Open Resolution: None Priority: 3 Submitted By: Marvin G?lker (mguelker) Assigned to: Alex Fenton (brokentoy) Summary: INSTALL file states incorrect use of class exclusion
2013 Dec 11
1
Asterisk Language Status
In putting together the SoundPack code, I am looking at the various language/locale specific code, and wondering how it all really stands... So, share with me, non-English speakers, what is your experience and impression? I heard a few comments during AstriDevCon, that some of the languages are not quite right; some said their language was understandable, but... Would anyone be willing to share
2011 Feb 02
6
Lost root access
So on a virtual server the root password was no longer working (as in I couldn't ssh in anymore). Only I and one other know it and neither of us have changed it. No other account had the correct privileges to correct this so I'm wondering, if I had mounted that vdi as a secondary device on another VM, browsed the file system and delete /etc/shadow would this have wiped all users passwords
2020 Jul 21
2
trivial typo in ?Matrix::sparse.model.matrix.Rd
>>>>> "AS" == Abby Spurdle >>>>> on Wed, 22 Jul 2020 00:28:12 +1200 writes: >> "No documentation for ?sparse.model.matrix? in >> specified packages and libraries", but it's there after >> "library(Ecfun)". I find that interesting, because "Matrix" does not >> appear in the Ecfun
2008 Jul 01
2
Graph Order in xyplot
I have constructed a Trellis style xyplot. lengthf <- factor(length) xyplot(SLI$velocity ~ SLI$width | SLI$lengthf, layout = c(2,7), xlab = "Width (cm)", ylab = "Velocity (m/s^2)", col = "black") This produces a lovely little plot. However, the grouping factor(lengthf) isn't in the right order. My values range from 2-28 and the 2 graph on the bottom left and
2019 Jul 09
2
GitHub monorepo and commit access
Hello, I was wondering what was the current expected practice for committing patches to LLVM now that the Git monorepo is here. I have commit access to SVN but when I try to land my patched through GitHub I get an error saying "Permission to llvm/llvm-project.git denied". Depending on the answer, the documentation might need to be slightly clarified: the getting started documents for
2011 May 16
0
[LLVMdev] About Runtime Optimization
Hi all members, I am new to LLVM. I am getting to know how the trace-based Runtime Optimization feature of LLVM works and how I can use it. >From some old documents of LLVM, I've got a general idea that we instrument a program with First & Second level Instrumentations (FLI & SLI), then link it with runtime libraries that handle runtime generation of traces. The FLI will detect
2010 Dec 05
0
General quad SLI performance issues
I was having trouble finding information on this issue. It doesn't seem that too many Linux users use quad sli? My native apps (such as Unigine Heaven, tropics, etc) work great with quad sli turned on, but wine apps do not and I have to run them on one gpu to be playable. Ive tweaked the SLI mode to every possible combination and played with the driver settings too. is sli not yet supported by
2003 Nov 19
1
Windows XP date/timestamp issues
Hello all! Long time listener, first time caller. I have an issue I hope someone has seen before. I have a NetWare6 server running RSYNC server, and a LINUX box running RSYNC client from CRON to get the files from the NetWare server. The command is " rsync -qrtu --delete --exclude (some excludes here) " and all works well. Except... Whenever a Windows XP system opens a file on the NW
2017 May 19
0
[PATCH v3] drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
On 2017-05-18 05:49 AM, Ville Syrjälä wrote: > On Wed, May 17, 2017 at 09:39:11PM -0400, Robert Foss wrote: >> +/* >> + * DRM_MODE_REFLECT_<axis> >> + * >> + * Signals that the contents of a drm plane has been reflected in >> + * the <axis> axis. > > Still vague. Ack, I'll add some verbiage. > > Also you didn't respond to my
2017 May 18
0
[PATCH v3] drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
On Wed, May 17, 2017 at 09:39:11PM -0400, Robert Foss wrote: > +/* > + * DRM_MODE_REFLECT_<axis> > + * > + * Signals that the contents of a drm plane has been reflected in > + * the <axis> axis. Still vague. Also you didn't respond to my comment about the use of past tense. > + * > + * This define is provided as a convenience, looking up the property id >
2006 Nov 28
0
Fwd: Prayer "For Fiji Ever Fiji"
---------- Forwarded message ---------- From: ravesi konrote <sales@manafiji.com> Date: Nov 29, 2006 9:35 AM Subject: Prayer "For Fiji Ever Fiji" To: fb@manafiji.com, Cecilia Frost <salesnaviti@navitiresort.com.fj>, Mana Island Personal Assistant <stoga@manafiji.com>, mana.vinnie@gmail.com, Mana Wedding <wedding@manafiji.com>, reservationsmana
2020 Jul 21
0
trivial typo in ?Matrix::sparse.model.matrix.Rd
On 2020-07-21 09:00, Martin Maechler wrote: >>>>>> "AS" == Abby Spurdle >>>>>> on Wed, 22 Jul 2020 00:28:12 +1200 writes: > >> "No documentation for ?sparse.model.matrix? in > >> specified packages and libraries", but it's there after > >> "library(Ecfun)". I find that interesting,
2015 Mar 20
2
SLI development
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Good day! - From Nouveau feature matrix page: >SLI or even multicard setups are very rare among developers. >You should start hacking with us, if you have such a setup. I have two GTX 770 cards running in SLI[1] and would like to help bringing SLI capability into Nouveau. I would gladly write code for it and I am a competent C programmer
2014 Nov 23
1
Getting rid of my former cards: NV4B*2, NVA0*1
Hi. I am getting rid of my former nvidia graphic cards. Their models are not listed on http://nouveau.freedesktop.org/wiki/HardwareDonations/ but as advised, I post here. Hardware: - 7600GS 256MB (2 cards) Maker: Gigabyte, originally in SLI setup (wink, wink) Outputs: VGA, DVI-I, s-video, SLI - GTX280 1GB (1 card) Maker unsure, only nvidia markings visible, but possibly ASUS
2006 Aug 11
2
Looking for motherboard/chipset experience, again
What about the Asus M2N-SLI Deluxe motherboard? It has 7 SATA ports, supports ECC memory, socket AM2, generally looks very attractive for my home storage server. Except that it, and the nvidia nForce 570-SLI it''s built on, don''t seem to be on the HCL. I''m hoping that''s just "yet", not reported yet. Anybody run Solaris on it? Or at least on any
2016 Jan 04
1
Nouveau support for GeForce GT 730 or GTX 750 Ti or AMD Radeon R7 240 and AMD ATI RADEON R7 260X ??
2016-01-03 20:11 GMT+01:00 Ilia Mirkin <imirkin at alum.mit.edu>: > On Sun, Jan 3, 2016 at 1:52 PM, Csányi Pál <csanyipal at gmail.com> wrote: >> So there is an AMD card too: >> VGA ASUS AMD Radeon R7 240, R7240-2GD3-L, 2GB DDR3, 128bit, >> 730/1800MHz, HDMI, DVI-D, D-sub >> >> What would be the best choice here: >> GEFORCE GT 730 >> or