-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels