[Gmm-commits] r79 - pkg/gmm/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Aug 25 22:26:34 CEST 2015
Author: chaussep
Date: 2015-08-25 22:26:33 +0200 (Tue, 25 Aug 2015)
New Revision: 79
Modified:
pkg/gmm/R/FinRes.R
Log:
another similar typo in FinRes.R
Modified: pkg/gmm/R/FinRes.R
===================================================================
--- pkg/gmm/R/FinRes.R 2015-08-25 19:17:21 UTC (rev 78)
+++ pkg/gmm/R/FinRes.R 2015-08-25 20:26:33 UTC (rev 79)
@@ -92,7 +92,7 @@
}
else
{
- if (is.null(P$weigthsMatrix))
+ if (is.null(P$weightsMatrix))
w <- diag(ncol(z$gt))
else
w <- P$weightsMatrix
More information about the Gmm-commits
mailing list