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.

221 results for “from:Christopher W. Ryan”

Learning ANOVA
Christopher W. Ryan · Aug 13, 2010 · r-help

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

R editor in ubuntu!
Christopher W. Ryan · Oct 5, 2010 · r-help

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

multiple car scatterplots on one graph
Christopher W. Ryan · Oct 14, 2010 · r-help

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

trouble with \textless in Hmisc latex() on a drop1 object
Christopher W. Ryan · Oct 21, 2010 · r-help

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

make a lattice dotplot with symbol size proportional to a variable in the plotted dataframe
Christopher W. Ryan · Nov 8, 2023 · r-help

Very helpful, Deepayan, and educational. Thank you. What does NSE stand for? Thanks, Chris Deepayan Sarkar wrote: > > --Chris Ryan

multiple car scatterplots on one graph--sorry for duplicate post--already solved
Christopher W. Ryan · Oct 14, 2010 · r-help

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

changing plot symbol and/or size in plot(cox.zph)
Christopher W. Ryan · Nov 21, 2009 · r-help

Is there a way to make the plot(cox.zph(model)) use some other symbol than open circles? plot(cox.zph(model), pch=whatever) seems to have no effect. Thanks. --Chris Ryan

R maintains old values
Christopher W. Ryan · Jul 3, 2018 · r-help

This TV series might have some advice on that. https://www.imdb.com/title/tt2543312/ --Chris Ryan On Tue, Jul 3, 2018 at 9:25 AM, J C Nash <profjcnash at gmail.com> wrote: > . . . Now, to add to the controversy...

free copy of Harrell's Regression Modeling Strategies, first edition
Christopher W. Ryan · Jun 26, 2023 · r-help

I have both the 1st and the 2nd edition of Frank Harrell's book. I'll send you the 1st edition if you cover the postage. (4th class book rate would probably not be all that expensive.) Let me know...

dplyr or plyr or both?
Christopher W. Ryan · Sep 15, 2016 · r-help

I've set myself the task of learning about these packages, and about tidy data concepts. What is the relationship between plyr and dplyr? Does the latter replace the former (meaning I can concentrate on learning the latter)? Or is...

simple online CSR pattern generator?
Christopher W. Ryan · Sep 5, 2017 · r-sig-geo

I may have to do a very simple demo about random variation in spatial epidemiology, without access to R. I would have internet access. Is anyone aware of a website where one can generate repeated examples of a simple CSR...

simple online CSR pattern generator?
Christopher W. Ryan · Sep 5, 2017 · r-sig-geo

Unfortunately R-studio is not an option, but r-fiddle is perfect! Thanks. --Chris On Tue, Sep 5, 2017 at 1:58 PM, VIRGILIO GOMEZ RUBIO <Virgilio.Gomez at uclm.es > wrote: > Hi, > > You can use r-fiddle: > > http://www...

plot(linear model) without lines
Christopher W. Ryan · Jul 16, 2008 · r-help

running R 2.5.1 on WinXP. plot(model formula here) produces 4 useful residual diagnostic plots. Two questions about them: 1. How can I isolate just one of the four, and have only that one be shown? str(plot...

what happened to inside-r? [possibly OT]
Christopher W. Ryan · Jul 29, 2016 · r-help

This might be a bit off-topic, but up until recently (a day or so ago?) I loved using inside-r.org as a quick and easy way to access help pages on R commands. Took me to what I...

multiplicity-correction in p-values from sparr risk() and tolerance() functions?
Christopher W. Ryan · May 30, 2023 · r-sig-geo

In the sparr package, risk() includes a logical argument for tolerance. If tolerance = TRUE, a pixel image of p-values is produced. Alternatively, the tolerance() function does something similar, but with more granular control of options. So basically one p...

printing an arbitrary-length character vector in columns on a page of a pdf report
Christopher W. Ryan · Jun 5, 2018 · r-help

Richard-- Nice. If I understand your code correctly, in the line ddm <- matrix("", (n+2) %/% nc, nc) I could instead use ddm <- matrix("", (n + nc - 1) %/% nc, nc) for generalizability, as I may have to increase nc as the list...

anyone having trouble accesing CRAN?
Christopher W. Ryan · Nov 15, 2023 · r-help

at https://cran.r-project.org/ I get this error message: ===================== Secure Connection Failed An error occurred during a connection to cran.r-project.org. PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR The page you...

how to use \Sexpr{} with sweave
Christopher W. Ryan · Oct 7, 2007 · r-help

I think some inadvertent cutting and pasting may have made my last e-mail difficult to interpret. Here is the .tex file I get as output of Sweaving my .Rnw file. Note that "\Sexpr{2+6}" appears where you get...

increasing the width of dialog box generated by select.list()
Christopher W. Ryan · Dec 9, 2022 · r-help

You can see from the code below that the title of the dialog box is too long for the width of the selection box. How might I widen the box? Thanks. --Chris Ryan counties <- c("TIOGA", "BROOME", "ONTARIO", "ONONDAGA", "WESTCHESTER...

automatic exploration of all possible loglinear models?
Christopher W. Ryan · Apr 20, 2009 · r-help

Is there a way to automate fitting and assessing loglinear models for several nominal variables . . . something akin to step or drop1 or add1 for linear or logistic regression? Thanks. --Chris -- Christopher W. Ryan, MD SUNY Upstate Medical University Clinical Campus...

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