[Depmix-commits] r188 - trunk/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 25 16:03:51 CEST 2008
Author: ingmarvisser
Date: 2008-06-25 16:03:51 +0200 (Wed, 25 Jun 2008)
New Revision: 188
Modified:
trunk/R/depmixfit-class.R
Log:
commit.txt
Modified: trunk/R/depmixfit-class.R
===================================================================
--- trunk/R/depmixfit-class.R 2008-06-25 13:58:37 UTC (rev 187)
+++ trunk/R/depmixfit-class.R 2008-06-25 14:03:51 UTC (rev 188)
@@ -3,6 +3,9 @@
# Ingmar Visser, 11-6-2008
#
+# Changes
+# - added lin.upper and lin.lower slots to these objects
+
#
# MIX.FITTED CLASS
#
@@ -10,7 +13,7 @@
setClass("mix.fitted",
representation(message="character", # convergence information
conMat="matrix", # constraint matrix on the parameters for general linear constraints
- lin.upper="numeric", # upper bounds for linear constraints
+ lin.upper="numeric", # upper bounds for linear constraint
lin.lower="numeric", # lower bounds for linear constraints
posterior="data.frame" # posterior probabilities for the states
),
More information about the depmix-commits
mailing list