[Depmix-commits] r219 - trunk/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 1 16:27:11 CEST 2008


Author: ingmarvisser
Date: 2008-08-01 16:27:11 +0200 (Fri, 01 Aug 2008)
New Revision: 219

Modified:
   trunk/R/mlogit.R
Log:
Added some comments

Modified: trunk/R/mlogit.R
===================================================================
--- trunk/R/mlogit.R	2008-08-01 14:24:08 UTC (rev 218)
+++ trunk/R/mlogit.R	2008-08-01 14:27:11 UTC (rev 219)
@@ -6,6 +6,7 @@
 function(base=1) {
 	# 	matrix formulation is possibly very inefficient?!?!?
 	# 	moreover it does not admit of bases being different from 1??!?!?
+	# 	is it ever used anywhere???????
 	linkfun <- function(p,base) {
 		lfun <- function(p,base) {
 			p <- p/sum(p)



More information about the depmix-commits mailing list