Crismoc
Crismoc
Hi @mattansb , thanks for considering this request. Not having much experience with the use of INLA, I can only say that after looking at the INLA manual ([link](https://inla.r-inla-download.org/r-inla.org/doc/inla-manual/inla-manual.pdf)) and...
I sent a question regarding the algorithm to the R-INLA maintainers. I have the same understanding as @bwiernik about how the INLA approach works. As it can be visualized ([here](http://julianfaraway.github.io/brinla/examples/chicago.html))...
The code works for me, this reprex produces the html desired table: ```r ml iter 10 value 179.982880 #> final value 179.981726 #> converged test2 # weights: 18 (10 variable)...
Similar issue using a multivariate model fitted with brms, below a reproducible example with a sample of 3% of the data I'm using (same message when using full data and...
I would expect to get something like this: ```r library(summarytools) library(dplyr) tobacco |> group_by(smoker) |> reframe( level = names(table(diseased)), Freq = table(diseased), `% Valid` = prop.table(table(diseased))) #> # A tibble:...
Hi, I just want to contribute that just by updating pandoc it started working again, all else remaining the same. Before the update, it was not possible to compile. I'm...