[Depmix-commits] r33 - trunk/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Mar 4 23:00:33 CET 2008
Author: ingmarvisser
Date: 2008-03-04 23:00:32 +0100 (Tue, 04 Mar 2008)
New Revision: 33
Modified:
trunk/man/depmix.Rd
Log:
Added help for logLik, AIC and BIC methods
Modified: trunk/man/depmix.Rd
===================================================================
--- trunk/man/depmix.Rd 2008-03-04 21:43:00 UTC (rev 32)
+++ trunk/man/depmix.Rd 2008-03-04 22:00:32 UTC (rev 33)
@@ -2,13 +2,16 @@
\name{depmix}
\alias{depmix}
+\alias{logLik}
+\alias{AIC}
+\alias{BIC}
\title{Dependent Mixture Model Specifiction}
\description{
\item{depmix}{\code{depmix} creates an object of class \code{depmix}, a
- dependent mixture model.}
+ dependent mixture model, or hidden Markov model.}
}
\usage{
@@ -20,7 +23,7 @@
\S4method{logLik}{depmix}(object)
\S4method{AIC}{depmix}(object)
\S4method{BIC}{depmix}(object)
-
+
}
\arguments{
\item{object}{An object with class \code{depmix}.}
@@ -130,7 +133,8 @@
\author{Ingmar Visser \email{i.visser at uva.nl}}
\seealso{
- \code{GLMresponse}, \code{transInit}.
+ \code{\link[depmix]{depmix.fit}},\code{\link[depmix]{transInit}},
+ \code{\link[depmix]{response}}.
}
\references{
More information about the depmix-commits
mailing list