Learn R Programming

profileCI (version 1.1.1)

profileCI-internal: 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, ... )

initial_mvn(object, x, x_value)

Arguments

Details

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