plot_parameter_estimates: Plot interaction-pattern sepcific sub-networks

Description Usage Arguments Value Examples

View source: R/plot_parameter_estimates.R

Description

Plots coefficient ad intercept estimates for all interaction patterns.

Usage

1
plot_parameter_estimates(CCAS_Object, plots_per_row, generate_plots = TRUE)

Arguments

CCAS_Object

The object returned by the ccas() main estimation function.

plots_per_row

The number of interaction pattern coefficient plots to include in each row of the output figure.

generate_plots

Logical indicating whether plots should be generated, defaults to TRUE, but may be set to FALSE if the user only wishes to access parameter estimates.

Value

A plot.

Examples

1
2
3
4
5
6
7
## Not run: 
# load in saved model output from ccas() function.
data(Model_Output)
# plots_per_row should be equal to the number of interactions patterns.
summary_data <- plot_parameter_estimates(Model_Output, plots_per_row = 4)

## End(Not run)

matthewjdenny/CCAS documentation built on May 21, 2019, 1:01 p.m.