I am trying out DEXSeq. I've used it successfully a couple of times, so my seth should be okay. However, for one of my projects, I get the following error:
What exactly does this mean? Is it okay to ignore the warning and proceed? Is there a way to fix it?
Code:
> ecs <- fitDispersionFunction(ecs) Warning message: In glmgam.fit(mm, disps[good], coef.start = coefs) : Too much damping - convergence tolerance not achievable
Comment