R Under development (unstable) (2023-12-07 r85661 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library('bayescount') > > results <- fec.analysis(data=c(0,5,3,7,0,4,3,8,0), + model="ZILP", silent.jags=TRUE) Compiling rjags model... Analysing dataset using the ZILP model... Auto-run JAGS Running a pilot chain... Finished running the simulation Calculating the Gelman-Rubin statistic for 3 variables.... The Gelman-Rubin statistic is below 1.05 for all parameters Calculating the necessary sample length based on the Raftery and Lewis's diagnostic... The model will need to be run for a further 14507 updates. This will take approximately 2.4 seconds. Finished running the simulation Indicated sample length achieved Auto-run JAGS complete Calculating results *PLEASE NOTE: THIS SOFTWARE IS INTENDED FOR EDUCATIONAL PURPOSES ONLY AND SHOULD NOT BE RELIED UPON FOR REAL WORLD APPLICATIONS* Finished running the model > > proc.time() user system elapsed 9.14 0.39 13.62