summarize_errors {pharmr}R Documentation

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)

Arguments

results

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

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.

Examples

## Not run: 
model <- load_example_model("pheno")
summarize_errors(model)

## End(Not run)


[Package pharmr version 0.96.0 Index]