MCMC.two: MCMC.two is an mcmc object resulting from the following code:

Description Author(s) Examples

Description

MCMC.two is an mcmc object resulting from the following code:

Author(s)

Edward L. Boone elboone@vcu.edu

Examples

 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.two <- 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)

bmk documentation built on May 1, 2019, 8:21 p.m.

Related to MCMC.two in bmk...