[Depmix-commits] r76 - in trunk: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Mar 7 16:34:14 CET 2008
Author: ingmarvisser
Date: 2008-03-07 16:34:14 +0100 (Fri, 07 Mar 2008)
New Revision: 76
Modified:
trunk/DESCRIPTION
trunk/man/depmix.fit.Rd
Log:
Minor changes
Modified: trunk/DESCRIPTION
===================================================================
--- trunk/DESCRIPTION 2008-03-07 15:25:15 UTC (rev 75)
+++ trunk/DESCRIPTION 2008-03-07 15:34:14 UTC (rev 76)
@@ -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.6.0), MASS
+Depends: R (>= 2.6.0), MASS, nnet
Suggests: Rdonlp2
Description: Fit latent (hidden) Markov models on mixed categorical and continuous (timeseries) data, otherwise known as dependent mixture models
License: GPL (>=2)
Modified: trunk/man/depmix.fit.Rd
===================================================================
--- trunk/man/depmix.fit.Rd 2008-03-07 15:25:15 UTC (rev 75)
+++ trunk/man/depmix.fit.Rd 2008-03-07 15:34:14 UTC (rev 76)
@@ -90,6 +90,9 @@
mod <- depmix(rt~1,data=speed,nstates=2,trstart=runif(4))
# fit the model
mod1 <- fit(mod)
+ mod1 # to see the logLik and optimization information
+ # to see the parameters
+ summary(mod1)
}
\author{Ingmar Visser}
\keyword{classes}
More information about the depmix-commits
mailing list