[Depmix-commits] r143 - trunk/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 10 01:16:12 CEST 2008
Author: maarten
Date: 2008-06-10 01:16:11 +0200 (Tue, 10 Jun 2008)
New Revision: 143
Modified:
trunk/man/simulate.Rd
Log:
Modified: trunk/man/simulate.Rd
===================================================================
--- trunk/man/simulate.Rd 2008-06-09 14:38:38 UTC (rev 142)
+++ trunk/man/simulate.Rd 2008-06-09 23:16:11 UTC (rev 143)
@@ -19,7 +19,7 @@
\usage{
- \S4method{simulate}{depmix}(object, nsim=1, seed=NULL, times=NULL, ...)
+ \S4method{simulate}{depmix}(object, nsim=1, seed=NULL, times=NULL, ...)
\S4method{simulate}{response}(object)
@@ -60,10 +60,11 @@
\value{
- For a \code{depmix} object, a \code{list} with two elements;
- \code{states}, an N*nsim matrix with a state sequence in each column,
- and \code{responses}, an N*nobs*nsim array with observation sequences,
- where N = \code{sum(ntimes(object))}
+ For a \code{depmix} object, a new object of class \code{depmix.sim}.
+
+ For a \code{transInit} object, a state sequence
+
+ For a \code{response} object, an observation sequence.
}
More information about the depmix-commits
mailing list