LL_joint
Function for joint log-likelihood with correlation between
continuous and discrete equationsLL_joint
Function for joint log-likelihood with correlation between
continuous and discrete equations
LL_joint(
ffor,
cheqs0,
objm = NULL,
datan = "data",
cfunc = "cfunc",
cgrad = "cgrad",
chess = "chess",
gfunc = "gfunc",
hfunc = "hfunc",
check_hess = FALSE,
print_out = FALSE,
bayesian_random = FALSE,
MNtypef = "logit"
)
Discrete equations.
Continuous equations.
Expressions from cond_mean_cov_expr
.
Character string. Name of data-set.
Character string. Name for continuous block function.
Character string. Name for continuous block gradient.
Character string. Name for continuous block hessian.
Character string. Name for joint gradient.
Character string. Name for joint Hessian.
if TRUE
, Hessian is checked.
if TRUE
, prints out LL for each equation.
If TRUE
, than par[1] is changed to par[,1] to be used for
optimization of random parameters in Bayesian estimation.
"logit" or "dogit".
Function for joint estimation