Learn R Programming

invivoPKfit (version 2.0.1)

check_required_status: Check required status

Description

This is the S3 method generic.

Usage

check_required_status(obj, ...)

Value

If the [pk()] object has the required status or greater, returns TRUE. If the [pk()] object has less than the required status, returns FALSE. Returned value has an attribute `msg`, containing an informative message as a string.

Arguments

obj

An object.

...

Additional arguments currently not in use.

See Also

[check_required_status.pk()] for the method for class [pk()]