Skip to content

Commit

Permalink
turn off priorsense to check theory its numerical instability for ext…
Browse files Browse the repository at this point in the history
…reme log lik values
  • Loading branch information
seabbs committed Nov 27, 2024
1 parent df49ef0 commit c425116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/faq.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ quantile(pred$sd, c(0.01, 0.1, 0.25, 0.5, 0.75, 0.9, 0.99))

We recommend use of the [`priorsense`](https://github.com/n-kall/priorsense) package [@kallioinen2024detecting] to check how sensitive the posterior distribution is to perturbations of the prior distribution and likelihood using power-scaling analysis:

```{r}
```{r, eval = FALSE}
library(priorsense)
powerscale_plot_dens(fit, variable = c("Intercept", "Intercept_sigma")) +
theme_minimal()
Expand Down

0 comments on commit c425116

Please sign in to comment.