# Get default parameters
nonLinearNet.params <- mcmc.defaultParams_nonLinear()
# Change run length
nonLinearNet.params[1] <- 150000
# Change prior on smoothness parameter
nonLinearNet.params[6] <- 30000 # Change truncation
nonLinearNet.params[12] <- 3 # Concentrate more mass close to linear region
# Plot to check changes
plotPriors(nonLinearNet.params)
## Use to run LinearNet ...
Run the code above in your browser using DataLab