Re: [R] [EXTERNAL] Re: The "--slave" option

2019-09-19 Thread Sicotte, Hugues, Ph.D. via R-help
I prefer backward compatibility to PC too, but since we're on the topic, My personal PC advocacy is against the term blacklist always being associated with some "negatives". A search of CRAN found several packages using this term. I advocate using a more descriptive term, such.

[R] Tobit model with L1 and L2 penalties (elastic net)

2014-05-01 Thread Sicotte, Hugues, Ph.D.
Does anyone know of package that implements a tobit model with L1 and L2 (lasso and ridge) penalties aka elastic net. I am interested in an elastic net implementation of tobit because my variables are SNPs genotypes/dosage in Linkage disequilibrium and elastic net type models to well for that.

Re: [R] Which() missing a number

2014-03-18 Thread Sicotte, Hugues, Ph.D.
I think you want to do which(neilist %in% pfriends) -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Thomas Sent: Tuesday, March 18, 2014 6:14 AM To: r-help@r-project.org Subject: [R] Which() missing a number Does anyone know why

Re: [R] Howto view function's source code of an installed package

2010-09-28 Thread Sicotte, Hugues
The instructions below are for examining files from a source code file. For package binaries, the R code may be in a binary file (.rdb).. Then the following will help. The first thing to try is to Download and install the package and type library(packagename) Type the function name (without the

[R] RJDBC error with db2 driver

2009-04-01 Thread Sicotte, Hugues
Anybody knows what could be the problem? I am trying to use the class4 (I also tried the class2) JDBC driver for DB2 and I get the following error. This driver is for db2 9.5, so it does not require a matching license .jar file, and I tried redownloading the driver. I am running R 2.6 on Windows