Displaying 1 result from an estimated 1 matches for "tandemrepeat".
2012 Jul 15
0
NaN in hurdle model please?
Simplify your model. Does your TandemRepeat have a lot of levels? Or is
your sample size very small?
Alain
Dear all,
I am
fitting a hurdle model in the following way:
HNB <-
hurdle(chro ~ as.factor(TandemRepeat)| as.factor(TandemRepeat), data =data_negbin_fin,
dist = "negbin")
But the std.
error for log(theta) = NA
Count mo...