[Depmix-commits] r334 - trunk

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jan 29 15:25:36 CET 2010


Author: ingmarvisser
Date: 2010-01-29 15:25:36 +0100 (Fri, 29 Jan 2010)
New Revision: 334

Modified:
   trunk/DESCRIPTION
   trunk/NAMESPACE
   trunk/NEWS
Log:
Added news entries and other minor things.

Modified: trunk/DESCRIPTION
===================================================================
--- trunk/DESCRIPTION	2010-01-29 14:25:08 UTC (rev 333)
+++ trunk/DESCRIPTION	2010-01-29 14:25:36 UTC (rev 334)
@@ -4,7 +4,7 @@
 Title: Dependent Mixture Models
 Author: Ingmar Visser <i.visser at uva.nl>, Maarten Speekenbrink <m.speekenbrink at ucl.ac.uk>
 Maintainer: Ingmar Visser <i.visser at uva.nl>
-Depends: R (>= 2.9.1), nnet, methods, MASS, MCMCpack
+Depends: R (>= 2.9.1), stats, nnet, methods, MASS, MCMCpack
 Suggests: Rdonlp2
 Description: Fit latent (hidden) Markov models on mixed categorical and continuous (timeseries)
    data, otherwise known as dependent mixture models

Modified: trunk/NAMESPACE
===================================================================
--- trunk/NAMESPACE	2010-01-29 14:25:08 UTC (rev 333)
+++ trunk/NAMESPACE	2010-01-29 14:25:36 UTC (rev 334)
@@ -1,6 +1,6 @@
 import(methods)
 
-importFrom(stats, predict, simulate)
+importFrom(stats, predict, simulate, AIC, logLik)
 
 export(	
 	makeDepmix,
@@ -9,7 +9,6 @@
 	fb,
 	forwardbackward,
 	MVNresponse,
-	dm_dmvnorm,
 	llratio,
 	multinomial,
 	em,
@@ -30,7 +29,7 @@
 	transInit
 )
 
-exportMethods(
+exportMethods(
 	AIC,
 	BIC,
 	fit,

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2010-01-29 14:25:08 UTC (rev 333)
+++ trunk/NEWS	2010-01-29 14:25:36 UTC (rev 334)
@@ -6,10 +6,12 @@
     currently no constraints are used for such models, and hence only EM
     can be used for optimization, or alternatively, if and when Rdonlp2
     is used, sum constraints need to be added when fitting the model.
+    See ?GLMresponse for details. 
 
   o added an example of how to specify a model with multivariate normal
     responses (and fixed a bug in MVNresponse that prevented such models
-    from being specified in the first place). 
+    from being specified in the first place). See ?makeDepmix for an 
+    example. 
 
 Changes in depmixS4 version 0.2-2
 



More information about the depmix-commits mailing list