This function returns confidence intervals for all parameters of a given simulation output file.
getConfInt(filename, simu, iter, basename_out = "inst/resf_", quiet = TRUE)
| filename | a character string, giving the path of output file to be read. |
|---|---|
| simu | a data frame describing the simulation. |
| iter | a integer identifying the iteration. |
| basename_out | basename of the file where results are written. |
| quiet | logical. If |
A list including the likelihood and the parameters estimates as well as the confident interval associates to the parameters.