This function produces boxplots to visually represent the distribution of a
specified effect in a relational event network, as captured by a
aomstats
object. The 'effect' parameter allows the user to
choose a specific effect for visualization, either by providing the effect's
name or its index within the 'aomstats' object. The 'model' parameter
indicates whether the respective effect is in the 'sender' model or the
'receiver' model. The 'by' parameter determines whether the boxplots are
created across different 'timepoints' or 'actors'. At the moment, by 'actors'
is only supported for the sender model. Additionally, an optional 'subset'
parameter allows the user to focus on specific timepoints or actors. If
'subset' is not specified, a default maximum of 20 unique timepoints or
actors are plotted. The 'outliers' argument, when set to TRUE, includes the
representation of outliers in the boxplots. If set to FALSE, outliers are
omitted from the visualization.
The boxplots are based on the following summary statistics of the data: The
box in the middle represents the interquartile range (IQR) between the first
(Q1) and third quartile (Q3), and the line inside the box represents the
median. The whiskers extend from the box to the minimum and maximum values
within 1.5 times the IQR below Q1 or above Q3. Outliers beyond the whiskers
are plotted individually.