It is most straightforward to add under this line the following:
s$n_iter = i
so that I can keep the number of iterations for my own reference. I guess this is a style question : may I do that, or should it be in some debug variable?
Do that for now. If you want to be safe add a susie_get_niter function too, and use susieR::: to access. Then we can decide on internal storage issues and whether to export etc later.
It is most straightforward to add under this line the following:
so that I can keep the number of iterations for my own reference. I guess this is a style question : may I do that, or should it be in some
debug
variable?