Re: [R] prop.test CI depends on null hypothesis?

2019-10-22 Thread Aaron Rendahl
avior out there somewhere that I've missed? * if this really is a "new" discovery, how best to bring it to the attention of those who can decide what to do about it? Thanks! On Mon, Oct 21, 2019 at 11:33 AM Aaron Rendahl wrote: > Why does prop.test use continuity correction "o

[R] prop.test CI depends on null hypothesis?

2019-10-21 Thread Aaron Rendahl
t;, which was answered only with the quote from the help page: https://stat.ethz.ch/pipermail/r-help/2013-March/350386.html I also found several questions asking which Newcombe method is implemented, which didn't elicit specific answers; here's one from 2011: https://stat.ethz.ch/piper

Re: [R] importing S4 methods using a namespace

2010-02-24 Thread Aaron Rendahl
Thanks very much! Importing from Matrix as you suggest fixes it. -- Aaron Rendahl, Ph.D. Statistical Consulting Manager School of Statistics, University of Minnesota NEW OFFICE (as of June 2009): 48C McNeal Hall, St. Paul Campus 612-625-1062 www.stat.umn.edu/consulting

[R] importing S4 methods using a namespace

2010-02-23 Thread Aaron Rendahl
(lme4, "summary") export("ss") --- But when I call my new function, I get the summary.default method instead of the mer method. > m <- lmer(Reaction ~ Days + (Days|Subject), sleepstudy) > ss(m) Length Class Mode 1mer S4 Thanks, -- Aaron Rendahl,

[R] variable names when using S3 methods

2008-04-28 Thread Aaron Rendahl
the proper documentation, if it does exist, would be appreciated. Thanks, Aaron Rendahl University of Minnesota School of Statistics # set up two function that both use method "foo" but with different variable names fooA<-function(model,...) UseMethod("