I have tried running one of the simple CJS models with my own data, and I keep running into the same error-message:
ERROR- Encounter histroy must consist of only these characters: '10'
However, my data is already structures like the examples recommend:
/*1*/010000 1;
/*2*/010000 1;
/*3*/100000 1;
/*4*/010000 1;
etc.
Does it mean that I have to delete the first part which defines the specific sample number (/*1*/)?
Any help will be greatly appreciated
