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.

336 results for “from:Tobias Verbeke”

`acting' on variables
Tobias Verbeke · Jul 9, 2003 · r-help

Favete linguis... Thanks, Tobias

debugging functions within Emacs/ESS/R
tobias.verbeke@bivv.be · Sep 24, 2004 · r-help

typo in ?lowess
Tobias Verbeke · Jun 11, 2005 · r-devel

In the `See Also' section of ?lowess, I read 'loess'), a newer formula based version [...] ^^^ Tobias

dynamics of functions
Tobias Verbeke · Jun 5, 2003 · r-help

Thanks to you all for the clarifications. I will work on my spacebar usage ;-) Regards, Tobias

(no subject)
Tobias Verbeke · Jul 15, 2003 · r-help

Sorry Michael, I should read more carefully. You asked to create the file, not to read it. Tobias

help search mechanism for ?"$"
Tobias Verbeke · Dec 18, 2006 · r-devel

I'm sure this is completely harmless, but by accident I discovered that ?nomatterwhat$"" fires up ?"$" Kind regards, Tobias

variable name of variable in dataframe
Tobias Verbeke · Jul 25, 2003 · r-help

Sir Hotz, Sir Bengtsson, Sir Ripley and Sir Dalgaard, Thank you __very__ much for your help. Tobias

debugging functions within Emacs/ESS/R
Tobias Verbeke · Sep 24, 2004 · r-help

I'm sorry. My message just pointed to the document by Roger Peng: http://www.biostat.jhsph.edu/~rpeng/docs/R-debug-tools.pdf HTH, T.

Somer's Ordinal Association Measures
Tobias Verbeke · Mar 3, 2008 · r-help

>Does anybody know how one can implement the Somer's and Goodman -Kruskal ordinal measures of association in R? install.packages("Hmisc") library(Hmisc) ?rcorr.cens HTH, Tobias

"master" vignette
Tobias Verbeke · Apr 9, 2009 · r-devel

Dear list, Is there a recommended way of building a package vignette that consists of one "master" file that \SweaveInput{}'s several other files ? Many thanks in advance for any pointer. Best, Tobias

Point-biserial correlation
Tobias Verbeke · Jul 23, 2008 · r-help

Angelo Scozzarella wrote: > what the command for the point-biserial correlation? Have a look at the polycor package by John Fox. http://cran.r-project.org/web/packages/polycor/index.html HTH, Tobias

(no subject)
Tobias Verbeke · Jul 15, 2003 · r-help

[read text file :] > #data1 > 1 2 3 4 > 5 6 7 8 Is this what you mean ? > b <- read.table("filewithyourdata", header=F, sep=" ") > b V1 V2 V3 V4 1 1 2 3 4 2 5 6 7 8 HTH...

time attribute from a file
Tobias Verbeke · Jul 21, 2009 · r-help

Erin Hodgess wrote: > Dear R People: > > I am reading in a file via read.table. Is there a way to bring in > the time that the file was created, please? Use file.info on the same file ? HTH, Tobias

Agreement
Tobias Verbeke · May 4, 2010 · r-help

Hi Gr?goire, HB8 wrote: > Has Lawrence Lin's code been ported to R? > http://tigger.uic.edu/~hedayat/sascode.html<http://tigger.uic.edu/%7Ehedayat/sascode.html> One of Lin's methods (CCC) is available in function epi.ccc...

How do I do simple string concatenation in R?
Tobias Verbeke · Sep 30, 2009 · r-help

Hi Ari, > How do I do simple string concatenation in R? > For example: > A = "klm" > B = "jjj" > How can I assign a value to C such that C == "klmjjj" is True? paste(A, B, collapse = "") See ?paste HTH, Tobias

plotmath
Tobias Verbeke · Apr 15, 2008 · r-help

Emmanuel Birdling wrote: > I like to find out more about plotmath See the extensive help page ?plotmath and the article referenced therein Murrell, P. and Ihaka, R. (2000) An approach to providing mathematical annotation in plots. _Journal of Computational and...

Changing default browser in options()
Tobias Verbeke · Aug 11, 2003 · r-help

> so I have to type every single R session: > > options(browser='dillo') > > Is there anyway I can change this globally? If you put the line options(browser='dillo') in the .Rprofile of your home directory, it will fire up dillo...

exprs function download
Tobias Verbeke · Feb 23, 2008 · r-help

> I am supposed to use exprs as a function. Where can i download exprs > function? I tried searching at bioconductor and seach engine but no luck. Is > it located in one of the library in R? source("http://bioconductor.org...

How do I do simple string concatenation in R?
Tobias Verbeke · Sep 30, 2009 · r-help

Tobias Verbeke wrote: > Hi Ari, > >> How do I do simple string concatenation in R? For example: >> A = "klm" >> B = "jjj" >> How can I assign a value to C such that C == "klmjjj" is True? > > paste(A, B, collapse = "") Oops. paste...

weighted correlations and NAs
tobias.verbeke@bivv.be · Oct 21, 2003 · r-help

Dear list, Is there a way to obtain a matrix of weighted correlations in the presence of missing values ? cor() can deal with NAs but cov.wt() apparently can't. Is there any package that offers such a function, e...

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