
Plot a profile_loadings object (LR U-shape per entry)
Source:R/loading-profile.R
plot.profile_loadings.RdS3 method dispatched from plot(). Draws the delta-deviance curve
per entry, the chisq cutoff as a dotted horizontal line, the MLE
as a grey vertical line, and (optionally) the inverted CI bounds
as dashed verticals.
Usage
# S3 method for class 'profile_loadings'
plot(x, interval = TRUE, ...)Arguments
- x
A
profile_loadingsdata.frame fromloading_profile().- interval
Logical; draw inverted CI bounds (default
TRUE).- ...
Reserved for future options.