AA.Aa.aa(link = "logit", earg=list(), init.pA = NULL)
pA
.
See Links
for more choices.earg
in Links
for general information.pA
."vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
and vgam
.pA
.
The probability of getting a count in the first column of the
input (an AA) is pA*pA
.AB.Ab.aB.ab
,
AB.Ab.aB.ab2
,
ABO
,
G1G2G3
,
MNSs
.y = cbind(53, 95, 38)
fit = vglm(y ~ 1, AA.Aa.aa(link="probit"), trace=TRUE)
rbind(y, sum(y)*fitted(fit))
Coef(fit) # Estimated pA
summary(fit)
Run the code above in your browser using DataLab