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.

195 results for “from:Toby”

Unexpected behavior of apply() over a 3d array
Toby Muhlhofer · Sep 20, 2006 · r-help

Dear listeRs, I'm finding that apply() behaves strangely when used on a 3-d array. For example: > at <- array(1:27,dim=c(3,3,3)) > at , , 1 [,1] [,2] [,3] [1,] 1 4 7 [2,] 2 5 8...

stats::reshape quadratic in number of input columns
Toby Hocking · Oct 28, 2019 · r-devel

Hi R-core, I have been performance testing R packages for wide-to-tall data reshaping and for the most part I see they differ by constant factors. However in one test, which involves converting into multiple output columns, I...

shared boundary lengths ?
Toby.Patterson@csiro.au · Jul 25, 2010 · r-sig-geo

Hi, Apologies up front if this has been covered somewhere already -- I have seen some discussion of a similar problem on the list, but it doesn't quite seem to cover what I'm after. Also I'm new to...

how to learn more from R
Toby Marthews · Feb 4, 2011 · r-help

Hi Jie Tang, You could try my "Friendly Beginners' R Course". Online resource at: http://www.R-project.org/ ? Documentation/Other (left-hand panel) ? Contributed Documentation (middle of screen) ? (scroll down a little) which is a quick intro to what...

na.omit inconsistent with is.na on list
Toby Hocking · Aug 11, 2021 · r-devel

Also, the na.omit method for data.frame with list column seems to be inconsistent with is.na, > L <- list(NULL, NA, 0) > str(f <- data.frame(I(L))) 'data.frame': 3 obs. of 1 variable: $ L:List of 3...

residuals in plot.gam (mgcv)
Toby.Patterson@csiro.au · Jan 27, 2002 · r-help

Is there a way to add residuals to plots produced by plot.gam in the mgcv package? I'm looking for something like what you get using resid=T in Splus plot.gam. Thanks in advance Toby -----Original Message----- From...

numerical issue with t.test
Toby Hocking · Sep 16, 2024 · r-devel

Hi! I expected that t.test should report a very large p-value (close to 1), even when using paired=TRUE, for the data below (which are very similar). However, I observe p-value = 0.02503 which indicates a significant...

Will the R Project be a Mentoring Organization for GSOC 2025?
Toby Hocking · Jan 21, 2025 · r-devel

Hi Greg thanks for your interest! I plan to submit an application next week, on behalf of R project. Our wiki with a timeline is https://github.com/rstats-gsoc/gsoc2025/wiki#status-and-timeline If you would like to...

R internal clock time discrepancy
Toby Marthews · Jun 14, 2006 · r-help

Dear R: I'm trying to map some time series data on to dates and because I'm using R's "strptime' facility I get an hour's break in my time series: my readings for between 1am and 2am...

Error message: Bad value
Toby Gass · Jun 24, 2008 · r-help

Dear R help, In the middle of my session, I started receiving the error message "bad value" regardless of what I entered. I had to close R and restart it. When the error occurred, I was creating basic lattice plots...

[R-gui] Something odd about Windows GUI with the menu command
Toby Marthews · Nov 30, 2007 · r-sig-gui

Dear R-sig-gui, I'm using R 2.5.1 for Windows. Here's an interesting one (perhaps!): If I have the Console window about 80 characters wide, I can do the following commands: > > a=c("Jan","Feb","Mar...

Warning with new placeholder piped to data.frame extractors `[` and `[[`.
Toby Hocking · Jul 18, 2022 · r-devel

Is the intent is to encourage the user to do something simpler like... aggregate(y ~ f, df1, mean)$y aggregate(y ~ f, df1, mean)["y"] aggregate(y ~ f, df1, mean)[["y"]] ?? On Sat, Jul 16, 2022 at 8:27 AM...

I've written a big review of R. Can I get some feedback?
Toby Hocking · Apr 11, 2022 · r-devel

You could take some of your observations and turn them into patches that would help improve R. (discussion of such patches is one function of this email list) On Sun, Apr 10, 2022 at 9:05 AM Stephen H. Dawson...

adding text to persp
Toby.Patterson@csiro.au · Nov 6, 2001 · r-help

On a related topic to this - can someone tell me how to independently alter the fontsize and position of text on a persp plot?? I've tried using titles() and axes() but they seem to only apply to the standard...

Font-path error when starting X11 device in Gentoo
Toby Muhlhofer · Aug 17, 2006 · r-help

Dear R listers, If I try to start the X11 device in Gentoo, I get the following complaint from R: ------------------- > X11() Error in X11() : could not find any X11 fonts Check that the Font Path is correct. ------------------- xset -q produces...

add error bars in a plot
Toby Marthews · Feb 9, 2011 · r-help

Hi Maria, Instead of using errbar(), you can use the segments command which may be more flexible. Following the example on p.80 (the errbar command) of http://cran.ma.ic.ac.uk/web/packages/Hmisc/Hmisc.pdf set.seed...

Statistical formulas
Toby Marthews · Jan 18, 2011 · r-help

Hi Ilya, If you're looking for general information about statistical tests, etc., you'll probably need to buy yourself a textbook. There are online pages (http://homes.msi.ucsb.edu/~byrnes/rtutorial.html is a good one), but a...

Compiling R on Sparc-Solaris-2.9
Toby Muhlhofer · Nov 9, 2005 · r-help

Hi, all! I'm trying to compile R on a Solaris machine. The default C compiler is cc (although gcc is available) and the default Fortran compiler is f95 (although g77 is available). Without defining the F77 environment variable, configure...

[R-pkg-devel] unicode WARNING on solaris?
Toby Hocking · Sep 25, 2019 · r-package-devel

Hi Tomas thanks for the explanation. Does that mean that there is no known fix? i.e. it is OK to re-submit a new version of my package without fixing these WARNINGS? On Tue, Sep 24, 2019 at 1...

[Rcpp-devel] violates the C++ One Definition Rule ?
Toby Hocking · Jan 24, 2022 · rcpp-devel

Hi Rcpp Devs, Does anyone know how to fix this warning in a package with LinkingTo: RcppArmadillo? My package plotHMM https://www.stats.ox.ac.uk/pub/bdr/LTO/plotHMM.out got this message on CRAN Additional Checks LTO flavor...

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