search for: portnoy

Displaying 10 results from an estimated 10 matches for "portnoy".

Did you mean: portno
2013 Oct 31
1
init script as provided http://wiki2.dovecot.org/DovecotInit
...he chkconfig used by RHEL and clones too. Also, maybe it should be installed by the Makefile's install target? it could then also set: DAEMON=/path/to/dovecot/daemon instead of: DAEMON=/usr/local/sbin/dovecot Cause naturally, it will know the prefix chosen. May the source be with you, Jess Portnoy
2015 Feb 20
1
requireNamespace etiquette
...e there is the locution: if(!requireNamespace("survival", quietly = TRUE)) stop("crq requires survival package to be installed") However, when R CMD check tries to do one of the crq examples I see: > f <- crq(Surv(y,d,type = "left") ~ x, method = "Portnoy") Error in eval(expr, envir, enclos) : could not find function "Surv" Calls: crq ... eval -> model.frame -> model.frame.default -> eval -> eval Execution halted Can someone suggest a fix? Roger -- View this message in context: http://r.789695.n4.nabble.com/require...
1999 Dec 13
0
SUMMARY: IMAP security across the net
...t; Michael H. Warfield <mhw@wittsend.com> Peter H. Lemieux <phl@cyways.com> Petr Sulla <xsulla@informatics.muni.cz> Ren Sauceda, Computer Systems Engineer (kvsauceda@lbl.gov) Shawn Robinson <srobins1@tps.tci.telus.com> Shawn Tagseth <stagseth@bbm.ca> Stephen Peters <portnoy@portnoy.org> Tomas Revesz <tomi@neogenesis.com> Tony Annese <tony@whidbey.net> alex@cathy.uuworld.com Blair. > -----Original Message----- > From: Blair Lowe [mailto:Blair.Lowe@compeng.net] > Sent: Wednesday, December 08, 1999 11:36 AM > To: linux-security@redhat....
2009 Sep 11
1
memory limit problem
Hi, I have Win XP 32, 4 gig DDR2 and R 2.9.2. I have memory limit problems. > memory.limit(4090) [1] 4090 > memory.limit() [1] 4090 > a<-trans.matrix.f(7) # made big matrix of integer 16384*16384 Error: cannot allocate vector of size 512.0 Mb I not have other objects in R memory. what I do? trans.matrix.f <- function(x){ tr.mat <- matrix(c(0,1,1,0),2) for(i in 2:(2*x))
2003 Sep 01
0
Quantile Regression Packages
...s of X, with nonparametric components defined as functions of z1 and z2. Rather than estimating conditional mean functions, conditional quantile functions are estimated using penalty methods. When z1 is univariate fitting is based on the total variation penalty methods described in Koenker, Ng and Portnoy (Biometrika, 1994). When z2 is bivariate fitting is based on the total variation penalty (triogram) methods described in Koenker and Mizera (2003), available at http://www.econ.uiuc.edu/~roger/research/goniolatry/gon.html and forthcoming in JRSS(B). There are options to constrain the qss componen...
2005 Mar 24
1
Books on survival analysis and R/S
I will be giving a course in survival analysis using R (of course!) for people who know nothing about the subject (including R), but know basic statistics. I'm looking for a suitable course book. Therneau & Grambsch (2000) is an excellent book, but too much for this course. I need somthing more elementary. I have a vague memory saying that such books exist, but I cannot find any for the
2006 Feb 06
1
Classification of Imbalanced Data
Hi, I'm looking to perform a classification analysis on an imbalanced data set using random Forest and I'd like to reproduce the weighted random forest analysis proposed in the Chen, Liaw & Breiman paper "Using Random Forest to Learn Imbalanced Data"; can I use the R package randomForest to perform such analysis? What is the easiest way to accomplish this task? Thanks,
2005 Mar 03
1
total variation penalty
Hi, I was recently plowing through the docs of the quantreg package by Roger Koenker and came across the total variation penalty approach to 1-dimensional spline fitting. I googled around a bit and have found some papers originated in the image processing community, but (apart from Roger's papers) no paper that would discuss its statistical aspects. I have a couple of questions in this
2009 Sep 11
3
For sending my R package as part of R-project
...low minimum legend value (emorway) 61. Re: Complex binning? (Bert Gunter) 62. Re: R 2.9.2 memory max - object vector size (William Dunlap) 63. Re: "Read.csv" in R with dynamic file (1st) argument (Steven Kang) 64. Re: Complex binning? (Mark Knecht) 65. memory limit problem (oleg portnoy) 66. Re: memory limit problem (Steve Lianoglou) 67. Bootstrap simulation (MarcioRibeiro) 68. Exporting the formula for a LOESS fit (jrflanders) 69. Re: Exporting the formula for a LOESS fit (Peter Alspach) 70. Re: "Read.csv" in R with dynamic file (1st) argument (Don Mac...
2006 Jan 19
0
obtaining ROC curve from Nearest Shrunken Centroids (pamr)
Hello, I have binary labels from a nearest shrunken centroids prediction (package pamr). I need to obtain a ROC curve for this test. What is the easiest way to obtain one? Paolo Sonego