Building FullHet models

I have moderate experience with both R and MARK and decided on going the RMark route to avoid building design matrices with up to 25 columns (5 transects and 5 years in some cases).
Through the help files, this list (thank you Jeff for some initial help!), the appendix and workshop notes I think I'm getting the hang of it. I developed a script for all the models and ran it and it appeared to work.
But now I am getting concerned about whether I am building my models correctly. Hopefully I can find a few quick answers here:
1)
What is the difference between using the share=TRUE function? The example I've seen it was used to build a behavior model, but then it was also used on other models that did not have behavior which doesn't seem to make sense. For example:
p.time=list(formula=~time,share=TRUE)
p.time=list(formula=~time)
2)
Also I think I saw in the appendix that models can not be compared between model types? I'm wondering if it would be easier to build all my b, t and T models in Closed Captures then only use FullHet for heterogeneity models. Can I build a model table with them together?
3)Is Time (linear time) always built into the program? I ran a script last week with it that worked fine, but now this week with the same script but a new file it is giving me an error "Error in do.analysis() : object 'Time' not found"
While all the help files are great they are mostly CJS examples, so I'm struggling to find a lot of examples for Closed Captures or FullHet.
Any help would be greatly appreciated!
Jen
Through the help files, this list (thank you Jeff for some initial help!), the appendix and workshop notes I think I'm getting the hang of it. I developed a script for all the models and ran it and it appeared to work.
But now I am getting concerned about whether I am building my models correctly. Hopefully I can find a few quick answers here:
1)
What is the difference between using the share=TRUE function? The example I've seen it was used to build a behavior model, but then it was also used on other models that did not have behavior which doesn't seem to make sense. For example:
p.time=list(formula=~time,share=TRUE)
p.time=list(formula=~time)
2)
Also I think I saw in the appendix that models can not be compared between model types? I'm wondering if it would be easier to build all my b, t and T models in Closed Captures then only use FullHet for heterogeneity models. Can I build a model table with them together?
3)Is Time (linear time) always built into the program? I ran a script last week with it that worked fine, but now this week with the same script but a new file it is giving me an error "Error in do.analysis() : object 'Time' not found"
While all the help files are great they are mostly CJS examples, so I'm struggling to find a lot of examples for Closed Captures or FullHet.
Any help would be greatly appreciated!
Jen