Just noting a few things that we should make sure is in the documentation about user-specified controls:
- If the user wants verbose output, they should specify this by
control <- list(verbose = TRUE).
- If constants are needed in the discrepancy function, they should provide this by:
control <- list(disc = list(n = n)).
And then a few questions:
- Right now controls used in the simulate data function are in
control$disc. Does this make sense?
- What is the intention for
control$draw?
Just noting a few things that we should make sure is in the documentation about user-specified controls:
control <- list(verbose = TRUE).control <- list(disc = list(n = n)).And then a few questions:
control$disc. Does this make sense?control$draw?