[Depmix-commits] r428 - pkg/depmixS4/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jul 1 22:47:29 CEST 2010


Author: ingmarvisser
Date: 2010-07-01 22:47:29 +0200 (Thu, 01 Jul 2010)
New Revision: 428

Modified:
   pkg/depmixS4/R/EM.R
Log:
More minor edits (convergence message)

Modified: pkg/depmixS4/R/EM.R
===================================================================
--- pkg/depmixS4/R/EM.R	2010-07-01 20:39:21 UTC (rev 427)
+++ pkg/depmixS4/R/EM.R	2010-07-01 20:47:29 UTC (rev 428)
@@ -202,8 +202,8 @@
 	
 	if(converge) {
 		object at message <- switch(crit,
-			relative = "Log likelihood converged to within tol. (relative change crit.)",
-			absolute = "Log likelihood converged to within tol. (absolute change crit.)"
+			relative = "Log likelihood converged to within tol. (relative change)",
+			absolute = "Log likelihood converged to within tol. (absolute change)"
 		)
 	} else object at message <- "'maxit' iterations reached in EM without convergence."
 	



More information about the depmix-commits mailing list