LL_joint_no_corr
Function for log-likelihood without correlation between
continuous and discrete equationsLL_joint_no_corr
Function for log-likelihood without correlation between
continuous and discrete equations
LL_joint_no_corr(
ffor,
cheqs0,
datan = "data",
fixed_term = TRUE,
eq_type = c("joint", "cont", "disc"),
transform = FALSE,
hessian = NULL,
bayesian_random = FALSE,
eqsys = "sur",
MNtypef = "logit",
add_pars = NULL
)
Discrete equations.
Continuous equations.
Character string. Name of data-set.
if TRUE
, includes fixed term in log-likelihood.
can be "joint"(both blocks estimated but without correlation), "cont", "disc".
if TRUE
, quantile transformation is applied to discrete equations.
Name of hessian function.
If TRUE
, than par[1] is changed to par[,1] to be used for
optimization of random parameters in Bayesian estimation.
"sur" or "sem".
"logit" or "dogit".
additional parameters to add
ML estimation function