[Depmix-commits] r79 - trunk/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Mar 7 17:26:14 CET 2008


Author: ingmarvisser
Date: 2008-03-07 17:26:14 +0100 (Fri, 07 Mar 2008)
New Revision: 79

Modified:
   trunk/man/depmix.Rd
   trunk/man/depmix.fit.Rd
   trunk/man/response.Rd
Log:
Updated help files and other minor changes

Modified: trunk/man/depmix.Rd
===================================================================
--- trunk/man/depmix.Rd	2008-03-07 16:16:50 UTC (rev 78)
+++ trunk/man/depmix.Rd	2008-03-07 16:26:14 UTC (rev 79)
@@ -9,9 +9,6 @@
 \alias{BIC}
 \alias{BIC,depmix-method}
 
-\alias{npar}
-\alias{npar,depmix-method}
-
 \alias{freepars}
 \alias{freepars,depmix-method}
 
@@ -39,7 +36,6 @@
 	\S4method{AIC}{depmix}(object)
 	\S4method{BIC}{depmix}(object)
 	\S4method{freepars}{depmix}(object)
-	\S4method{npar}{depmix}(object)
 	\S4method{freepars}{depmix}(object)
 	\S4method{setpars}{depmix}(object,which="pars",...)
 	\S4method{getpars}{depmix}(object,which="pars",...)	

Modified: trunk/man/depmix.fit.Rd
===================================================================
--- trunk/man/depmix.fit.Rd	2008-03-07 16:16:50 UTC (rev 78)
+++ trunk/man/depmix.fit.Rd	2008-03-07 16:26:14 UTC (rev 79)
@@ -17,7 +17,7 @@
 	\S4method{fit}{depmix}(object, w=NULL, fixed=NULL, equal=NULL, conrows=NULL,
 		conrows.upper=0, conrows.lower=0, method=NULL,...)
 		
-	\S4methods{llratio}{depmix}(object,object,...)
+	llratio(object,object,...)
 }
 \arguments{
 	\item{object}{An object of class "depmix".}

Modified: trunk/man/response.Rd
===================================================================
--- trunk/man/response.Rd	2008-03-07 16:16:50 UTC (rev 78)
+++ trunk/man/response.Rd	2008-03-07 16:26:14 UTC (rev 79)
@@ -1,8 +1,11 @@
 \name{response}
 \docType{method}
 \alias{response}
+\alias{predict}
 \alias{predict,response-method}
+\alias{dens}
 \alias{dens,response-method}
+\alias{npar}
 \alias{npar,response-method}
 \alias{transInit}
 \alias{GLMresponse}
@@ -17,7 +20,7 @@
 	transInit(formula, family=multinomial(), data, nstates, 
 		pstart=NULL, prob=TRUE, fixed=NULL)
 	
-	\S4methods{npar}{response}(object,...)
+	npar(object,...)
 }
 \arguments{
 	\item{object}{An object of class \code{response} or one of its



More information about the depmix-commits mailing list