The aim is to adjust AICc values based on the c-hat and re-order the models correctly (taking into account the overdispersion). I understand (unless it has been updated) that I need to use the function "export.MARK" to be able to import my set of models to the MARK interface ('.Rinp' file)
My R code to export the models to MARK:
- Code: Select all
- # Create model list and run an assortment of models
 MSmodel.list=create.model.list("Multistrata")
 # Run set of models
 mstrata.results=mark.wrapper(MSmodel.list,data=ms_proc,ddl=ms_ddl)
 MS_results = mstrata.results$model.table
 # export for MARK
 export.MARK(ms_proc,project="MS_94-22",model=mstrata.results)
1. When I try to import the Rinp file in MARK, it creates a '.DBF' file but it tells me "no output is stored in this Results Database" (The DBF is just empty I can't see any list of models)
2. Is there a way to run a goodness-of-fit test for multi-state models directly in RMark, or is it only possible using the MARK interface?
Thank you for your help

