Re: [Rd] Clarification on generic functions and methods

2009-11-11 Thread Doran, Harold
:58 PM > To: r-de...@stat.math.ethz.ch > Subject: Re: [Rd] Clarification on generic functions and methods > > Doran, Harold air.org> writes: > > > > Thank you, Henrik. This actually doesn't work when I build the > > package, > which may only require a slight > > mo

Re: [Rd] Clarification on generic functions and methods

2009-11-11 Thread Doran, Harold
rstand how this might be resolved? Harold > -Original Message- > From: henrik.bengts...@gmail.com > [mailto:henrik.bengts...@gmail.com] On Behalf Of Henrik Bengtsson > Sent: Wednesday, November 11, 2009 10:44 AM > To: Doran, Harold > Cc: r-de...@stat.math.ethz.ch > Subject: Re: [Rd

[Rd] Clarification on generic functions and methods

2009-11-11 Thread Doran, Harold
I have constructed the following functions and need a little clarification: ### function to fit the model parameters jml.fit <- function(dat, con = 1e-3, bias=FALSE, ...){ do stuff ... } ### default function which calls jml.fit jml.default <- function(dat, con = 1e-3, bias=FALSE, ...){

[Rd] Summary methods

2009-11-08 Thread Doran, Harold
I've defined the following for objects of a class called jml summary.jml <- function(object, ...){ tab <- cbind(Estimate = coef(object), StdError = object$se, Infit = object$Infit, Outfit = object$Outfit) res

Re: [Rd] [R] reinforce library to re-load

2007-07-04 Thread Doran, Harold
I think you want to use detach() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Weiwei Shi > Sent: Tuesday, July 03, 2007 3:27 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [R] reinforce library to re-load > > Hi, > > I am wonder

Re: [Rd] Sweave resource leak: leftover temp files (PR#7999)

2005-07-08 Thread Doran, Harold
: Duncan Murdoch [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 10:10 AM To: Doran, Harold Cc: r-devel@stat.math.ethz.ch Subject: Re: [Rd] Sweave resource leak: leftover temp files (PR#7999) One additional note: followups should only go to R-bugs if they have the bug number on them (like this