Skip to contents

S3 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_loadings data.frame from loading_profile().

interval

Logical; draw inverted CI bounds (default TRUE).

...

Reserved for future options.

Value

A ggplot object.

Details

Design borrowed from drmTMB's plot.profile.drmTMB().