search for: nindices

Displaying 2 results from an estimated 2 matches for "nindices".

Did you mean: indices
2006 Oct 12
0
Privates example? (fwd)
...ndexCount = 0; - w->texCoordSize = 4; + aw->indexCount = 0; + aw->texCoordSize = 4; } - vSize = 2 + w->texUnits * w->texCoordSize; + vSize = 2 + w->texUnits * aw->texCoordSize; nVertices = w->vCount; - nIndices = w->indexCount; + nIndices = aw->indexCount; v = w->vertices + (nVertices * vSize); i = w->indices + nIndices; @@ -3523,7 +3532,7 @@ } } w->vCount = nVertices; - w->indexCount = nIndices; + aw->indexCount...
2012 Aug 13
0
rjags error. Error parsing model file:,syntax error on line 5 near ""
Greetings, I am running a factor analysis model in rjags and have received the following error Error parsing model file: syntax error on line 5 near "" Line 5 is model { Here is my syntax. Any insight would be greatly appreciated. require(rjags) modelstring = " model { for (i in 1 : nData) { for (j in 1 : nIndicators) { y[i,j] ~ dnorm(mu[i,j],psi[j]) ephat[i,j] <-