# Get default parameters
linearNet_Gauss.params <- mcmc.defaultParams_gauss()
# Change run length
linearNet_Gauss.params[1] <- 200000
# Change prior regression precision
linearNet_Gauss.params[7] <- 0.001
linearNet_Gauss.params[8] <- 0.001
# Plot to visualise changes
plotPriors(linearNet_Gauss.params)
## Use to run ReplicatesNet_gauss ...
Run the code above in your browser using DataLab