Skip to content

fixed print.summary Pr(>|z|) vs. Pr(>|t|) problem#1

Open
jcfisher wants to merge 1 commit into
cran:masterfrom
jcfisher:patch-1
Open

fixed print.summary Pr(>|z|) vs. Pr(>|t|) problem#1
jcfisher wants to merge 1 commit into
cran:masterfrom
jcfisher:patch-1

Conversation

@jcfisher
Copy link
Copy Markdown

summary.speedglm produces an object whose last column is always a p-value, but sometimes it is named Pr(>|t|) and sometimes it is named Pr(>|z|). This causes an error with cbind in print.summary.speedglm (line 94), which causes the print to fail. I fixed it by telling it to use the last column of x$coefficients, x$coefficients[, ncol(x$coefficients)].

summary.speedglm produces an object whose last column is always a p-value, but sometimes it is named Pr(>|t|) and sometimes it is named Pr(>|z|).  This causes an error with cbind, causing the print to fail.  I fixed it by telling it to use the last column of x$coefficients, x$coefficients[, ncol(x$coefficients)].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant