Learn R Programming

bmk (version 1.0)

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

Description

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

Arguments

Examples

Run this code
## 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)

Run the code above in your browser using DataLab