]> git.donarmstrong.com Git - ape.git/blobdiff - R/ace.R
a few changes....
[ape.git] / R / ace.R
diff --git a/R/ace.R b/R/ace.R
index 12c5f99f0ec83befd8400dadb3694b0acff7e1ec..33c72de5d72c60039bcdf7e4ac1ec2a7e055cae2 100644 (file)
--- a/R/ace.R
+++ b/R/ace.R
@@ -253,7 +253,7 @@ print.ace <- function(x, digits = 4, ...)
         cat("Parameter estimates:\n")
         names(estim) <- c("rate index", "estimate", "std-err")
         print(estim, row.names = FALSE)
-        cat("\nScaled likelihoods at the root (type 'x$lik.anc' to get them for all nodes):\n")
+        cat("\nScaled likelihoods at the root (type '...$lik.anc' to get them for all nodes):\n")
         print(x$lik.anc[1, ])
     }
 }