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.

10 results for “from:Sebastian Bauer”

Thread-safeness of unif_rand()?
Sebastian Bauer · Feb 12, 2010 · r-help

Hello, I'm currently using the unif_rand() function of R to get a random number from the uniform distribution in the C-part of a R package. The unif_rand() is heavily used. Now I would like to spawn...

Function rank() for data frames (or multiple vectors)?
Sebastian Bauer · Aug 25, 2011 · r-help

Hi! On 08/24/2011 07:46 PM, David Winsemius wrote: >> I was looking for an elegant solution ;) In the real case I have double >> values and this would be quite inefficient then. > > Still no r-code: > > Then what about...

Row-wisely converting a data frame into a list
Sebastian Bauer · Mar 2, 2010 · r-help

Hi! On 03/02/2010 02:22 PM, Nutter, Benjamin wrote: >> as.data.frame(t(df)) > > For example > >> x<- as.data.frame(t(mtcars)) >> typeof(x) > [1] "list" Thanks for the quick reply! I would never have guessed that as...

Row-wisely converting a data frame into a list
Sebastian Bauer · Mar 2, 2010 · r-help

Hello, is there an elegant way, how I can convert each row of a data frame into distinct elements of a list? In essence, what I'm looking for is something like rows.to.lists <- function( df ) { ll <- NULL for...

Function rank() for data frames (or multiple vectors)?
Sebastian Bauer · Aug 24, 2011 · r-help

Hello, I'd like to rank rows of a data frame similar to what rank() does for vectors. However, ties should be broken by columns that I specify. If it is not possible to break a ties (because the row...

Function rank() for data frames (or multiple vectors)?
Sebastian Bauer · Aug 24, 2011 · r-help

Hi! >>>> in R? Basically, what I need is a mixture of order() and rank(). >>>> While the former allows to specify multiple vectors, it doesn't >>>> provide the flexibility of rank() such that I can specify what >>>> happens if ties can...

Function rank() for data frames (or multiple vectors)?
Sebastian Bauer · Aug 24, 2011 · r-help

Hi! >> I'd like to rank rows of a data frame similar to what rank() does >> for vectors. However, ties should be broken by columns that I >> specify. If it is not possible to break a ties (because the row...

QR Decompositon and qr.qty
Sebastian Bauer · May 15, 2007 · r-help

Dear R people, I do not have much knowledge about linear algebra but currently I need to understand what the function qr.qty is actually doing. The documentation states that it calculates t(Q) %*% y via a previously performed QR...

[Bioc-devel] Problems while activating my bioconductor git account
Sebastian Bauer · May 12, 2021 · bioc-devel

Dear Bioconductors, (resent two days after my initial attempt) I recently got an automated message reporting a problem concering the 'mgsa' package for which I'm listed as the maintainer. I would like to check this out and apply a...

Function rank() for data frames (or multiple vectors)?
Sebastian Bauer · Aug 29, 2011 · r-help

Hi! >> On 08/24/2011 07:46 PM, David Winsemius wrote: >>>> I was looking for an elegant solution ;) In the real case I have double >>>> values and this would be quite inefficient then. >>> >>> Still no r-code: >>> >>> Then what about...

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