Last chance! 50% off unlimited learning
Sale ends in
Estimate the association parameter of Frank's bivariate distribution by maximum likelihood estimation.
bifrankcop(lapar = "loglink", iapar = 2, nsimEIM = 250)
An object of class "vglmff"
(see vglmff-class
).
The object is used by modelling functions
such as vglm
and vgam
.
Link function applied to the (positive) association parameter
Links
for more choices.
Numeric. Initial value for
See CommonVGAMffArguments
.
T. W. Yee
The cumulative distribution function is
When
The default is to use Fisher scoring implemented using
rbifrankcop
.
For intercept-only models an alternative is to set
nsimEIM=NULL
so that a variant of Newton-Raphson is used.
Genest, C. (1987). Frank's family of bivariate distributions. Biometrika, 74, 549--555.
rbifrankcop
,
bifgmcop
,
simulate.vlm
.
if (FALSE) {
ymat <- rbifrankcop(n = 2000, apar = exp(4))
plot(ymat, col = "blue")
fit <- vglm(ymat ~ 1, fam = bifrankcop, trace = TRUE)
coef(fit, matrix = TRUE)
Coef(fit)
vcov(fit)
head(fitted(fit))
summary(fit)
}
Run the code above in your browser using DataLab