[Depmix-commits] r193 - in trunk: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jun 27 13:12:10 CEST 2008


Author: maarten
Date: 2008-06-27 13:12:10 +0200 (Fri, 27 Jun 2008)
New Revision: 193

Modified:
   trunk/DESCRIPTION
   trunk/man/responses.Rd
Log:
- added MASS dependency (for mvrnorm)
- MVNresponse example in responses now uses mvrnorm

Modified: trunk/DESCRIPTION
===================================================================
--- trunk/DESCRIPTION	2008-06-27 09:03:30 UTC (rev 192)
+++ trunk/DESCRIPTION	2008-06-27 11:12:10 UTC (rev 193)
@@ -1,12 +1,12 @@
-Package: depmixS4
-Version: 0.2-0
-Date: 2008-06-09
-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.6.0), nnet, methods
-Suggests: Rdonlp2
-Description: Fit latent (hidden) Markov models on mixed categorical and continuous (timeseries)
-   data, otherwise known as dependent mixture models
-License: GPL (>=2)
-URL: http://depmix.r-forge.r-project.org/
+Package: depmixS4
+Version: 0.2-0
+Date: 2008-06-09
+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.6.0), nnet, methods, MASS
+Suggests: Rdonlp2
+Description: Fit latent (hidden) Markov models on mixed categorical and continuous (timeseries)
+   data, otherwise known as dependent mixture models
+License: GPL (>=2)
+URL: http://depmix.r-forge.r-project.org/

Modified: trunk/man/responses.Rd
===================================================================
--- trunk/man/responses.Rd	2008-06-27 09:03:30 UTC (rev 192)
+++ trunk/man/responses.Rd	2008-06-27 11:12:10 UTC (rev 193)
@@ -163,13 +163,11 @@
 	
 	glm(res~x,family=Gamma)
 	
-	library(mvtnorm)
-	
 	mn <- c(1,2,3)
 	
 	sig <- matrix(c(1,.5,0,.5,1,0,0,0,2),3,3)
 	
-	y <- rmvnorm(1000,mn,sig)
+	y <- mvrnorm(1000,mn,sig)
 	
 	mod <- MVNresponse(y~1)
 	



More information about the depmix-commits mailing list