Skip to contents

Intended for packages that register their own NCA parameters: call it in your tests to find parameters that will never be selected automatically because they carry no concept.

Usage

pknca_check_parameter_classification(param = NULL)

Arguments

param

Parameter names to describe. The default is every registered parameter.

Value

A data.frame of the unclassifiable parameters, with the same columns as pknca_parameter_table(). Zero rows means everything is classified.

Examples

pknca_check_parameter_classification()
#> [1] parameter       concept         tier            sample_type    
#> [5] sparse          secondary       dose_normalized route          
#> [9] dosing         
#> <0 rows> (or 0-length row.names)