Hello,
I am trying to implement a CJS Model with 3 covariates in RMark. Two of my covariates (days spent in field per year "y" and tagloss frequency per year "TL") are only time-varying but for all individuals the same, the other covariate (number of times individual has been seen every year "seen") is time and individual varying. 
Per individual I have 13 years data. 
At the moment my input file looks like this:
 ch	y1	y2	y3	y4	y5	y6	y7	y8	y9	y10	y11	y12	y13	seen1	seen2	seen3	seen4	seen5	seen6	seen7	seen8	seen9	seen10	seen11	seen12	seen13	TL1	TL2	TL3	TL4	TL5	TL6	TL7	TL8	TL9	TL10	TL11	TL12	TL13
1101111111111	116	72	39	69	147	143	91	86	113	114	95	70	90	74	8	0	3	10	61	41	14	42	42	53	5	8	0.1716	0.0571	0.0402	0.076	0.2763	0.0795	0.0406	0.3245	0.1770	0.1437	0.1	0.0529	0.0153
1111111111101	116	72	39	69	147	143	91	86	113	114	95	70	90	176	109	36	88	180	114	94	42	100	24	1	0	1	0.1716	0.0571	0.0402	0.076	0.276	0.0795	0.04067	0.3245	0.1770	0.14376	0.1	0.0529	0.0153
How can I implement that in the RMark code?
Thanks for any inputs!