Skip to content

Commit

Permalink
Fixed trailing numbers issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsegelskyi committed Jun 9, 2014
1 parent 792f555 commit d8e5da1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/S3.R
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ pander.stat.table <- function(x, caption = attr(x, 'caption'), ...){
xx[[i]] <- x[, i, ]
}
xx <- do.call(rbind, xx)
xx <- apply(xx, c(1,2), format, digits=panderOptions("digits"))
dn <- dimnames(x)
lgroup <- list(names(dn)[2], dn[[2]])
tgroup <- names(dn)[3]
Expand Down

0 comments on commit d8e5da1

Please sign in to comment.