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.

283 results for “from:Hans W Borchers”

Discrimination of almost-random time series
Hans W Borchers · Nov 13, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071113/b673cd31/attachment.pl

vectors cross-product V1 x V2
Hans W Borchers · Jul 8, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110709/67b095df/attachment.pl>

CRAN package NlcOptim query
Hans W Borchers · Jan 18, 2019 · r-help

The maintainer of the *NlcOptim* package told me that he has fixed the problem and already submitted a new version to CRAN. Thanks, XianYan, for this prompt reaction.

Error in gamma(delta + (complex(0, 0, 1) * (x - mu))/alpha) : unimplemented complex function
Hans W Borchers · Apr 3, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120403/923b2141/attachment.pl>

Graphing complex functions
Hans W Borchers · Oct 22, 2013 · r-help

John Van Praag <john <at> jvp247.com> writes: > > Does R have any facilities, or packages, for graphing complex functions? Package 'elliptic' has function view() for "Visualization of complex functions using colourmaps and contours" Hans Werner

how to count the total number of (INCLUDING overlapping) occurrences of a substring within a string?
Hans W Borchers · Dec 20, 2009 · r-help

Hans W Borchers <hwborchers <at> googlemail.com> writes: > Sorry, my fault. I forgot the brackets. With gregexpr("(.)(?=.\\1)", "ababacababab", perl = TRUE) it works as you suggested. Thanks Hans Werner

R Code and the Pygments Python SyntaxHighlighter
Hans W Borchers · Mar 27, 2008 · r-help

Dear R Help, is someone going to write a R/S language lexer for the Pygments Python syntax highlighter <http://pygments.org/>? As it is used now by Trac, Django, or the Python documentation tool Sphinx, the R community can...

double integral
Hans W Borchers · Jun 18, 2010 · r-help

suman dhara <suman.dhara89 <at> gmail.com> writes: > > Sir, > I want to calculate double integral in R. Is there any function to do this? If your domain of integration is a hypercube, try packages 'cubature' or 'R2cuba'. Otherwise, you have...

Dependency errors for package pracma
Hans W Borchers · Nov 9, 2023 · r-help

What really interests me: With all those strict checking procedures, how is it possible that the new 'Matrix' version got accepted on CRAN? I think this happened twice to me before, and it takes a lot of time to check...

Hash fuctions library for R?
Hans W Borchers · Oct 14, 2010 · r-help

Uwe Ziegenhagen <ziegenhagen <at> gmail.com> writes: > > Hi, > > I would like to calculate various hash sums for given string but haven't > found a suitable package, yet. > > I found tools::md5sum which works only for files, however I would like...

Hilbert Huang Transformation
Hans W Borchers · Jan 27, 2011 · r-help

Jumlong Vongprasert <jumlong.ubru <at> gmail.com> writes: > Dear All > I try to use Hilbert Huang Transformation in R. > How I can do. > Many Thanks. > The Hilbert-Huang transformation is a combination of "empirical mode decomposition" (EMD) and "Hilbert Spectral...

x[0]: Can '0' be made an allowed index in R?
Hans W Borchers · Apr 24, 2024 · r-help

I hereby protest strongly against the misuse of this thread through unnecessary and pointless discussions. My request was satisfactorily answered with references to R libraries and legitimate warnings about the use of zero-based indexing schemes in R. If you...

Subset Regression Package
Hans W Borchers · Feb 17, 2009 · r-help

Alex Roy <alexroy2008 <at> gmail.com> writes: > > Dear all , > Is there any subset regression (subset selection > regression) package in R other than "leaps"? Lars and Lasso are other 'subset selection' methods, see the corresponding packages 'lars' and 'lasso2' and its...

Rdonlp2 -Query
Hans W Borchers · Mar 7, 2009 · r-help

Leo Guelman <leo.guelman <at> gmail.com> writes: > > Hi, > > Did anyone used this package? Could you please share your thought on it? What do you, exactly, mean with "share your thought on it"? It has its pros and cons, as...

Base function for flipping matrices
Hans W Borchers · Dec 31, 2011 · r-help

Hadley Wickham <hadley <at> rice.edu> writes: > See functions flipud(), fliplr() in package 'matlab' (or 'pracma'). Those are the names of corresponding functions in MATLAB. Hans Werner > Hi all, > > Are there base functions that do the equivalent of this? > > fliptb...

Need to help to get value for bigger calculation
Hans W Borchers · May 22, 2012 · r-help

Rehena Sultana <hena_4567 <at> yahoo.com> writes: > I want to calculate values like 15^200 or 17^300 in R. In normal case it can > calculate the small values of b (a^b). > I have fixed width = 10000 and...

Prime Factorization
Hans W Borchers · Sep 21, 2010 · r-help

David Winsemius <dwinsemius <at> comcast.net> writes: > > A further citation that answers the question I raised (and > inaccurately predicted no value) regarding prime.sieve : > > http://finzi.psych.upenn.edu/R/Rhelp02/archive/49773.html > > This was found with Barons search...

FastICA
Hans W Borchers · Aug 11, 2008 · r-help

Maura E Monville <maura.monville <at> gmail.com> writes: > > Is the FastICA R implementation as good as the MatLab Implementation ? > I would appreciate talking to someone who has used FastICA for R. The fastICA packages for Matlab and R (and...

Strange behaviour of the ':' operator
Hans W Borchers · Apr 27, 2014 · r-devel

Is the following really intended behaviour of the ':' operator, > s <- pi - 3.0 + 1e-07 > x <- s:pi > x [1] 0.1415928 1.1415928 2.1415928 3.1415928 though the last entry in the range vector is greater than pi...

R Redis
Hans W Borchers · Nov 28, 2021 · r-help

> Have anybody used this module? > https://cran.r-project.org/web/packages/rredis/README.html > > Could share your experience please. thank you. I have successfully used this package (on Linux and macOS) and I think it is a great way...

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