- Code: Select all
p_collared.Y=as.numeric(row.names(ShisRDall.ddl$p[ShisRDall.ddl$p$collared=='Y', ]))
p.c.session=list(formula=~session+c, share=T, fixed=list(index=p_collared.Y,value=1))
which does not fix any c values. I then tried deleting rows from the p and/or c design data, which gave me the error "One or more formulae are invalid because the design matrix has all zero rows for the following nonfixed parameters."
It now looks like models where p & c vary independently work best for this dataset, but I'm still curious: is there a way to do this?
Thanks,
Jeff