You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If set.seed() is called from within DGPs/Methods/Evaluators/Visualizers and add_vary_across(.dgp = ...) is used, the seed affects all replicates after the first vary-across parameter value. Consequently, the results are the same across all replicates for a given vary-across parameter value (after the first one).
For now, it is highly recommended to not use set.seed() within DGPs/Methods/Evaluators/Visualizers.
If
set.seed()
is called from within DGPs/Methods/Evaluators/Visualizers andadd_vary_across(.dgp = ...)
is used, the seed affects all replicates after the first vary-across parameter value. Consequently, the results are the same across all replicates for a given vary-across parameter value (after the first one).For now, it is highly recommended to not use set.seed() within DGPs/Methods/Evaluators/Visualizers.
Reproducible Example:
The text was updated successfully, but these errors were encountered: