Closed LHMarshall closed 2 years ago
I can't seem to reproduce this on my machine, are you using the latest mrds
? A recent change was here to ensure that the result was printed as a data.frame
. But I do see that in dht
the returned object was being coerced to vector
?? See here which goes back to at least Jeff's initial commit. So that's weird that it's only an issue now.
Removing the as.vector
from dht
doesn't appear to break anything, so let's do that and hoepfully that fixes this for you.
The expected cluster size used to display like a table (either an array. matrix or data.frame) but it is now in the form of a list. This change caused a breakage in dsims for simulations with cluster size in.
Reproducible example: