Displaying 1 result from an estimated 1 matches for "matrixdraw".
2008 Mar 10
2
parmat error from MASS?
...ix project. my math skills are
lousy and programming skills are worse. to deal with an error that i
couldn't solve, i changed a parameter that used a new part of a routine
in our PVA package's code:
else if (ES == "ParDraw") {
require(MASS)
(previously, ES was "MatrixDraw" and MASS wasn't called for)
now, i get the following error:
Error in apply(parmat, 1, mean) : dim(X) must have a positive length
there is no code in the PVA package routines that has a line that says
"apply(parmat, 1, mean)" or parmat or the format "(____, 1, mean)"...