Skip to content
Prev 13784 / 398502 Next

glm.nb, anova.negbin

On Tue, 25 Sep 2001, juli g. pausas wrote:

            
Because there is a copying error in lines

    cat("\n              Theta: ", format(round(x$theta, dp, nsmall=dp)),
        "\n          Std. Err.: ", format(round(x$SE.theta, dp,
nsmall=dp)),
        "\n")
    if(!is.null(x$th.warn))
        cat("Warning while fitting theta:", x$th.warn,"\n")
    cat("\n 2 x log-likelihood: ", format(round(x$twologlik, 3,
nsmall=dp)), "\n

Move the second ) before the nsmall.


Or just use the debugging tools to find it ....