Hi all,
Using R, we have simulated a series of 100 input files in multistrata format. We the used RMark to define a set of models in order to estimate demographic parameters. we would like to extract information (formula, parameter estimate and variance) from the best model for each simulated data without knowing the model number (unlike in the example "myresults[[3]]") .
we tried things like:
bestmodel=caphist.results[caphist.results$model.table$DeltaAICc==0]
bestmodel$model.name
bestmodel$results$real
but it doesn’t work
we ‘ve also tried to extract the formula of S, Psi and p from the first line of the model.table and construct a model with these parameters, but it doesn’t work
does anyone know how we can do it?
Thanks in advance.
Pascaline