retrieve_qa_results: Read in QA results

View source: R/qa_read_results.R

retrieve_qa_resultsR Documentation

Read in QA results

Description

The function is the central place for collecting all QA results. It uses the provided path to the QA directory to read-in all necessary information and return them as a nested list structure.

Usage

retrieve_qa_results(
  path,
  model_filename,
  psn_options,
  settings = qa_settings()
)

Arguments

path

Path of the QA run directory

model_filename

Name of the model file QA was run on

psn_options

List of options provided by PSN

settings

Settings

Value

List


UUPharmacometrics/pmutils documentation built on July 4, 2023, 1:15 a.m.