Hopefully this question hasn't been asked already (though after RTFM and searching the forums, I haven't come across a mention of this problem yet).
I'm trying to fit random effects models to nest survival data in MARK. Data was collected over 23 years, and there are 76 encounter occasions in the dataset (thus, the longest "field season" of the 23 years spanned 76 days). Each year of study was classified as one of two types: "Pre-exodus" (given a value of 0), or "Post-exodus" (given a value of 1).
I'm interested in fitting a random effects model in which the intercept differs depending on the type of year. Thus, I have an individual covariate called “exodus” that is coded 0 for nests in the pre-exodus years, and 1 for nests in the post-exodus years.
To ensure that my .inp file was working correctly, I started by running a fixed-effect full time model S(t), a fixed-effect intercept model S(.), and a fixed-effect exodus model S(exodus). All three returned with no errors (though there were some non-convergence issues in several time intervals for the S(t) model).
Next, I ran an intercept-only random effects model and a linear trend random effects model, both of which returned with no errors. Finally, I tried to run a random-effects model where the intercept differs as a function of “exodus.” I retrieved S(t), opened the Variance Components/Real Parameters menu, and selected User-Specified Random Effects. After parameterizing the Design Matrix (1 column for intercept, 1 column for “exodus”), I clicked “OK” and got the following error message:
forrtl: severe (59): list-directed I/O syntax error, unit4, file [file path... mrk5549z.tmp] Image PC Routine Line Source DFORRT.DLL 00354BD9 Unknown Unknown Unknown
I have the most recent version of MARK, and tried running it on a separate computer. I tried shortening my .inp file to see if it would work with less data in the file, and also tried running it with/without constraining the non-converging time intervals. Nothing seems to work, and I keep running into this error.
Any suggestions would be greatly appreciated.