Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

999 results for “from:Charles C. Berry”

Trying to get around R
Charles C. Berry · Nov 19, 2007 · r-help

Compiling packages from source under Mojave (10.14.x)
Charles C. Berry · Apr 4, 2019 · r-sig-mac

FWIW, I had the same experience - updated to 10.14.4 and got a Command Line Tools update and then found /usr/include wiped clean.

A slightly unorthodox matrix product.
Charles C. Berry · Aug 4, 2018 · r-help

> On Aug 4, 2018, at 12:59 PM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: > ... > Slick work on the vectorizing, but for the future reference it was slightly buggy: > Thanks for catching that! Chuck

!0 + !0 == !0 - !0
Charles C. Berry · Mar 18, 2013 · r-help

Ben Bolker <bbolker <at> gmail.com> writes: > Maybe FAQ 7.31 was referred to not for its direct relevance but as > a measure of the "old-hand-ness" of the people who will get the joke. !1i|!0 Chuck

Bug in predict.lm?
Charles C. Berry · Nov 15, 2013 · r-help

Charles Berry <ccberry <at> ucsd.edu> writes: > > Bert Gunter <gunter.berton <at> gene.com> writes: > [snip] > > I do not see this (see below). > > Maybe traceback() or options(recover=browser) to get > to the bottom?? Argh! I meant: options(error = recover...

R maintains old values
Charles C. Berry · Jul 3, 2018 · r-help

> On Jul 3, 2018, at 6:25 AM, J C Nash <profjcnash at gmail.com> wrote: > > Now, to add to the controversy, how do you set a computer on fire? >From the bash prompt: stuxnet --overload=cpu,disk,network,gpu...

boosting for multi-class classification
Charles C. Berry · Mar 12, 2006 · r-help

Simon Knapp <sleepingwell <at> gmail.com> writes: > > Hi List, > > I can't seem to find a package that implements boosting for > multi-class classification. > > Does such a package exist? In an R session, try RSiteSearch( "boosting", restrict="functions" ) This gives...

[Bioc-devel] GenomicFiles: some random issues
Charles C. Berry · Sep 29, 2014 · bioc-devel

Michael Lawrence <lawrence.michael <at> gene.com> writes: > > This comes down to an inheritance vs. composition decision, but I hope > everyone is aware of the extraColumnSlots mechanism in GRanges that makes > it easy to add additional "column-shaped" slots to...

Compare two normal to one normal
Charles C. Berry · Sep 22, 2015 · r-help

On Tue, 22 Sep 2015, John Sorkin wrote: > > In any event, I still don't know how to fit a single normal distribution > and get a measure of fit e.g. log likelihood. > Gotta love R: > y <- rnorm(10) > logLik...

silent recycling in logical indexing
Charles C. Berry · Jan 4, 2018 · r-devel

> On Jan 4, 2018, at 1:44 PM, Ben Bolker <bbolker at gmail.com> wrote: > > Chuck: I don't see how this example represents > incomplete/incommensurate recycling. It doesn't. I took your subject line to be the theme of...

Help: is there a R Package for L1-regression (not regression with L1-penalty)
Charles C. Berry · Nov 21, 2012 · r-help

"Chee Chen" <chee.chen at yahoo.com> writes: > Dear All, > Is there a R package for L1-regression (meaning, optimize the sum of > absolute deviations, NOT TO BE UNDERSTOOD as regression with > L1-penalty) ? Yes. > Any information will be appreciated...

ADCP data processing in R
Charles C. Berry · Mar 13, 2013 · r-help

Janesh Devkota <janesh.devkota <at> gmail.com> writes: > > Hello R Users, > > I have ADCP (Acoustic Doppler Current Profiler) data measurements for a > river and I want to process these data using R. Is there a R package to > handle ADCP...

French Curve
Charles C. Berry · Apr 1, 2005 · r-help

Ken Knoblauch <knoblauch <at> lyon.inserm.fr> writes: > > >I remember that my father had a French curve: it was a plastic template > >used for drawing which had several smooth edges of varying curvature. Yes. These were used by graphic artists...

How to delete Identical columns
Charles C. Berry · Mar 28, 2013 · r-help

Katherine Gobin <katherine_gobin <at> yahoo.com> writes: > > Dear R forum > > Suppose I have a data.frame > Say. [snip] > How to automatically identify and retain only one column (in this example column x) among the identical > columns besides other non...

How to define mutualy exclusive parameters of a function
Charles C. Berry · Apr 26, 2018 · r-help

> On Apr 26, 2018, at 6:46 AM, Polychronis Kostoulas <polychronis.kostoulas at gmail.com> wrote: > > Dear All, > apologies if this is basic: I am writing a function: > > fb<-function(mean, median, mode, a, b=0.95, lower=F) > {....} > > The...

md5sum for R-2.2.0-win32.exe ??
Charles C. Berry · Oct 20, 2005 · r-devel

I get c1279b77fcccf40379f59a83523a440e *R-2.2.0-win32.exe but I see e8bdf765fe8013129045314c8e2605fd *rw2011.exe on several USA mirrors. I hope the latter is merely in need of a replacement and not an indication of a problem with the web...

identifying odd or even number
Charles C. Berry · Jul 1, 2010 · r-help

On Thu, 1 Jul 2010, Yemi Oyeyemi wrote: > Hi, I run into problem when writing a syntax, I don't know syntax that > will return true or false if an integer is odd or even. Thanks See ?"%%" example("%%") ?"==" HTH, Chuck...

Puzzled by the behaviour of rbinom().
Charles C. Berry · Jul 30, 2022 · r-help

Rolf, > On Jul 30, 2022, at 4:08 PM, Rolf Turner <r.turner at auckland.ac.nz> wrote: > > The index "i" in "c(i,j-1,pr)" is undefined. Should that be > "c(j,j-1,pr)"? Sorry, that `i...

Multiple Integrals
Charles C. Berry · Aug 29, 2015 · r-help

On Sat, 29 Aug 2015, Shant Ch wrote: > Hello Dr. Berry, > > I know the theoretical side but note we are not talking about > expectation of sums rather expectation of ABSOLUTE value of the function > (X1/3+X2/3+X3/3...

minor edit WAS: Re: selectively importing functions etc. from files
Charles C. Berry · Nov 30, 2008 · r-help

On Sun, 30 Nov 2008, Charles C. Berry wrote: > On Sun, 30 Nov 2008, Faheem Mitha wrote: > [much deleted] I missed a '\n >' in my previous post. It should have read: > eval(foobar.expr[[ 1 ]]) > ls() > [1] "foo" "foobar.expr...

Can't find what you're looking for? Try searching with Google .