[Depmix-commits] r85 - trunk/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 17 23:59:04 CET 2008


Author: ingmarvisser
Date: 2008-03-17 23:59:04 +0100 (Mon, 17 Mar 2008)
New Revision: 85

Modified:
   trunk/man/depmix-internal.Rd
   trunk/man/depmix.Rd
   trunk/man/depmix.fitted-class.Rd
   trunk/man/response-class.Rd
Log:
Minor changes in help files

Modified: trunk/man/depmix-internal.Rd
===================================================================
--- trunk/man/depmix-internal.Rd	2008-03-17 22:35:32 UTC (rev 84)
+++ trunk/man/depmix-internal.Rd	2008-03-17 22:59:04 UTC (rev 85)
@@ -11,7 +11,6 @@
 
 \alias{mlogit}
 \alias{multinomial}
-\alias{nobs}
 \alias{nresp}
 \alias{nstates}
 \alias{ntimes}
@@ -43,8 +42,7 @@
 \alias{getpars,GLMresponse-method}
 \alias{setpars,GLMresponse-method}
 
-\alias{getdf,response,response-method}
-\alias{npar,response,response-method}
+\alias{npar,response-method}
 
 \title{Depmix internal functions}
 

Modified: trunk/man/depmix.Rd
===================================================================
--- trunk/man/depmix.Rd	2008-03-17 22:35:32 UTC (rev 84)
+++ trunk/man/depmix.Rd	2008-03-17 22:59:04 UTC (rev 85)
@@ -13,6 +13,8 @@
 \alias{BIC}
 \alias{BIC,depmix-method}
 
+\alias{nobs}
+\alias{nobs,depmix-method}
 
 \alias{npar}
 \alias{npar,depmix-method}
@@ -48,6 +50,7 @@
 	\S4method{logLik}{depmix}(object)
 	\S4method{AIC}{depmix}(object)
 	\S4method{BIC}{depmix}(object)
+	\S4method{nobs}{depmix}(object)
 	
 	\S4method{npar}{depmix}(object)
 	\S4method{freepars}{depmix}(object)

Modified: trunk/man/depmix.fitted-class.Rd
===================================================================
--- trunk/man/depmix.fitted-class.Rd	2008-03-17 22:35:32 UTC (rev 84)
+++ trunk/man/depmix.fitted-class.Rd	2008-03-17 22:59:04 UTC (rev 85)
@@ -46,12 +46,15 @@
 			the degrees of freedom, ie there are redundancies in the
 			parameters, in particular in the multinomial models for the
 			transitions and prior.}
-
+			
 		\item{\code{message}:}{This provides some information on convergence,
 			either from the EM algorithm or from Rdonlp2.}
 		
 		\item{\code{conMat}:}{The linear constraint matrix, which has zero rows
 			if there were no constraints.}
+		
+		\item{\code{posterior}:}{Posterior (Viterbi) state sequence (not
+			implemented currently).}
 	}
 }
 

Modified: trunk/man/response-class.Rd
===================================================================
--- trunk/man/response-class.Rd	2008-03-17 22:35:32 UTC (rev 84)
+++ trunk/man/response-class.Rd	2008-03-17 22:59:04 UTC (rev 85)
@@ -3,12 +3,17 @@
 \docType{class}
 
 \alias{response-class}
-\alias{getdf}{response-method}
+\alias{getdf}
+\alias{getdf,response-method}
 
 \title{Class "response"}
 
 \description{A \code{\link{response}} model for depmix models.}
 
+\usage{
+	\S4method{getdf}{response}(object)
+}
+
 \arguments{
 	\item{object}{An object of class "response".}
 }



More information about the depmix-commits mailing list