[Depmix-commits] r74 - trunk/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Mar 7 16:24:52 CET 2008


Author: ingmarvisser
Date: 2008-03-07 16:24:51 +0100 (Fri, 07 Mar 2008)
New Revision: 74

Modified:
   trunk/man/depmix.Rd
Log:
Renamed data sets to .rda instead of .Rda (won't work otherwise ...) 

Modified: trunk/man/depmix.Rd
===================================================================
--- trunk/man/depmix.Rd	2008-03-07 15:06:18 UTC (rev 73)
+++ trunk/man/depmix.Rd	2008-03-07 15:24:51 UTC (rev 74)
@@ -171,7 +171,7 @@
 
 	# create a 2 state model with one continuous and one binary response
 	data(speed)
-	depmix(list(rt~1,corr~1),data=speed,nstates=2,family=list(gaussian(),mulitnomial()))
+	depmix(list(rt~1,corr~1),data=speed,nstates=2,family=list(gaussian(),multinomial()))
 	
 }
 \author{Ingmar Visser}



More information about the depmix-commits mailing list