Is it possible to use the GLM command for zero truncated negative binomial regression? I believe the code for negative binomial regression is glm x y, family(nbinomial) link(log), but I do not know how to indicate truncation. Thank you for your assistance.