I followed up with David Ringler on this as its come up a few times on the list now:
We used the circular.r function to determine the sigma multiplier.
Assuming a hazard rate detection function and a z-estimate of 4 (which indeed is not in the paper), that gives :
circular.r(detectfn=1, detectpar=list(sigma=1, z=4), hazard=FALSE)
multiplier = 3.36
Also at the time we did that, integration of the circular.r function was not performed on the cumulative hazard rate. Using that new integration, the multiplier would be :
circular.r(detectfn=1, detectpar=list(sigma=1, z=4), hazard=TRUE)
multiplier = 1.8 (which is changing a bit our HR estimates)
James
--
You received this message because you are subscribed to the Google Groups "secr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
secrgroup+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to secrgroup+unsubscribe@googlegroups.com.