[Depmix-commits] r283 - pkg/depmix/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jul 8 16:08:53 CEST 2009


Author: ingmarvisser
Date: 2009-07-08 16:08:53 +0200 (Wed, 08 Jul 2009)
New Revision: 283

Modified:
   pkg/depmix/man/dmm.Rd
   pkg/depmix/man/fitdmm.Rd
   pkg/depmix/man/generate.Rd
   pkg/depmix/man/mgdmm.Rd
Log:
Adapted help files for R 2.9.1

Modified: pkg/depmix/man/dmm.Rd
===================================================================
--- pkg/depmix/man/dmm.Rd	2009-07-08 14:06:54 UTC (rev 282)
+++ pkg/depmix/man/dmm.Rd	2009-07-08 14:08:53 UTC (rev 283)
@@ -11,11 +11,11 @@
 
 \description{
 	
-	\item{dmm}{\code{dmm} creates an object of class \code{dmm}, a
-	dependent mixture model.}
+	\code{dmm} creates an object of class \code{dmm}, a
+	dependent mixture model.
 	
-	\item{lca}{\code{lca} creates an object of class \code{dmm,lca}, a
-	latent class model or an independent mixture model. }
+	\code{lca} creates an object of class \code{dmm,lca}, a
+	latent class model or an independent mixture model.
 
 }
 \usage{

Modified: pkg/depmix/man/fitdmm.Rd
===================================================================
--- pkg/depmix/man/fitdmm.Rd	2009-07-08 14:06:54 UTC (rev 282)
+++ pkg/depmix/man/fitdmm.Rd	2009-07-08 14:08:53 UTC (rev 283)
@@ -15,14 +15,14 @@
 
 \description{
   	
-	\item{fitdmm}{\code{fitdmm} fits mixtures of hidden/latent Markov
+	\code{fitdmm} fits mixtures of hidden/latent Markov
 	models on arbitrary length time series of mixed categorical and
 	continuous data.  This includes latent class models and finite mixture
 	models (for time series of length 1), which are in effect independent
-	mixture models.}
+	mixture models.
 	
-	\item{\code{posterior}}{\code{posterior} computes the most likely
-	latent state sequence for a given dataset and model.}
+	\code{posterior} computes the most likely
+	latent state sequence for a given dataset and model.
 }
 \usage{
 	fitdmm(dat, dmm, printlevel = 1, poster = TRUE, tdcov = 0,

Modified: pkg/depmix/man/generate.Rd
===================================================================
--- pkg/depmix/man/generate.Rd	2009-07-08 14:06:54 UTC (rev 282)
+++ pkg/depmix/man/generate.Rd	2009-07-08 14:08:53 UTC (rev 283)
@@ -4,10 +4,10 @@
 \alias{generate}
 
 \title{Generate data from a dependent mixture model}
-	\description{
-		\item{generate}{\code{generate} generates a dataset according to a
-		given \code{dmm}.
-	}
+
+\description{
+	\code{generate} generates a dataset according to a
+	given \code{dmm}.
 }
 
 \usage{	

Modified: pkg/depmix/man/mgdmm.Rd
===================================================================
--- pkg/depmix/man/mgdmm.Rd	2009-07-08 14:06:54 UTC (rev 282)
+++ pkg/depmix/man/mgdmm.Rd	2009-07-08 14:08:53 UTC (rev 283)
@@ -8,9 +8,9 @@
 
 \description{
 
-	\item{mgdmm}{\code{mgdmm} creates an object of class \code{mgd}, a
+	\code{mgdmm} creates an object of class \code{mgd}, a
 	multi-group model, from a given model of either class \code{dmm} or
-	class \code{mixdmm} or lists of these.}
+	class \code{mixdmm} or lists of these.
 
 }
 \usage{



More information about the depmix-commits mailing list