[Depmix-commits] r173 - trunk/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 17 16:35:10 CEST 2008
Author: maarten
Date: 2008-06-17 16:35:09 +0200 (Tue, 17 Jun 2008)
New Revision: 173
Modified:
trunk/man/simulate.Rd
Log:
fixed mismatch in simulate.Rd
Modified: trunk/man/simulate.Rd
===================================================================
--- trunk/man/simulate.Rd 2008-06-17 14:31:08 UTC (rev 172)
+++ trunk/man/simulate.Rd 2008-06-17 14:35:09 UTC (rev 173)
@@ -19,13 +19,13 @@
\usage{
- \S4method{simulate}{depmix}(object, nsim=1, seed=NULL, times=NULL, ...)
+ \S4method{simulate}{depmix}(object, nsim=1, seed=NULL, ...)
- \S4method{simulate}{response}(object)
+ \S4method{simulate}{response}(object, nsim=1, seed=NULL, times=NULL, ...)
- \S4method{simulate}{GLMresponse}(object)
+ \S4method{simulate}{GLMresponse}(object, nsim=1, seed=NULL, times=NULL, ...)
- \S4method{simulate}{transInit}(object)
+ \S4method{simulate}{transInit}(object, nsim=1, seed=NULL, times=NULL, ...)
}
\arguments{
@@ -54,7 +54,7 @@
Setting the \code{times} option selects the time points in the total
state/observation sequence (i.e., counting is continued over ntimes).
- Usage of the \code{times} option is not recommended.
+ Direct calls of simulate with the \code{times} option are not recommended.
}
@@ -62,7 +62,7 @@
For a \code{depmix} object, a new object of class \code{depmix.sim}.
- For a \code{transInit} object, a state sequence
+ For a \code{transInit} object, a state sequence.
For a \code{response} object, an observation sequence.
More information about the depmix-commits
mailing list