Last chance! 50% off unlimited learning
Sale ends in
AB.Ab.aB.ab2(link = "logit", earg=list(), init.p = NULL)
p
.
See Links
for more choices.earg
in Links
for general information.p
."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
and vgam
.deriv
and weight
slot of the
family function.p
.AA.Aa.aa
,
AB.Ab.aB.ab
,
ABO
,
G1G2G3
,
MNSs
.# See Elandt-Johnson, pp.430,427
# Estimated variance is approx 0.0021
y = cbind(68, 11, 13, 21)
fit = vglm(y ~ 1, AB.Ab.aB.ab2(link=cloglog), trace=TRUE, crit="coef")
Coef(fit) # Estimated p
rbind(y, sum(y)*fitted(fit))
sqrt(diag(vcov(fit)))
Run the code above in your browser using DataLab