[Depmix-commits] r586 - pkg/depmixS4/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 11 20:57:09 CEST 2013


Author: ingmarvisser
Date: 2013-09-11 20:57:08 +0200 (Wed, 11 Sep 2013)
New Revision: 586

Modified:
   pkg/depmixS4/man/depmix.fit.Rd
Log:
Added an example of using argument donlpcntrl

Modified: pkg/depmixS4/man/depmix.fit.Rd
===================================================================
--- pkg/depmixS4/man/depmix.fit.Rd	2013-09-11 18:38:32 UTC (rev 585)
+++ pkg/depmixS4/man/depmix.fit.Rd	2013-09-11 18:57:08 UTC (rev 586)
@@ -222,6 +222,11 @@
 # fit the model
 fmod2 <- fit(mod2,fixed=!free)
 
+# fit the same model but use Rdonlp2 package with some tweaks
+\dontrun{
+fmod2 <- fit(mod2,fixed=!free,method="donlp",donlpcntr=donlp2Control(te0=FALSE))
+}
+
 # likelihood ratio insignificant, hence fmod2 better than fmod1
 llratio(fmod1,fmod2)
 



More information about the depmix-commits mailing list