我已尽力而为,但似乎我只是不明白该怎么做并且需要帮助。我正在运行一个条件自回归模型。这是我的代码:
model2 <- ST.CARar(formula = formula, family = "poisson", data = malaria, W = W, burnin = 20000, n.sample = 220000, thin = 10)
Setting up the model
Generating 20000 post burnin and thinned (if requested) samples
========================================================================| 100%
Summarising results
quantile.default(samples.gamma, c(0.5, 0.025, 0.975)) 中
的错误:如果 'na.rm' 为 FALSE,则不允许缺少值和 NaN
我不介意提供更多信息或数据,但我需要帮助。