[ADMB Users] Understanding returned output from R glmm.admb

H. Skaug hskaug at gmail.com
Tue Jan 18 08:22:07 PST 2011


This has now been done, and should take effect within 24h.

hans

On Sun, Jan 16, 2011 at 6:06 PM, dave fournier <davef at otter-rsch.com> wrote:
> It is now possible to get the R source files for glmmADMB from Rforge.
> Looking in glmm.admb.R
> I see
>
>  tmpu <- table(data[[group]])
>  tmpu[] <- 1:length(tmpu)
>  tmpI <- tmpu[as.character(data[[group]])]
>  data <- data[order(tmpI),]
>
> I think this is the sort part of the code.
> It should be possible to make a vector of the same length as the number of
> observations
> and fill it from 1 to nobs and sort it the same way and print it out ands
> that should do the job for
> you. (I leave that to R programmers)
> _______________________________________________
> Users mailing list
> Users at admb-project.org
> http://lists.admb-project.org/mailman/listinfo/users
>



More information about the Users mailing list