longitudinal_plot_d: Plot longitudinal random effects - dyadic reciprocity

View source: R/longitudinal_plot_d.R

longitudinal_plot_dR Documentation

Plot longitudinal random effects - dyadic reciprocity

Description

Plot longitudinal random effects - dyadic reciprocity

Usage

longitudinal_plot_d(
  input,
  HPDI = 0.9,
  mode = "cor",
  plot = TRUE,
  export_as_table = FALSE,
  save_plot = NULL,
  height = 6,
  width = 6,
  palette = NULL
)

Arguments

input

A STRAND model object, obtained by fitting a longitudinal combined stochastic block and social relations model.

HPDI

Highest Posterior Density Interval. Ranges in (0,1).

mode

Should the dyadic correlation "cor" be plotted, or the dyadic covariance "cov", or the adjusted dyadic+error correlation "adj".

plot

Should a plot be displayed?

export_as_table

Should the tabular data rather than a ggplot object be returned?

save_plot

Should a plot be exported to working directory? If so, set save_plot="desired_filename.pdf".

height

Height of exported plot.

width

Width of exported plot.

palette

Override the default palette with a 3-vector of color codes.

Value

A figure or tabluar data to make a figure.

Examples

## Not run: 
res = longitudinal_plot_d(input = fit)

## End(Not run)


ctross/STRAND documentation built on Dec. 15, 2024, 6:02 a.m.