- Created
MCHTest()
, which createsMCHTest
-class objects that handle a particular Monte Carlo or bootstrap test - Created
pval()
, a function for computing p-values for tests based on empirical distributions, and supports breaking ties via generating uniformly distributed random variables - Create a print method for
MCHTest
-class objects that prints information about the parameters of the object - Created
is.MCHTest()
function to check whether an object inherits from theMCHTest
class - Created
get_MCHTest_settings()
which creates a list with all objects that together uniquely characterize anMCHTest
-class object
- Package MCHT created.