
Estimate the association parameter of Ali-Mikhail-Haq's bivariate distribution by maximum likelihood estimation.
biamhcop(lapar = "rhobit", iapar = NULL, imethod = 1, nsimEIM = 250)
Link function applied to the association parameter
Links
for more choices.
Numeric. Optional initial value for imethod
.
An integer with value 1
or 2
which
specifies the initialization method. If failure to converge occurs
try the other value, or else specify a value for iapar
.
See CommonVGAMffArguments
for more information.
An object of class "vglmff"
(see vglmff-class
).
The object is used by modelling functions such as vglm
and vgam
.
The cumulative distribution function is
Balakrishnan, N. and Lai, C.-D. (2009) Continuous Bivariate Distributions, 2nd ed. New York: Springer.
# NOT RUN {
ymat <- rbiamhcop(1000, apar = rhobit(2, inverse = TRUE))
fit <- vglm(ymat ~ 1, biamhcop, trace = TRUE)
coef(fit, matrix = TRUE)
Coef(fit)
# }
Run the code above in your browser using DataLab