fkgruber
fkgruber
I would also like to know how to accomplish this
Hi I generated some data with multimodal sample: ``` library(tidyverse) library(tidybayes) N = 100 Nt = 50 Ns = 200 mydata = tibble( patid = paste0("pat", 1:N), treatment = sample(c('d1',...
Have the same problem running it from a WSL R terminal in windows 11. Can we use it without Rstudio at all? > sessionInfo() R version 4.3.1 (2023-06-16) Platform: x86_64-pc-linux-gnu...
yes of course: 
Thanks will try this. documentation on parameters is here: https://quarto.org/docs/dashboards/parameters.html
where do you get rbeta_mean? Can you include the R package or definition. Also can you include the values of b_H, b_BA, and b_C?
The problem with your softmax implementation is that it does not handle matrix input correctly. Compare the results between rethinking softmax and your softmax: ```R softmax=rethinking::softmax logsumexp
oh I see. I will try that thanks
this is fixed now. Simcausal is back in CRAN