Skip to content

Commit

Permalink
Simplify line in unidiff
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Dec 9, 2020
1 parent c50b6ac commit 55e8494
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/unidiff.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ print.unidiff <- function(x, digits=max(3, getOption("digits") - 4), ...) {

if(length(x$unidiff$phi) > 0) {
cat("\nLayer intrinsic association coefficients:\n")
print(setNames(exp(x$unidiff$layer$qvframe$estimate) * x$unidiff$phi, row.names(x$unidiff$layer$qvframe)),
digits=digits, print.gap=2, ...)
print(x$unidiff$phi, digits=digits, print.gap=2, ...)
}

if(x$unidiff$diagonal == "included") {
Expand Down

0 comments on commit 55e8494

Please sign in to comment.