test/bhpm.npm/single_chain/initial_values/check_test.r

library(tools)

rc = Rdiff("baseline/conv.dat", "test/conv.dat")
if (rc != 0) { stop("Error");  }

rc = Rdiff("baseline/summary.dat", "test/summary.dat")
if (rc != 0) { stop("Error");  }

rc = Rdiff("baseline/ptheta.dat", "test/ptheta.dat")
if (rc != 0) { stop("Error");  }

rc = Rdiff("baseline/ptheta95.dat", "test/ptheta95.dat")
if (rc != 0) { stop("Error");  }
rcarragh/bhpm documentation built on Nov. 2, 2020, 5:10 p.m.