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.

26 results for “from:A M Lavezzi”

selecting elements in vector
A M Lavezzi · Jan 14, 2011 · r-help

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

selecting elements in vector
A M Lavezzi · Jan 14, 2011 · r-help

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

evaluating partitions in CLUE
A M Lavezzi · May 20, 2009 · r-help

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

loading data frames and rbind them
A M Lavezzi · Mar 12, 2013 · r-help

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

loading data frames and rbind them
A M Lavezzi · Mar 13, 2013 · r-help

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

counting strings of identical values in a matrix
A M Lavezzi · Nov 15, 2007 · r-help

Hello I have this problem. I have a large matrix of this sort: > prova [,1] [,2] [,3] [,4] [1,] 3 3 3 3 [2,] 3 3 3 1 [3,] 1 3 3 3 [4,] 1 1 1 3 [5,] 3...

matching similar character strings
A M Lavezzi · Jun 21, 2013 · r-help

Hello everybody I have this problem: I need to match an addresses database F1 with the information contained in a toponymic database F2. The format of F1 is given by three columns and 800 rows, with the columns being: A1...

matching similar character strings
A M Lavezzi · Jul 2, 2013 · r-help

Dear Arun, please excuse me for this late reply, we had to stop working on this temporaririly. Let me reproduce here two examples of rows from F1 and F2 (sorry, but with dput() I am not able to produce a...

counting run lengths
A M Lavezzi · Oct 27, 2008 · r-help

Dear Richard, Martin, Dimitris and Domenico thank you very much for your help. I must say that the fastest procedure appears to be the one suggested by Richard > This runs pretty quickly: > unSpells <- nrow(Atr) - apply(Atr,2,function(x...

organizing data in a matrix avoiding loop
A M Lavezzi · May 26, 2017 · r-help

Dear R-Users I have data on bilateral trade flows among countries in the following form: > head(dataTrade) iso_o iso_d year FLOW 1 ABW AFG 1985 NA 2 ABW AFG 1986 NA 3 ABW AFG 1987 NA 4...

counting run lengths
A M Lavezzi · Oct 27, 2008 · r-help

Hello, I have the following problem. I am running simulations on possible states of a set of agents (1=employed, 0=unemployed). I store these simulated time series in a matrix like the following, where rows indicates time periods, columns...

building a spatial matrix
A M Lavezzi · May 12, 2016 · r-help

Hello, I have a sample of 1327 locations, each one idetified by an id and a numerical code. I need to build a spatial matrix, say, M, i.e. a 1327x1327 matrix collecting distances among the locations. M(i,i...

matching similar character strings
A M Lavezzi · Jul 9, 2013 · r-help

Dear Arun below I present the issue in dput(). Sorry for not being able to do it before. In particular, following your previous suggestions, the databases are as simplified as possible (all capital letters, the issue odd/even solved by...

building a spatial matrix
A M Lavezzi · May 16, 2016 · r-help

Hi Sarah, thanks a lot. In this line: result.m[cbind(factor(result$f_cell), factor(result$f_cell_neigh))] <- result$distance I had a problem with cbind(factor .. : the assignement to the [i,j] element of the matrix did...

organizing data in a matrix avoiding loop
A M Lavezzi · May 26, 2017 · r-help

Hi Duncan thanks a lot for your suggestion. I followed the suggestion of Sarah (the first on the thread) and solved my problem I will keep into account you suggestion anyway Mario On Fri, May 26, 2017 at 2:20...

counting strings of identical values in a matrix
A M Lavezzi · Nov 15, 2007 · r-help

Dear Marc thank you so much! One thing: writing xx=[1,2,1,1] is not a typo: I read it as the count of runs of different length starting from 1. In "prova" I have 1 run of length...

organizing data in a matrix avoiding loop
A M Lavezzi · May 26, 2017 · r-help

Dear Sarah thank you very much. I used "crosstab" and it worked, xxx<-crosstab(dataTrade$iso_o,dataTrade$iso_d,dataTrade$FLOW,type="sum",na.rm=TRUE) All the best Mario On Fri, May 26, 2017 at 2:15 PM...

building a spatial matrix
A M Lavezzi · May 13, 2016 · r-help

Hello Sarah thanks a lot for your advice. I followed your suggestions unitl the creation of "result" The allocation of the values of result$distance to the matrix result.m, however ,does not seem to work: it produces a matrix...

organizing data in a matrix avoiding loop
A M Lavezzi · May 26, 2017 · r-help

Thanks a lot for your suggestion. I followed the suggestion of Sarah (the first on the thread) and solved my problem I will keep into account you suggestion anyway Mario On Fri, May 26, 2017 at 3:28 PM, S...

organizing data in a matrix avoiding loop
A M Lavezzi · May 26, 2017 · r-help

Hi Ulrik thanks a lot for your suggestion. I followed the suggestion of Sarah (the first on the thread) and solved my problem I will keep into account you suggestion anyway Mario On Fri, May 26, 2017 at 2:17...

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