all_structural_extra_plots: Print all structural part plots and tables.

View source: R/qa_all_structural_extra_plots.R

all_structural_extra_plotsR Documentation

Print all structural part plots and tables.

Description

Print all structural part plots and tables.

Usage

all_structural_extra_plots(
  simeval_directory,
  base_dataset,
  resmod_structural_details,
  extra_table,
  idv_all,
  idv_name,
  dvid_name,
  type,
  nonlinear
)

Arguments

simeval_directory

A path to the simeval run directory.

base_dataset

A path of the linbase.dta (if nonlinear=TRUE) or to the original input data file (if nonlinear=FALSE).

resmod_structural_details

From resmod

extra_table

A path of the extra table with all derivatives columns.

idv_all

A string vector of all possible idv names for specific run.

idv_name

The string of the idv name from the -idv option in the qa run.

dvid_name

A string of the DVID column.

type

A string of the Rmarkdown format. Possible values "latex" or "html". Will be passed to the kable() function.

nonlinear

A logical indicating whether nonlinear qa have been run.

Value

Print kable tables and plots to the report.


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