R/summary.Rnl.R

summary.Rnl <-
function (object, ...) 
{
    coef <- cbind(object$coef, object$se, object$coef/object$se)
    res <- list(coefficients = coef, it = object$it, call = object$call)
    class(res) <- "summary.Rnl"
    res
}
kloke/npsmReg2 documentation built on May 20, 2019, 12:34 p.m.