- Code: Select all
S.time.sin=list(formula=~-1 + time, link="sin")
p.time.session.sin=list(formula=~-1 + time:session, link="sin", share=TRUE)
N.session=list(formula=~session)
GammaDoublePrime.nomove=list(formula=~1,fixed=0)
GammaPrime.nomove=list(formula=~1,fixed=0)
> mark(col.proc, col.ddl, model = "Robust",
+ model.parameters=list(S=S.time.sin,
+ p=p.time.session.sin,
+ N=N.session,
+ GammaDoublePrime=GammaDoublePrime.nomove,GammaPrime=GammaPrime.nomove))
Error in sort.int(x, na.last = na.last, decreasing = decreasing, ...) :
'x' must be atomic
If I use the logit link for p and the sin link for S things work out, but not vice versa, so there's something here about the parameters p and c and the sin link function ???
Any help is appreciated. Thanks.
Tommy