This function returns confidence intervals for all parameters of a given simulation output file.

getConfInt(filename, simu, iter, basename_out = "inst/resf_",
  quiet = TRUE)

Arguments

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 FALSE then the id of the simulation is printed.

Value

A list including the likelihood and the parameters estimates as well as the confident interval associates to the parameters.