Closed svmiller closed 6 years ago
Save the object and look at the attributes attached to the data.frame. You will find the simulations stored there. The documentation could perhaps be clearer that the simulations will be stored in an attribute of the data.frame, and not returned directly.
I hope I have this right, but, if I understand the documentation correctly,
returnSims = TRUE
should return alln.sims
simulations. However,returnSims = TRUE
seems to return the exact same data frame asreturnSims = FALSE
.Reproducible example:
If I understand correctly, I should be getting a matrix back with 1500 rows, not 15.
I apologize for taking up everyone's time if I'm mistaken here.