Plot silver-standard (SS) panel
plot_SS_panel(
slice,
data_nplcm,
model_options,
clean_options,
bugs.dat,
res_nplcm,
bg_color,
select_latent = NULL,
exact = TRUE,
top_SS = 1,
cexval = 1,
srtval = 0,
prior_shape = "interval"
)plotting function
the index of measurement slice for SS.
See nplcm()
See nplcm()
See clean_perch_data()
Data input for the model fitting.
See nplcm_read_folder()
A list with names "BrS", "SS", "pie" to specify background colors
a vector of character strings representing latent status. It is used for
just plotting a subset of latent status. For example, you can specify select_latent = "HINF"
to plot all latent status information relevant to "HINF".
Default is TRUE to use select_latent as exact names of causes. If you want to
specify a name and plot all single or combo causes with that name, specify it to be FALSE.
Numerical value to specify the rightmost limit on the horizontal axis for the SS panel.
Default is 1 - size of text of the SS percentages.
Default is 0 - the direction of the text for the SS percentages.
interval or boxplot - for how to represent
prior/posteriors of the TPR/FPRs of measurements.
Other visualization functions:
plot.nplcm(),
plot_BrS_panel(),
plot_check_common_pattern(),
plot_check_pairwise_SLORD(),
plot_etiology_regression(),
plot_etiology_strat(),
plot_panels(),
plot_pie_panel(),
plot_subwt_regression()