Plot etiology (pie) panel
plot_pie_panel(
model_options,
res_nplcm,
bugs.dat,
bg_color,
select_latent = NULL,
exact = TRUE,
top_pie = 1,
label_size = 1,
ref_eti = NULL,
is_plot = TRUE
)plotting function.
See nplcm()
See nplcm_read_folder()
Data input for the model fitting.
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"
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.
to plot all latent status information relevant to "HINF".
Numerical value to specify the rightmost limit on the horizontal axis for the pie panel.
the size of latent status labels on the right margin
reference quantiles and means; a list: pEti_ref_q, pEti_ref_mean_ord
default to TRUE for plotting only; set to FALSE if to get summary.
Other visualization functions:
plot.nplcm(),
plot_BrS_panel(),
plot_SS_panel(),
plot_check_common_pattern(),
plot_check_pairwise_SLORD(),
plot_etiology_regression(),
plot_etiology_strat(),
plot_panels(),
plot_subwt_regression()