[Depmix-commits] r34 - trunk/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Mar 4 23:05:18 CET 2008


Author: ingmarvisser
Date: 2008-03-04 23:05:18 +0100 (Tue, 04 Mar 2008)
New Revision: 34

Modified:
   trunk/man/depmix.fit.Rd
Log:
Added help for llratio, loglikelihood ratio test of two fitted models

Modified: trunk/man/depmix.fit.Rd
===================================================================
--- trunk/man/depmix.fit.Rd	2008-03-04 22:00:32 UTC (rev 33)
+++ trunk/man/depmix.fit.Rd	2008-03-04 22:05:18 UTC (rev 34)
@@ -10,6 +10,8 @@
 	\S4method{fit}{depmix}(object, w=NULL, fixed=NULL, equal=NULL, conrows=NULL,
 		conrows.upper=0, conrows.lower=0, method=c("em","donlp"),...)
 	
+	\S4method{llratio}{depmix}{object,object}
+	
 }
 \arguments{
 	\item{object}{An object of class "depmix".}
@@ -54,6 +56,11 @@
 	the constraints. \code{conrows} is a matrix of npar(object) columns and
 	one row for each constraint (ie a vector in the case of a single
 	constraint). 
+	
+	\code{llratio} performs a log-likelihood ratio test on two
+	\code{fit}ted models; the first object should have the largest degrees 
+	of freedom. 
+	
 }
 \value{
 	\code{fit} returns an object of class depmix.fitted which contains 



More information about the depmix-commits mailing list