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.

1,265 results for “from:Ulrich”

Time series indexing, how can I index a series that's not a constant increase?
Ulrich Staudinger · Jan 12, 2011 · r-sig-finance

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20110113/c75f27b9/attachment.pl>

write full information of class summary.lm to file
Ulrich Leopold · Sep 18, 2006 · r-help

Dear list, how can I write the full information of class summary.lm to a text, latex or html file? xtable only extracts the table but not the rest of the information. Best regards, Ulrich

R-devel Digest, Vol 149, Issue 17
Ulrich Bodenhofer · Jul 19, 2015 · r-devel

Thanks for your message! I am out of office until August 10, 2015. Your message will be answered after I return to office on August 11, 2015. Thank you in advance for your kind patience! Best regards, Ulrich Bodenhofer

automated response
Ulrich Grass · Jul 26, 2004 · r-devel

In der Zeit vom 21.07.2004 bis 31.07.2004 bin ich im Urlaub. In dieser Zeit wird mein E-Mail Briefkasten nicht geleert. F?r eBay Fragen wenden Sie sich bitte an meinen Kollegen Holger Schlamp schlamp@birke...

[Bioc-devel] Bioc-devel Digest, Vol 101, Issue 1
Ulrich Bodenhofer · Aug 2, 2012 · bioc-devel

Thanks for your message! I am out of office until August 19, 2012. Your message will be answered after I return to office on August 20, 2012. Thank you in advance for your kind patience! Best regards, Ulrich Bodenhofer

[Bioc-devel] Bioc-devel Digest, Vol 136, Issue 20
Ulrich Bodenhofer · Jul 20, 2015 · bioc-devel

Thanks for your message! I am out of office until August 10, 2015. Your message will be answered after I return to office on August 11, 2015. Thank you in advance for your kind patience! Best regards, Ulrich Bodenhofer

[Rcpp-devel] Rcpp-devel Digest, Vol 69, Issue 10
Ulrich Bodenhofer · Jul 20, 2015 · rcpp-devel

Thanks for your message! I am out of office until August 10, 2015. Your message will be answered after I return to office on August 11, 2015. Thank you in advance for your kind patience! Best regards, Ulrich Bodenhofer

[Rcpp-devel] Rcpp-devel Digest, Vol 33, Issue 30
Ulrich Bodenhofer · Jul 30, 2012 · rcpp-devel

Thanks for your message! I am out of office until August 19, 2012. Your message will be answered after I return to office on August 20, 2012. Thank you in advance for your kind patience! Best regards, Ulrich Bodenhofer

[Rcpp-devel] Rcpp-devel Digest, Vol 22, Issue 22
Ulrich Bodenhofer · Aug 12, 2011 · rcpp-devel

Thanks for your message! I am out of office until September 5, 2011. Your message will be answered after I return to office on September 6, 2011. Thank you in advance for your kind patience! Best regards, Ulrich Bodenhofer

[Rcpp-devel] Rcpp-devel Digest, Vol 22, Issue 13
Ulrich Bodenhofer · Aug 5, 2011 · rcpp-devel

Thanks for your message! I am out of office until September 5, 2011. Your message will be answered after I return to office on September 6, 2011. Thank you in advance for your kind patience! Best regards, Ulrich Bodenhofer

Luxor strategy (quantstrat) - Why are successive short (and long) trades happening ?
Joshua Ulrich · May 8, 2014 · r-sig-finance

On Wed, May 7, 2014 at 7:05 PM, fc_11 <jyorio at gmail.com> wrote: > i also am getting the "Warning: stack imbalance in 'lapply'," warning since > the 1608 upgrade > Fixed in r1609. -- Joshua Ulrich | about.me/joshuaulrich FOSS...

rename object
Ulrich Leopold · Feb 8, 2005 · r-help

Dear list, I would like to rename an object as follows: SimLUall <- matrix(c(0,1,0,0, 1,0,0,0, 0,0,1,0, 0,0,0,1),nrow=4, ncol=4) j <- 2 SimLUall2 <- SimLUall and j...

Indexing Package
Joshua Ulrich · Apr 28, 2012 · r-sig-finance

On Sat, Apr 28, 2012 at 1:34 AM, jpman <jpokman at gmail.com> wrote: > Hi, does anyone know where I can download the "indexing" package created by > Jeff Ryan? ?Thanks. > R-forge: http://r-forge.r-project.org/projects...

cluster analysis and supervised classification: an alternative to knn1?
Ulrich Bodenhofer · May 27, 2010 · r-help

Sorry, Joris, I overlooked that you already mentioned daisy() in your posting. I should have credited your recommendation in my previous message. Cheers, Ulrich -- View this message in context: http://r.789695.n4.nabble.com/cluster-analysis-and-supervised-classification...

as.data.frame segfaults on large lists (PR#8141)
ulrich.poetter@ruhr-uni-bochum.de · Sep 18, 2005 · r-devel

Full_Name: Ulrich Poetter Version: 2.1.1 OS: i686-pc-linux-gnu FC2 Submission from: (NULL) (134.147.95.187) as.data.frame() segfaults on lists with very many elements: > dfn <- rep(list(rep(0,2)),198000) > test <- as...

[Bioc-devel] classes for gene sets
Hans-Ulrich Klein · Dec 20, 2007 · bioc-devel

Hi all, I'm writing some functions dealing with sets or lists of genes. There has been a discussion about classes for representing gene sets: http://wiki.fhcrc.org/bioc/GeneSet_Class_Discussion Has someone implemented the discussed ideas or...

beta0 lmer (R-forge version)
Ulrich Halekoh · Nov 7, 2012 · r-sig-mixed-models

Dear, I would like to know the meaning of the beta0 of a fitted lmer-object using the lme4 package from R-Forge version '0.99999911.0' Example: data(Orthodont,package='nlme') library(lme4) #R-forge! mot<-lmer(distance ~ Sex...

removing repeating values from xts series
Ulrich Staudinger · Sep 15, 2010 · r-sig-finance

I want to compare y(t) with y(t-1) where t = 2... length(y) y is an xts timeseries On Wed, Sep 15, 2010 at 9:33 AM, Patrick Burns <patrick at burns-stat.com> wrote: > So you want...

PR#14099
ulrich.keller at uni.lu · Dec 5, 2009 · r-devel

The notes asked why an Ubuntu/Compiz problem is being reported on R-bugs. Answer: because the fact that no other application exhibits these redrawing problems seems to indicate that R is to blame, not Compiz. Furthermore, the data editor...

Downloader that Resolves library dependencies
Ulrich Windl · Apr 11, 2017 · r-devel

Hi! If you want to install an extra library like "car", there is a long list of dependencies. If you just download "car", you cannot use it. Unfortunately the download links offer no solution to select all dependent libraries for...

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