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