Description Usage Arguments Value
Function (adapted for the discrimination test between bessel and beta - DBB) to run the Expectation-Maximization algorithm for the bessel regression.
1 2 3 4 5 6 7 8 9 10 | EMrun_bes_dbb(
lam,
z,
v,
mu,
link.precision,
em_controls = list(maxit = 5000, em_tol = 10^(-5)),
optim_method = "L-BFGS-B",
optim_controls = list()
)
|
lam |
initial values for the coefficients in lambda related to the precision parameter. |
z |
response vector with 0 < z_i < 1. |
v |
matrix containing the covariates for the precision submodel. Each column is a different covariate. |
mu |
mean parameter (vector having the same size of z). |
link.precision |
a string containing the link function the precision parameter. |
em_controls |
a list containing two elements: |
optim_method |
main optimization algorithm to be used. The available methods are the same as those of |
optim_controls |
a list of control arguments to be passed to the |
Vector containing the estimates for lam in the bessel regression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.