## artificial example to show how to use the binary_model function with an executable "My_Executable"
ABC_rej<-ABC_rejection(model=binary_model_cluster("./My_Executable"), prior_matrix=..., n_cluster=2,...)
# NB: on windows, "My_Executable" should be of the form "My_Executable.exe" :
ABC_rej<-ABC_rejection(model=binary_model_cluster("./My_Executable.exe"), prior_matrix=..., n_cluster=2,...)
Run the code above in your browser using DataLab