[Depmix-commits] r277 - pkg/man trunk/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jun 26 13:55:29 CEST 2009


Author: ingmarvisser
Date: 2009-06-26 13:55:27 +0200 (Fri, 26 Jun 2009)
New Revision: 277

Modified:
   pkg/man/mix.sim-class.Rd
   trunk/man/mix.sim-class.Rd
Log:
Fixed a codoc issue in mix.sim-class.Rd

Modified: pkg/man/mix.sim-class.Rd
===================================================================
--- pkg/man/mix.sim-class.Rd	2009-06-24 21:43:28 UTC (rev 276)
+++ pkg/man/mix.sim-class.Rd	2009-06-26 11:55:27 UTC (rev 277)
@@ -30,13 +30,9 @@
 	
 	\item{\code{init}:}{Array of dimension \code{length(ntimes)}*nstates with 
 		the current predictions for the initial state probabilities.}
-	
-	\item{\code{stationary}:}{Logical indicating whether the transitions are
-		time-dependent or not; for internal use.}
-	
+		
 	\item{\code{ntimes}:}{A vector containing the lengths of independent time
-		series; if data is provided, sum(ntimes) must be equal to
-		nrow(data).}
+		series; not applicable for mix objects, i.e. this is a vector of 1's.}
 
 	\item{\code{nstates}:}{The number of states/classes of the model.}
 
@@ -47,7 +43,7 @@
 		parameters, in particular in the multinomial models for the transitions
 		and prior.}
 		
-  \item{\code{states}:}{A matrix with the true states/classes.}
+    \item{\code{states}:}{A matrix with the true states/classes.}
 
 	}
 }

Modified: trunk/man/mix.sim-class.Rd
===================================================================
--- trunk/man/mix.sim-class.Rd	2009-06-24 21:43:28 UTC (rev 276)
+++ trunk/man/mix.sim-class.Rd	2009-06-26 11:55:27 UTC (rev 277)
@@ -30,14 +30,10 @@
 	
 	\item{\code{init}:}{Array of dimension \code{length(ntimes)}*nstates with 
 		the current predictions for the initial state probabilities.}
+	    
+    \item{\code{ntimes}:}{A vector containing the lengths of independent time
+		series; not applicable for mix objects, i.e. this is a vector of 1's.}
 	
-	\item{\code{stationary}:}{Logical indicating whether the transitions are
-		time-dependent or not; for internal use.}
-	
-	\item{\code{ntimes}:}{A vector containing the lengths of independent time
-		series; if data is provided, sum(ntimes) must be equal to
-		nrow(data).}
-
 	\item{\code{nstates}:}{The number of states/classes of the model.}
 
 	\item{\code{nresp}:}{The number of independent responses.}



More information about the depmix-commits mailing list