search for: lpl

Displaying 15 results from an estimated 15 matches for "lpl".

Did you mean: dpl
2017 Aug 24
2
likert Package
R- Help Forum Working with the "likert" package and I can't figure out why my "bar" graphs are backwards (see attached). The percentages are place correctly but the bars are backwards. #Sample code # libraries library(likert) # create data band <- c("Band 3","Band 3","Band 3","Band 3","Band 3","Band
2010 Dec 09
1
survival: ridge log-likelihood workaround
Dear all, I need to calculate likelihood ratio test for ridge regression. In February I have reported a bug where coxph returns unpenalized log-likelihood for final beta estimates for ridge coxph regression. In high-dimensional settings ridge regression models usually fail for lower values of lambda. As the result of it, in such settings the ridge regressions have higher values of lambda (e.g.
2006 Jun 07
1
[Bug 52] ssh hangs on exit
http://bugzilla.mindrot.org/show_bug.cgi?id=52 espenra at lpl.nu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |espenra at lpl.nu ------- Comment #25 from espenra at lpl.nu 2006-06-07 21:39 ------- (In reply to c...
2003 Feb 13
3
search contrasts tutorial
...me mails and infos about in various documents about R, but I've probably missed a good review on this subject. -- Robert Espesser Laboratoire Parole et Langage UMR 6057, CNRS 29 Av. Robert Schuman 13621 AIX (FRANCE) Tel: +33 (0)4 42 95 36 26 Fax: +33 (0)4 42 59 50 96 http://www.lpl.univ-aix.fr/~espesser mailto:Robert.Espesser at lpl.univ-aix.fr
2001 Sep 11
2
correlation predictors problem
...h R1.2 on RH6.2 and R.1.3.1-1 on RH7.0 (with the updated glibc2.2). A similar error is obtained with lm. Thank you -- Robert Espesser Laboratoire Parole et Langage ESA 6057, CNRS 29 Av. Robert Schuman 13621 AIX (FRANCE) Tel: +33 (0)4 42 95 36 26 Fax: +33 (0)4 42 59 50 96 http://www.lpl.univ-aix.fr/~espesser mailto:Robert.Espesser at lpl.univ-aix.fr -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the &...
2009 Nov 27
4
[Bug 25319] New: KSnapshot in allocation mode crashes X
http://bugs.freedesktop.org/show_bug.cgi?id=25319 Summary: KSnapshot in allocation mode crashes X Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2004 Jan 16
0
anova repeated measure interpretation
...onsequently, I am not sure about the rightness and the interpretation of this model. I will really appreciate your help. -- Robert Espesser Laboratoire Parole et Langage UMR 6057, CNRS 29 Av. Robert Schuman 13621 AIX (FRANCE) Tel: +33 (0)4 42 95 36 26 Fax: +33 (0)4 42 59 50 96 http://www.lpl.univ-aix.fr/~espesser mailto:Robert.Espesser at lpl.univ-aix.fr
2010 Aug 04
5
Question regarding significance of a covariate in a coxme survival model
Hi, I am running a Cox Mixed Effects Hazard model using the library coxme. I am trying to model time to onset (age_sym1) of thought problems (e.g. hearing voices) (sym1). As I have siblings in my dataset, I have decided to account for this by including a random effect for family (famid). My covariate of interest is Mother's diagnosis where a 0 is bipolar, 1 is control, and 2 is major
2006 Oct 06
13
Need some help with latest win32-mmap
Hi all, I''ve got the latest win32-mmap code checked into CVS. Unfortunately, it seems that I''m not able to open an existing mapping and retrieve set data. Below is a simple example that seems like it ought to work but doesn''t. Any ideas? # map1.rb require ''win32/mmap'' include Win32 mmap = MMap.new(:name => ''alpha'', :size
2001 Dec 23
1
aov for mixed model (fixed and random)?
I'm starting to understand fixed and random effects, but I'm puzzled a bit. Here is an example from Hays's textbook (which is great at explaining fixed vs. random effects, at least to dummies like me), from the section on mixed models. You need library(nlme) in order to run it. ------ task <- gl(3,2,36) # Three tasks, a fixed effect. subj <- gl(6,6,36) # Six subjects, a random
2013 Aug 08
14
[LLVMdev] [global-isel] Proposal for a global instruction selector
...phi i32 [ %q2, %loop ], [ %q, %entry ] %sum1:i64,VecBank = phi i64 [ %sum2, %loop ], [ %sum0, %entry ] %iv2:i32,IntBank = add i32 %iv, -1 %p2:i32,IntBank = add i32 %p1, i32 8 %q2:i32,IntBank = add i32 %q1, i32 8 %lp:i64,VecBank = load %p1, align 4 %lq:i64,VecBank = load %q1, align 4 %lpl:i32,IntBank = extract_element i64 %lp, 0 %lph:i32,IntBank = extract_element i64 %lp, 1 %lql:i32,IntBank = extract_element i64 %lq, 0 %lqh:i32,IntBank = extract_element i64 %lq, 1 %prodl:i32,IntBank, %prodh0:i32,IntBank = umul_lohi i32 %lpl, %lql %prodh1:i32,IntBank = mul i32 %lpl, %lqh...
2008 May 22
0
[ANNOUNCE] xorg-server 1.4.99.902
..., log the file name, not the NULL file pointer Bart Trojanowski (1): Bug #14332: Fix PCI access cycles from x86emu. Daniel Stone (3): XkbCopyKeymap: Fix broken indentation gitignore: Add two more bits XKB: Actually explain keymap failures Dave Airlie (8): quirk: fix LPL monitors properly. quirk: add quirk for ACER EDID quirk: add quirk for ACR 640x350 default mode is wrong glcore: zero fbconfigs before filling them in. glcore: make visualRating GLX_NONE - note GLX_NONE is not == 0 glx: silly nitpick... GLcore: make googleearth n...
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...etween unpenalized log-likelihood and penalized log-likelihood is not insignificant. I would be grateful if someone can confirm that the below code is correct workaround. --- end included message ---- First, the "bug" you report is not a bug. The log partial likelihood from a Cox model LPL(beta) is well defined for any vector of coefficients beta, whether they are result of a maximization or taken from your daily horoscope. The loglik component of coxph is the LPL for the reported coefficients. For a ridge regression the coxph function maximizes LPL(beta) - penalty(beta) = penalize...
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...damn then my cut-n-paste ate my end of lines... mi: set the private key to a unique non-zero value entity sharing: make !shareable entity non-fatal. xf86Cursors: fix memset for non-square cursors xf86Crtc: add higher level modesetting entry point. quirks: another LPL panel with the cm/mm wrong Dave Jones (1): Kdrive: fix nasty thinko in TslibEnable() David Nusinow (26): Move module defaults from the header to the source file. Fix bug in debugging info related to pci-rework merge Load intel instead of i810 when autoconfiguring Fir...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking