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.

265 results for “from:Lorenzo Isella”

Natural Language Recognition
Lorenzo Isella · May 17, 2013 · r-help

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

Binomial Regression and nnet
Lorenzo Isella · Jul 4, 2013 · r-help

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

Distribution Fitting
Lorenzo Isella · Apr 23, 2006 · r-sig-finance

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20060424/5ee8e8a2/attachment.pl

Classification of Multivariate Time Series
Lorenzo Isella · May 27, 2013 · r-help

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

Lempel-Ziv Entropy Estimator
Lorenzo Isella · Sep 20, 2010 · r-help

Dear All, Does anyone know if there is any R implementation of the Lempel-Ziv entropy estimator? I searched for it in the entropy contributed package, but unsuccessfully. Cheers Lorenzo

Random Forest in Caret
Lorenzo Isella · Apr 22, 2015 · r-help

Dear All, I am a bit concerned about the memory consumption of randomForest in caret. This seems to e due to the fact that the option keep.forest=FALSE does not work in caret. Does anybody know a workaround for...

Stata Database & R
Lorenzo Isella · Oct 26, 2012 · r-help

Dear All, I am given some data to analyze. The data is in the form of a Stata database (.dta file). What is the best way to import it into an R dataframe? Is there any particular caveat I should...

Changing Color of Selected Column Names in Corrplot
Lorenzo Isella · Jun 16, 2017 · r-help

Dear All, Please consider the following example library(corrplot) M <- cor(mtcars) corrplot(M, method="circle", type="lower", diag=F) Suppose that I want to have the label "mpg" at the top in black and leave everything else in red...

How to Find Version of Installed Library?
Lorenzo Isella · Mar 1, 2010 · r-help

Dear All, Sorry for the trivial question, but if you are using Linux and want to know the version of your installed libraries, what are you supposed to do? library() just tells you what R libraries you have installed on...

Automatic File Reading
Lorenzo Isella · Oct 18, 2006 · r-help

Dear All, I am given a set of files names as: velocity1.txt velocity2.txt and so on. I am sure there must be a way to read them automatically in R. It is really taking me longer to read...

Detecting Growth Trends
Lorenzo Isella · Aug 31, 2010 · r-help

Dear All, I am given some noisy data which (by naked eye) appears to be oscillating first but finally growing. Is there any statistical set (I mean something different from e.g. a linear fit, which would not be convincing...

R Profiling
Lorenzo Isella · Oct 12, 2010 · r-help

Dear All, I need to do some very basic R profiling, something along the lines of: run this whole script five times and return the average completion time. I do not want (at this stage) delve into the details of...

Amelia: Inputing Integers
Lorenzo Isella · Jan 6, 2016 · r-help

Dear All, I can provide a numerical example if needed. My problem is the following: I am using amelia to input some missing data in a dataset. The problem is that some columns consist of integer numbers only and amelia...

Arrows Pointing to Curve
Lorenzo Isella · Sep 26, 2007 · r-help

Dear All, I hope this is not a FAQ, but my online research was not fruitful. Consider a standard 2D plot generated with the "plot" command. I would like to introduce inside the graph some text with an arrow pointing...

Accessing The Output of NLS
Lorenzo Isella · May 23, 2006 · r-help

Hi, Probably a trivial question: if you do type something like: out<-nls( here goes the model ), then you can type "out" or "summary(out)" to see the fitted parameters, the quality of the fit etc... but what if you...

Hashing a set
Lorenzo Isella · Sep 29, 2010 · r-help

Dear All, I am given a time series such at, at every time t_i, I am given a set of data (every element of the set is just an integer number). What I need is an injective function able...

Minimum Binding Box in 3D
Lorenzo Isella · Sep 13, 2016 · r-help

Dear All, I would like to know if anybody is aware of an R implementation of a minimal bounding box ( http://bit.ly/2cKaSgT ) algorithm in R for points in 3 dimensions. It looks like there is no shortage of...

Creating Table from Boxplot
Lorenzo Isella · Jan 8, 2010 · r-help

Dear All, I know how to use the boxplot() function to generate a boxplot, but I would like to (automatically) extract 5 numbers (median and the 4 quantiles) for each column and possibly save them into a convenient format. Can...

Latex-Style Characters in R
Lorenzo Isella · Jun 15, 2006 · r-help

Dear All, I am starting to use R excellent graphical facilities to produce good-looking plots. However, I do not know yet how for use pedices/apices (e.g. when you write cm^3) and Greek letters (e.g. \sigma...

Matching long strings ... was Re: Memory management in R
Lorenzo Isella · Oct 10, 2010 · r-help

On 10/10/2010 04:11 PM, David Winsemius wrote: > length(matchPattern(fut_string, past_string)@start ) == 0 Wow, thanks a lot! I am still testing this, but it looks like this is a good replacement for grepl. Definitely, since...

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