Skip to content

Commit

Permalink
small fix in the document
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsuuraKentaro committed Dec 24, 2024
1 parent 4d7935d commit 31dda1f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion R/rl_dnn_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#' N_total = 150, N_ini = rep(10, 5), N_block = 10, Delta = 1.3,
#' outcome_type = "continuous", sd_normal = sqrt(4.5),
#' seed = 123,
#' # We change iter to 200 and cores to 8
#' rl_config = rl_config_set(
#' iter = 1000,
#' # We change the DNN model
Expand Down
2 changes: 1 addition & 1 deletion R/simulate_one_trial.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
#' true_response = true_response_list[[true_model_name]],
#' N_total = 150, N_ini = rep(10, 5), N_block = 10,
#' Delta = 1.3, outcome_type = "continuous", sd_normal = sqrt(4.5),
#' alpha = adjusted_alpha, seed = simID, eval_type = "all"
#' alpha = adjusted_alpha, seed = 123, eval_type = "all"
#' )}
#'
#' @importFrom stats coef binomial glm plogis predict rbinom rnorm vcov
Expand Down
1 change: 0 additions & 1 deletion man/rl_dnn_config.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/simulate_one_trial.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31dda1f

Please sign in to comment.