Learn R Programming

pharmr (version 0.96.0)

summarize_errors: summarize_errors

Description

Summarize errors and warnings from one or multiple model runs.

Summarize the errors and warnings found after running the model/models.

Usage

summarize_errors(results)

Value

(data.frame) A DataFrame of errors with model name, category (error or warning), and an integer as index, an empty DataFrame if there were no errors or warnings found.

Arguments

results

(ModelfitResults or array(ModelfitResults)) List of ModelfitResults or single ModelfitResults

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
summarize_errors(model)
}

Run the code above in your browser using DataLab