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.

13 results for “from:Ralph S.”

algorithm to create unique identifiers
Ralph S. · Sep 4, 2008 · r-help

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

Cannot re-start R after bus error
Ralph S. · Jul 22, 2008 · r-help

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

Eaxct position of specific elements in array
Ralph S. · Aug 1, 2008 · r-help

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

subsetting matrix according to columns with character index
Ralph S. · Aug 13, 2008 · r-help

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

Cointegration no constant
Ralph S. · Mar 19, 2008 · r-help

Hi, I am trying to estimate a VECM without constant using the following code: data(finland) sjf <- finland sjf.reg<-ca.jo(sjf, type = c("eigen"), ecdet = c("none"), K = 2,spec=c("transitory"), season = NULL, dumvar = NULL) cajools(sjf...

subsetting matrix according to columns with character index
Ralph S. · Aug 13, 2008 · r-help

Hi, I have a long matrix of the following form which I would like to subset according to the third column: [x y z]: a1 c1 1 a1 c1 2 a2 c1 1 a1 c2 1 a1 c2 2 . . . The...

replicate matrix blocks different numbers of times into new matrix
Ralph S. · Jul 19, 2008 · r-help

Hi, I am trying to replicate blocks of a matrix (defined by factors) into another matrix, but an unequal, consecutive number of times for each factor. I need to find an elegant and fast way to do this, so loops...

Sum efficiently from large matrix according to re-occuring levels of factor?
Ralph S. · Jul 20, 2008 · r-help

Hi, I am trying to calculate the sum for each occurrence of the level of a factor in a very large matrix. In addition, I want to save that sum together with the information of the level of the factor...

Cannot re-start R after bus error
Ralph S. · Jul 22, 2008 · r-help

thank you for the prompt help - found the file it was in a different directory R ---------------------------------------- > Date: Tue, 22 Jul 2008 16:13:19 -0500 > From: markleeds at verizon.net > Subject: RE: [R] Cannot re-start R after bus error...

Sum efficiently from large matrix according to re-occuring levels of factor?
Ralph S. · Jul 20, 2008 · r-help

The first and second column are actually indices of another matrix (my example may make this not sufficiently clear). I want to compare the sum with that corresponding entry, and then record the result of that. Any idea? Best, Ralph...

replicate matrix blocks different numbers of times into new matrix
Ralph S. · Jul 19, 2008 · r-help

yes, this works, thank yo. very smart solution! -R ---------------------------------------- > Date: Sat, 19 Jul 2008 19:55:58 -0400 > From: jholtman at gmail.com > To: ruffel1 at hotmail.com > Subject: Re: [R] replicate matrix blocks different numbers of times into new...

Sum efficiently from large matrix according to re-occuring levels of factor?
Ralph S. · Jul 20, 2008 · r-help

yes - thank you very much! slowly getting to the full power of R . . . ---------------------------------------- > Date: Sun, 20 Jul 2008 21:21:35 -0400 > From: jholtman at gmail.com > To: ruffel1 at hotmail.com > Subject: Re: [R] Sum efficiently from large matrix...

replicate matrix blocks different numbers of times into new matrix
Ralph S. · Jul 19, 2008 · r-help

Actually not quite - my mistake, since I oversimplified the problem I have. Here is a more realistic x matrix (plus some additional information): # the data x<-matrix(c(1,1,2,1,3,4),3,2) # number of factors n...

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