Description Usage Arguments Author(s)
View source: R/initialize.report.R
initialize.report is a secondary function called during direct grid 
search or estimation runs. 
For direct grid search runs, initialize.report creates the report file 
in the results & backup directory. This report file reports information about 
the run, including a summary table of the grid search which gives the value of 
the objective function for the different vector of estimates tested.
For estimation runs, initialize.report creates the log file and the 
report file in the results & backup directory. The log file stores, for each 
subject in the analysis, the values of the objective function and the 
parameter estimates at each iteration of the estimation process. The report 
file reports information about the estimation run, including the final 
estimates and some related statistics.
initialize.report is typically not called directly by users.
| 1 2 3 4 |   initialize.report(problem = NULL,
                   param = NULL,
                   files = NULL,
                   isgrid = 0)
 | 
| problem | A list containing the following levels: 
 | 
| param | A data.frame containing the values of fixed and variable parameter estimates. Expected to contain the 'names', 'type', 'value', 'isfix', 'lb', and 'ub' columns. | 
| files | A list of input used for the analysis. The following elements are expected and none of them could be null: 
 | 
| isgrid | Indicator of direct grid search runs. | 
Sebastien Bihorel (sb.pmlab@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.