# NOT RUN {
y <- importObservations(file = system.file("extdata", "twonode_example.csv",
package = "BayesMassBal"),
header = TRUE, csv.params = list(sep = ";"))
## The linear constraints for this example data set are:
# }
# NOT RUN {
C <- matrix(c(1,-1,0,-1,0,0,1,-1,0,-1), byrow = TRUE, ncol = 5, nrow = 2)
# }
# NOT RUN {
## The X matrix for this data set can be found using:
# }
# NOT RUN {
X <- constrainProcess(C = C)
# }
Run the code above in your browser using DataLab