python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Attempt to redefine node p[1,1] When adding covariates to beta-binomial mixture model
I keep getting the above error when I try adding detection covariates on a beta-binomial N-mixture model in rags. According to Royle(2004). A binomial N mixture model can be used to model abundance d...

mutinda festus
Votes: 0
Answers: 1
How can I capture the verbose output of an INLA model in R?
Hopefully, this example illustrates what I'm trying to do.
I run a comparison of the same simple example toggling verbose TRUE and FALSE.
library("INLA")
test <- capture.output(
{
inla(s...
JCran
Votes: 0
Answers: 1
Error in inla.call.builtin() : INLA installation error; no such file
I have recently updated INLA using the inla.update on my machine. Now everytime I try to run a function from the package, such as inla.mesh.2d I obtain the following error:
Error in inla.call.builtin(...
Samuele
Votes: 0
Answers: 1