The binomial distribution is an important discrete distribution. It gives the probability of the number of "successes," in a sequence of n independent binary trials. This applet allows users to drag ...
expeta = exp(eta); p = expeta/(1+expeta); model x ~ binomial(n,p); random u ~ normal(0,s2u) subject=clinic; predict eta out=eta; estimate '1/beta1' 1/beta1; run; The PREDICT statement constructs ...