Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

LL_joint

LL_joint Function for joint log-likelihood with correlation between continuous and discrete equations


Description

LL_joint Function for joint log-likelihood with correlation between continuous and discrete equations

Usage

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"
)

Arguments

ffor

Discrete equations.

cheqs0

Continuous equations.

objm

Expressions from cond_mean_cov_expr.

datan

Character string. Name of data-set.

cfunc

Character string. Name for continuous block function.

cgrad

Character string. Name for continuous block gradient.

chess

Character string. Name for continuous block hessian.

gfunc

Character string. Name for joint gradient.

hfunc

Character string. Name for joint Hessian.

check_hess

if TRUE, Hessian is checked.

print_out

if TRUE, prints out LL for each equation.

bayesian_random

If TRUE, than par[1] is changed to par[,1] to be used for optimization of random parameters in Bayesian estimation.

MNtypef

"logit" or "dogit".

Value

Function for joint estimation


nmm

Nonlinear Multivariate Models

v0.9
GPL (>= 2)
Authors
Simona Jokubauskaite [aut, cre], Reinhard Hoessinger [aut], Friedrich Leisch [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.