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”

Rsolnp examples
Hans W Borchers · Oct 29, 2010 · r-help

Jan Theodore Galkowski <bayesianlogic <at> acm.org> writes: > > I'm interested in the Rsolnp package. For their primary function > "solnp", one example is given, and there is a reference to "unit > tests". Anyone know where these can be found? Also...

Discretization of numeric attributes
Hans W Borchers · May 7, 2002 · r-help

> >rpart and tree, for example. Yes, I know that recursive partitioning does some kind of splitting numerical variables. I looked into 'rpart.chm', but could not identify a function that I could call. What I would need is something like...

Regarding Savitzky-Golay Smoothing Filter
Hans W Borchers · Feb 22, 2011 · r-help

reynolds pravindev <reynoldspravindev <at> gmail.com> writes: > Hi > When we use the sav_gol command in R , it shows an error which says: " > error in as.matrix". We've downloaded the necessary packages. Kindly > help us with this issue. If...

Discretization of numeric attributes
Hans W Borchers · May 7, 2002 · r-help

Dear R-helpers: I am interested in discretization methods for numerical attributes, as they are reported in the 'machine learning' community. For example, the work of Fayyad & Irani (IJCAI-93), Kononenko, entropy-based approaches, MDL principle, the C4.5 approach...

logarithmic integrals in R?
Hans W Borchers · May 29, 2010 · r-help

Oliver Kullmann <O.Kullmann <at> swansea.ac.uk> writes: > > Hello, > > I couldn't find information on whether the logarithmic integrals > > Li_m(x) = integral_0^x log(t)^(-m) dt > > for x >= 0 are available in R? I saw your...

Applying rbind() to a sequence of data frame names
Hans W Borchers · Apr 1, 2008 · r-help

I have a set of data frames ds1, ds2, ... each having the same columns and column names: ds1 <- data.frame(x=c(1,2,3,4), y=c(5,6,7,8)) ds1 <- data.frame(x=c(9,10,11...

Second order bessel function
Hans W Borchers · Mar 5, 2015 · r-help

On Wed Mar 4 21:32:30 CET 2015 Chris Vanlangenberg writes: > > I want to compute the numerical values for modified second order bessel > function given x and other parameters, currently base R has a bessel > function for 1st order...

class of 'try' if error is raised
Hans W Borchers · Dec 15, 2019 · r-help

I have been informed by CRAN administrators that the development version of R issues warnings for my package(s). Some are easy to mend (such as Internet links not working anymore), but this one I don't know how to...

Execution of a .sce file through R
Hans W Borchers · Dec 31, 2008 · r-help

ykank <spicyankit4u <at> gmail.com> writes: > > > Dear R Users > > Does some has any idea about how to execute a scilab file(.sce file) from > the Terminal in R. > Any kind of guidance would be highly welcomed and appreciated. Have you...

Using lm to estimate a parameter?
Hans W Borchers · Feb 19, 2013 · r-help

Uwe Ligges <ligges <at> statistik.tu-dortmund.de> writes: > > On 19.02.2013 11:23, hellen wrote: > > Hi, > > I have a data with three variables (X,Y,Z) and I have an equation as > > Z=X/(1+L*X/Y...

R interface to PSwarm
Hans W Borchers · Jul 23, 2009 · r-help

Dear list: Being a bit unsatisfied with global optimization approaches in R such as "SANN" (in 'optim') or DEoptim, I looked for alternatives on the Web, such as PSwarm <http://www.norg.uminho.pt/aivaz/pswarm/> or PIKAIA. There is...

principal factor analysis
Hans W Borchers · Jul 20, 2008 · r-help

Jinsong Zhao <jszhao <at> mail.hzau.edu.cn> writes: > > Hi, > > Is there a function to do principal factor analysis in R? Do a 'RSiteSearch("factor analysis")' and you will find several packages for Factor Analysis, such as: FAiR Factor Analysis...

ttda and text-mining
Hans W Borchers · Nov 10, 2008 · r-help

LE PAPE Gilles <lepape.gilles <at> neuf.fr> writes: > > The "ttda" package was devoted to text-mining. It seems to be no more > available. Did the name change ? Are other packages devoted to text-mining? The 'ttda' package is deprecated...

Double Integration
Hans W Borchers · Jul 3, 2010 · r-help

Bogaso Christofer <bogaso.christofer <at> gmail.com> writes: > > Hi Ravi, your suggestion helped me as well a lot. If I look into > that function, I see this function is calling another function : > > .Call("doCubature", as.integer(fDim), body(f.check...

Help on a Display function
Hans W Borchers · Jan 14, 2011 · r-help

> I wanted to simulate the Matlab DISPLAY function for some time now. After seeing a recent proposal by Gabor Grothendieck I came up with the following solution, display <- function(...) { my_names <- lapply(substitute(placeholderFunction(...))[-1], deparse) for (my in my...

Which external functions are called in a package?
Hans W Borchers · Jan 3, 2020 · r-help

You are absolutely right. I forgot that there is a difference between the unpacked and the installed directory of a package. The documentation of the *pkgapi* package in development is quite scarce and does not mention the details. Thanks for...

Package RGtk2, rattle, libatk-1.0.0.dll Errors
Hans W Borchers · Feb 28, 2007 · r-help

j.joshua thomas <researchjj <at> gmail.com> writes: > > Dear Group, > > I have followed the instructions from the link > http://datamining.togaware.com/survivor/Installing_GTK.html > However i couldn't fix the libatk01.0.0.dll application error > It is...

Histogram with colors according to factor
Hans W Borchers · Jul 8, 2008 · r-help

Given a data frame with a continuous variable and a factor. I would like to generate a histogram of the continuous variable, where each bar is filled with different colors according to the percentage of factor values falling into this...

MCP solver
Hans W Borchers · Oct 12, 2013 · r-help

Maxwell, John McFarland <jmmaxwell <at> wsu.edu> writes: > Hello, > > I'm trying to find a solver that will work for the mixed complementarity > problem (MCP). I've searched the CRAN task view page on optimization and > mathematical programming as well...

Optimisation with Normalisation Constraint
Hans W Borchers · Jun 22, 2018 · r-help

One way will be to solve this as an ordinary optimization problem with an equality constraint. Function `alabama::auglag` can do this: library(alabama) fn <- function(p) sum((df$y - p[1]*exp(-p[2]*df$x))^2) heq <- function...

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