Skip to content

Commit

Permalink
adjusted var name S_hat
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyarz committed Jul 26, 2024
1 parent ab2826d commit 72afbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/analysis_normal.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ the prior information with the estimated results of the trial [@fleischer_2022].
posterior <- getPosterior(
prior_list = prior_list,
mu_hat = trial_data$rslt,
se_hat = trial_data$se, # se_hat to be updatet to s_hat in final!?
S_hat = trial_data$se,
calc_ess = TRUE
)
Expand Down

0 comments on commit 72afbec

Please sign in to comment.