print.profile_likelihood: Print Method for profile_likelihood Objects
Description
Provides a concise summary of a profile_likelihood
object.
Usage
# S3 method for profile_likelihood
print(x, ...)
Value
The original profile_likelihood
object (invisibly). Called for its
side effect of printing a summary to the console.
Arguments
- x
A profile_likelihood
object.
- ...
Additional arguments passed to print
.