Burn-in occurs outside of the estimation function. Maybe move it into the estimation function for parity with other packages? ```r dina({data}, {q}, chain_length = 10000) ``` to ```r dina({data}, {q}, burn_in = 1000, chain_length = 10000) ```
Burn-in occurs outside of the estimation function. Maybe move it into the estimation function for parity with other packages?
dina({data}, {q}, chain_length = 10000)to
dina({data}, {q}, burn_in = 1000, chain_length = 10000)