Re: [Rd] Summary methods
On Sun, Nov 8, 2009 at 2:26 PM, Doran, Harold wrote: > 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,
[Rd] Summary methods
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