Learn R Programming

Colossus (version 1.4.3)

Check_Iters: Automatically checks the number of starting guesses

Description

Check_Iters checks the number of iterations and number of guesses, and corrects

Usage

Check_Iters(control, a_n)

Value

returns a list with the corrected control list and a_n

Arguments

control

list of parameters controlling the convergence, see the Control_Options vignette for details

a_n

list of initial parameter values, used to determine the number of parameters. May be either a list of vectors or a single vector.

See Also

Other Data Cleaning Functions: Date_Shift(), Event_Count_Gen(), Event_Time_Gen(), Joint_Multiple_Events(), Replace_Missing(), Time_Since(), apply_norm(), factorize(), gen_time_dep()