Get plot of negative log likelihood values
Usage
get_nLL_plot(data, rep, model_names)
Arguments
- data
List of data from `SPoRC`
- rep
List of n_models of `SPoRC` report lists
- model_names
Vector of model names
Value
Plot and tables of negative log likelihood values across models
Examples
if (FALSE) { # \dontrun{
get_nLL_plot(list(data1, data2), list(rep1, rep2), c("Model1", "Model2"))
} # }