generate_2State: Generate data following a 2 states model
Description
Generate individuals such that each individual starts at time 0 with state 0 and then an unique change
to state 1 occurs at a time \(t\) generated using an uniform law between 0 and 1.
Usage
generate_2State(n)
Value
a data.frame with 3 columns: id, id of the trajectory, time, time at which a change occurs and
state, new state.