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.

11 results for “from:Jeremy Clark”

Passing vectors through a dataframe
Jeremy Clark · Feb 7, 2014 · r-help

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

Graphs for scientific publication ?
Jeremy Clark · Jun 3, 2015 · r-help

The coding I've settled on to save file without clipping is: library(gridExtra) gt <- ggplot_gtable(ggplot_build(q3)) gt$layout$clip[gt$layout$name=="panel"] <- "off" gt4 <- arrangeGrob(gt) ggsave <- ggplot2::ggsave; body(ggsave) <- body(ggplot2::ggsave)[-2...

R match - could be improved ?
Jeremy Clark · Mar 15, 2015 · r-help

?Dear All, The following gives a very unpleasant experience with apparently random NAs - probably it's my bad formatting of the coding - but the effect is unexpected and if undetected can lead to considerable problems: myvector1 = NULL myvector3 = NULL myvector4...

gamlss mu.start vector ?
Jeremy Clark · Oct 31, 2012 · r-help

Dear All, I'd like to set up a loop whereby successive parameter values are used as start values in gamlss (yes I know this isn't usually necessary ! - unfortunately for my truncated data it is), to return the estimated...

Functions in formulae ??
Jeremy Clark · Nov 21, 2013 · r-help

Dear All, In the following simple case I can't seem to get an improved fit, despite trying all of the control possibilities. As there seem to be no examples anywhere which show use of functions such as "dnorm" within...

Integration using nlsLM ?
Jeremy Clark · Jun 3, 2015 · r-help

Dear All - I'm trying to integrate the following function via nlsLM - and I think the problem is something to do with passing the correct arguments (error is given below) - any help gratefully appreciated - many thanks. library(minpack.lm) dOM...

Passing vectors through a dataframe
Jeremy Clark · Feb 6, 2014 · r-help

Dear All, I would like to be able to associate a list of vectors (one vector of which is to be called later) with some other character and numeric data. I've tried two methods: 1) I can put the...

Functions in formulae ??
Jeremy Clark · Nov 26, 2013 · r-help

Dear All, In the following simple case I can't seem to get an improved fit, despite trying all of the control possibilities. As there seem to be no examples anywhere which show use of functions such as "dnorm" within...

Functions in formulae ??
Jeremy Clark · Nov 26, 2013 · r-help

PLEASE REMOVE THIS MESSAGE AND PREVIOUS COPIES ! - Many thanks Dear All, In the following simple case I can't seem to get an improved fit, despite trying all of the control possibilities. As there seem to be no examples anywhere...

Graphs for scientific publication ?
Jeremy Clark · May 4, 2015 · r-help

Dear All, Many thanks for your very comprehensive replies. Here I provide some coding which on my system has the following effects: 1) The italic R is not rendered by CairoX11, but is rendered by quartz. 2) Both geom_smooth...

Graphs for scientific publication ?
Jeremy Clark · Apr 30, 2015 · r-help

Dear All, First of all, many thanks to all R contributors for a fantastic program, and especially to Hadley Wickham for creating ggplot2. The following is intended to be a warning that, if the apparently superficial problems described are not...

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