Learn R Programming

nmm (version 0.9)

get_start_cont: get_start_cont get starting values for continuous equations.

Description

get_start_cont get starting values for continuous equations.

Usage

get_start_cont(
  of,
  hf,
  datcont,
  eq_c,
  par_c,
  startvals = NULL,
  DEoptim_run = TRUE,
  deconst = 2
)

Arguments

of

Function to me optimized.

hf

Hessian function.

datcont

Data-set used in the optimization.

eq_c

Equations that will be estimated with nlsystemfit.

par_c

Names of parameters.

startvals

Supplied starting values.

DEoptim_run

if TRUE, DEoptim is run for optimization.

deconst

Absolute value of lower and upper bounds for DEoptim.

Value

Starting values for continuous equations.