[Depmix-commits] r636 - pkg/depmixS4/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Sep 25 13:40:51 CEST 2014
Author: maarten
Date: 2014-09-25 13:40:51 +0200 (Thu, 25 Sep 2014)
New Revision: 636
Modified:
pkg/depmixS4/R/depmix-class.R
Log:
removed extra white line between prior and transition model in summary.depmix
Modified: pkg/depmixS4/R/depmix-class.R
===================================================================
--- pkg/depmixS4/R/depmix-class.R 2014-08-26 11:07:30 UTC (rev 635)
+++ pkg/depmixS4/R/depmix-class.R 2014-09-25 11:40:51 UTC (rev 636)
@@ -375,7 +375,7 @@
if(ans==1|ans==4) {
# show the transition models
if(object at transition[[1]]@formula==~1) {
- cat("\nTransition matrix \n")
+ cat("Transition matrix \n")
pars <- getpars(object)
npprior <- length(getpars(object at prior))
trm <- matrix(pars[(npprior+1):(ns^2+npprior)],ns,ns,byr=T)
More information about the depmix-commits
mailing list