Displaying 2 results from an estimated 2 matches for "spatialepi".
Did you mean:
spatiale
2006 Nov 30
0
R2WinBUGS - parameter monitor seting
...g
R-code:
bayesimp.sim <- bugs(data, inits, parameters,"bayesimp.bug",
n.chains = 1, n.iter = 4000,
bugs.directory = "c:/Program Files/WinBUGS14/",
working.directory = NULL, clearWD = TRUE, debug = TRUE)
script.txt:
display ('log')
check ('D:/Work/SpatialEpi/Water/THM Imputation/Rwork/bayesimp.txt')
data ('D:/Work/SpatialEpi/Water/THM Imputation/Rwork/data.txt')
compile (1)
inits (1, 'D:/Work/SpatialEpi/Water/THM Imputation/Rwork/inits1.txt')
gen.inits()
thin.updater (2)
update (1000)
set (y)
set (u)
set (deviance)
dic.set()
update...
2012 Aug 13
4
write.dbf error: invalid subscript type 'list'
Dear all,
I am basically a GIS user and am new to R.
I am trying to write a data frame to a dbf file.
*n.simulations <- 999
binomial <- kulldorff(geo, cases, population, NULL, pop.upper.bound,
n.simulations, alpha.level, plot)
cluster <- binomial$most.likely.cluster$location.IDs.included
df <- data.frame(ID=seq(1,n.simulations,by=1),
simloglkhd=binomial$simulated.log.lkhd)