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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Nov 13 12:51:19 CET 2019


Author: ingmarvisser
Date: 2019-11-13 12:51:18 +0100 (Wed, 13 Nov 2019)
New Revision: 682

Modified:
   pkg/depmixS4/R/depmix-class.R
Log:
=fixed typo in show function for depmix class objects

Modified: pkg/depmixS4/R/depmix-class.R
===================================================================
--- pkg/depmixS4/R/depmix-class.R	2019-07-18 15:04:28 UTC (rev 681)
+++ pkg/depmixS4/R/depmix-class.R	2019-11-13 11:51:18 UTC (rev 682)
@@ -365,7 +365,7 @@
 		)
 		if(ans==1|ans==3) {
 			# show the prior models
-			cat("Initial state probabilties model \n")
+			cat("Initial state probabilities model \n")
 			if(object at prior@formula==~1) {
 				pr <- object at prior@parameters$coefficients
 				print(round(pr,digits))



More information about the depmix-commits mailing list