profileCI-internal {profileCI}R Documentation

Internal profileCI functions

Description

Internal profileCI functions

Usage

profile_ci(
  object,
  negated_loglik_fn,
  which = 1,
  level,
  mle,
  inc,
  epsilon,
  optim_args,
  mult,
  flat,
  lb,
  ub,
  ...
)

faster_profile_ci(
  object,
  negated_loglik_fn,
  which = 1,
  which_name,
  level,
  mle,
  ci_sym_mat,
  inc,
  epsilon,
  optim_args,
  mult,
  flat,
  lb,
  ub,
  ...
)

lagrangianInterpolation(x0, y0)

initial_mvn(object, x, x_value)

Details

These functions are not intended to be called by the user.


[Package profileCI version 1.1.0 Index]