Hi,
I am new to RMark, so I am following appendix C in Cooch & White (2008). To avoid compatibility problems, I have successfully downloaded and installed latest versions of MARK (version 6.1), R (version 2.13.0), and unzipped RMark (2.0.3) in the R library. When trying to work with the dipper example I find a problem which I think seems to suggest that RMark cannot connect to MARK? I would appreciate help with this problem (see the code below). Cheers,
Nacho
> local({pkg <- select.list(sort(.packages(all.available = TRUE)),graphics=TRUE)
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: msm
Loading required package: nlme
Loading required package: plotrix
This is RMark 2.0.3
Built: R 2.13.0; ; 2011-05-29 07:56:18 UTC; windows
> data(dipper)
> summary(dipper)
ch sex
Length:294 Female:153
Class :character Male :141
Mode :character
> myexample=mark(dipper)
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") :
cannot open file 'mark001.out': No such file or directory
********Following model failed to run : Phi(~1)p(~1) **********