I am attempting to develop a better understanding of the SIN link used by Program MARK.  In particular, I am wondering whether the SIN link can be used with glm in R to estimate proportions and compare proportions among groups (assuming p = 1).  The SIN link is not available as a built-in option in glm.
I can find little in the published literature about the SIN link.  I have posted a couple of questions on Stack Overflow and Cross Validated, but gotten little feedback.
Where can I read about the SIN link in the published literature?  At one time there was a pdf devoted to the statistics of Program MARK.  Is that document still available?  I suspect the source code of RMARK does not implement the SIN link directly, but rather instructs MARK to implement it.  Does someone have R code for implementing the SIN link in glm?
Here are links to the above-mentioned Stack Overflow and Stack Exchange questions if interested:
http://stackoverflow.com/questions/2543 ... regression
http://stats.stackexchange.com/question ... regression
http://stats.stackexchange.com/question ... a-sin-link
Thank you for any guidance.  I hope this question is not off-topic.