# Get default parameters
linearNet.params <- mcmc.defaultParams_Linear()
# Change run length
linearNet.params[1] <- 150000
# Change prior regression precision
linearNet.params[7] <- 0.001
linearNet.params[8] <- 0.001
# Plot to check changes
plotPriors(linearNet.params)
## Use to run LinearNet ...
Run the code above in your browser using DataLab