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.

9 results for “from:sri vathsan”

Reducing execution time
sri vathsan · Jul 27, 2016 · r-help

Hi, I created list of 3 combination numbers (mycombos, around 3 lakh combinations) and counting the occurrence of those combination in another list. This comparision list (mylist) is having around 8000 records.I am using the following code. myCounts <- sapply...

frequency of items
sri vathsan · Jul 19, 2016 · r-help

Hi, I have a data frame like below. 11,15,12,25 11,12 15,25 134,45,56 46 45,56 15,12 66,45,56,24,14,11,25,12,134 I want to identify the frequency of...

frequency of items
sri vathsan · Jul 20, 2016 · r-help

Hi all, I understand this is not a data frame but an individual variable from the data frame which is a list. Since, I need to work on this particular variable I just added here as a sample data. Jim...

Data reshaping with conditions
sri vathsan · Apr 19, 2016 · r-help

Dear All, I am trying to reshape the data with some conditions. A small part of the data looks like below. Like this there will be more data with repeating ID. Count id name type 117 335 sally A 19...

Reducing execution time
sri vathsan · Jul 27, 2016 · r-help

Hi, Apologizes for the less information. Basically, myCombos is a matrix with 3 variables which is a triplet that is a combination of 79 codes. There are around 3lakh combination as such and it looks like below. V1 V2 V3...

Reducing execution time
sri vathsan · Jul 27, 2016 · r-help

Hi, It is not a just 79 triplets. As I said, there are 79 codes. I am making triplets out of that 79 codes and matching the triplets in the list. Please find the dput of the data below. > dput...

Reducing execution time
sri vathsan · Jul 29, 2016 · r-help

Hi, Thanks for the response. Unfortunately this did not solve my problem and may be the way I represented my data would be the problem. I am not sure that I can give a link for the data which will...

Reducing execution time
sri vathsan · Jul 27, 2016 · r-help

Hi, Thanks for the solution. But I am afraid that after running this code still it takes more time. It has been an hour and still it is executing. I understand the delay because each triplet has to compare almost...

Data reshaping with conditions
sri vathsan · Apr 20, 2016 · r-help

Hi Jim, Thanks for your time. But somehow this code did not help me to achieve my expected output. Problems: 1) x, y are coming as logical rather than values as I mentioned in my post 2) The values that...

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