Print a failed nlmixr2targets estimation result
Source: R/indirection.R
print.nlmixr2targetsError.RdWhen tar_nlmixr() or tar_nlmixr_multimodel() is called with
error = "continue" and the estimation step throws, the target stores a
lightweight failure sentinel of class nlmixr2targetsError instead of an
nlmixr2 fit. This method prints the captured error message. Detect such a
sentinel with inherits(x, "nlmixr2targetsError") (or the broader
inherits(x, "try-error")).
Usage
# S3 method for class 'nlmixr2targetsError'
print(x, ...)Arguments
- x
A
nlmixr2targetsErrorobject.- ...
Ignored; present for compatibility with
print().