search for: izmirlig

Displaying 14 results from an estimated 14 matches for "izmirlig".

Did you mean: izmirlian
2024 Feb 06
1
[EXTERNAL] Re: NOTE: multiple local function definitions for ?fun? with different formal arguments
...get called and therefore, the calling sequence matters. It?s just protecting you from yourself, but as someone pointed out, there?s a way to silence such notes. G From: Herv? Pag?s <hpages.on.github at gmail.com> Sent: Tuesday, February 6, 2024 2:40 PM To: Izmirlian, Grant (NIH/NCI) [E] <izmirlig at mail.nih.gov>; Duncan Murdoch <murdoch.duncan at gmail.com>; r-devel at r-project.org Subject: Re: [EXTERNAL] Re: [Rd] NOTE: multiple local function definitions for ?fun? with different formal arguments On 2/6/24 11:19, Izmirlian, Grant (NIH/NCI) [E] wrote: The note refers to the fact...
2024 Feb 06
1
[EXTERNAL] Re: NOTE: multiple local function definitions for ?fun? with different formal arguments
...e calling sequence matters. It?s just protecting you from yourself, but as someone pointed out, there?s a way to silence such notes. > G > > > From: Herv? Pag?s <hpages.on.github at gmail.com> > Sent: Tuesday, February 6, 2024 2:40 PM > To: Izmirlian, Grant (NIH/NCI) [E] <izmirlig at mail.nih.gov>; Duncan Murdoch <murdoch.duncan at gmail.com>; r-devel at r-project.org > Subject: Re: [EXTERNAL] Re: [Rd] NOTE: multiple local function definitions for ?fun? with different formal arguments > > > On 2/6/24 11:19, Izmirlian, Grant (NIH/NCI) [E] wrote: > The...
2024 Feb 06
2
NOTE: multiple local function definitions for ?fun? with different formal arguments
...gt; ??? else > ??????? function(u, v, w) (u + v) / w > } > > >> >> >> ________________________________ >> From: Grant Izmirlian <izmirlidroid at gmail.com> >> Date: Sun, Feb 4, 2024, 10:44 AM >> To: "Izmirlian, Grant (NIH/NCI) [E]" <izmirlig at mail.nih.gov> >> Subject: Fwd: [EXTERNAL] R-devel Digest, Vol 252, Issue 2 >> >> Hi, >> >> I just ran into this 'R CMD check' NOTE for the first time: >> >> * checking R code for possible problems ... NOTE >> toto: multiple local functio...
2005 Dec 23
1
can someone help me understand LAM/MPI and Rmpi for use on a cluster
I'm fairly astute at C and R but new to parallelization. Would someone be willing to provide help in the form of a simple example that parallelizes an R function from the inside of a C routine? If so, write me back at izmirlig at mail.nih.gov Thanks!
2024 Jan 29
0
DescTools::Quantile
...a vector of 'p' cumulative probabilities: qtl <- function(p, x, w) { if(length(p)==1) ans <- qtl.one(p, x, w) if(length(p) >1) ans <- sapply(p, FUN=qtl.one, x=x,w=w) ans } ________________________________ From: "Izmirlian, Grant (NIH/NCI) [E]" <izmirlig at mail.nih.gov> Date: Mon, Jan 29, 2024, 3:55 AM To: "Izmirlian, Grant (NIH/NCI) [E]" <izmirlig at mail.nih.gov> Subject: Re: [R] DescTools::Quantile Greetings, I am having a problem with DescTools::Quantile (a function computing quantiles from weighted samples): # these sum...
2024 Feb 04
1
NOTE: multiple local function definitions for ?fun? with different formal arguments
...esult toto <- function(mode) { ifelse(mode == 1, function(a,b) a*b, function(u, v, w) (u + v) / w) } ________________________________ From: Grant Izmirlian <izmirlidroid at gmail.com> Date: Sun, Feb 4, 2024, 10:44 AM To: "Izmirlian, Grant (NIH/NCI) [E]" <izmirlig at mail.nih.gov> Subject: Fwd: [EXTERNAL] R-devel Digest, Vol 252, Issue 2 Hi, I just ran into this 'R CMD check' NOTE for the first time: * checking R code for possible problems ... NOTE toto: multiple local function definitions for ?fun? with different formal arguments The "...
2024 Feb 04
1
NOTE: multiple local function definitions for ?fun? with different formal arguments
...if(mode == 1) function(a,b) a*b else function(u, v, w) (u + v) / w } > > > ________________________________ > From: Grant Izmirlian <izmirlidroid at gmail.com> > Date: Sun, Feb 4, 2024, 10:44 AM > To: "Izmirlian, Grant (NIH/NCI) [E]" <izmirlig at mail.nih.gov> > Subject: Fwd: [EXTERNAL] R-devel Digest, Vol 252, Issue 2 > > Hi, > > I just ran into this 'R CMD check' NOTE for the first time: > > * checking R code for possible problems ... NOTE > toto: multiple local function definitions for ?fun? with...
2005 Nov 04
1
small bug in gl1ce, package lasso2 (PR#8280)
Full_Name: Grant Izmirlian Version: 2.2.0 OS: SuSe Linux version 9.2 Submission from: (NULL) (156.40.34.177) Sorry about the last submission, my bug-fix had an error in it because ifelse doesn't vectorize. I'll repost with the correct bug-fix. ------------------------------------------------------------------------------- The option exists to include all parameters, including the
2016 Jun 20
2
xxx not available for .C in package yyy
...e able to call .C("trian", ...) by hand inside of R, but then when we uncomment out the call in the .R file, it throws the error again. We've even retyped that portion of code, we've even dos2unix 'd everything. Any thoughts? Grant Izmirlian, Ph.D. Mathematical Statistician izmirlig at mail.nih.gov Delivery Address: 9609 Medical Center Dr, RM 5E130 Rockville MD 20850 Postal Address: BG 9609 RM 5E130 MSC 9789 9609 Medical Center Dr Bethesda, MD 20892-9789 ofc: 240-276-7025 cell: 240-888-7367 fax: 240-276-7845 [[alternative HTML version deleted]]
2007 Apr 12
1
LME: internal workings of QR factorization
Hi: I've been reading "Computational Methods for Multilevel Modeling" by Pinheiro and Bates, the idea of embedding the technique in my own c-level code. The basic idea is to rewrite the joint density in a form to mimic a single least squares problem conditional upon the variance parameters. The paper is fairly clear except that some important level of detail is missing. For
2008 Jan 08
0
PwrGSD
...for reference purpose. I appologize for a lengthy note, but attach a quite informative example below. Best Regards, Grant Izmirlian Mathematical Statistician Division of Cancer Prevention US National Cancer Institute 1-(301)496-7519 izmirlig at mail.nih.gov ????? ????????? --------------------------------------------------------------------------------- tlook <- c(7.14, 8.14, 9.14, 10.14, 10.64, 11.15, 12.14, 13.14, 14.14, 15.14, 16.14, 17.14, 18.14, 19.14, 20.14) t0 <- 0:19 h...
2008 Jan 08
0
PwrGSD
...for reference purpose. I appologize for a lengthy note, but attach a quite informative example below. Best Regards, Grant Izmirlian Mathematical Statistician Division of Cancer Prevention US National Cancer Institute 1-(301)496-7519 izmirlig at mail.nih.gov ????? ????????? --------------------------------------------------------------------------------- tlook <- c(7.14, 8.14, 9.14, 10.14, 10.64, 11.15, 12.14, 13.14, 14.14, 15.14, 16.14, 17.14, 18.14, 19.14, 20.14) t0 <- 0:19 h...
2007 Apr 12
0
LME: internal workings of QR factorization --repost
Hi: I've been reading "Computational Methods for Multilevel Modeling" by Pinheiro and Bates, the idea of embedding the technique in my own c-level code. The basic idea is to rewrite the joint density in a form to mimic a single least squares problem conditional upon the variance parameters. The paper is fairly clear except that some important level of detail is missing. For
2005 Nov 04
2
Classification Trees and basic Random Forest pkg using tree structures in C
Hello R-devel: I have written a package, called "woods", that does classification trees (R function CT), and currently, only the most basic functionality of Random Forest, e.g. bagged trees with choices about sample size, with/without replacement, size of (random) subset of covariates drawn when nodes are split. My reason for writing this is twofold. First, I wanted to base this