Description Author(s) Examples
MCMC.one.mean0 is an mcmc object resulting from the following code:
Edward L. Boone elboone@vcu.edu
| 1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run: 
 library(dismo); library(MCMCpack)
 data(Anguilla_train)
 b0mean0 <- 0
 b0precision <- (1/5)^2
 mcmclen = 50000
 burn=200000
 MCMC.one.mean0 <- MCMClogit(Angaus ~ SegSumT+DSDist+USNative+as.factor(Method)+DSMaxSlope+USSlope,
                  data=Anguilla_train,burnin=burn, mcmc=mcmclen, beta.start=-1,
                  b0=b0mean0, B0=b0precision)
 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.