TilburgNetworkGroup / remstats

Computes Statistics for Relational Event History Data
https://tilburgnetworkgroup.github.io/remstats/
Other
7 stars 1 forks source link

plotting functions of remstats objects #56

Open jomulder opened 1 year ago

jomulder commented 1 year ago

Perhaps it would be good to provide some plotting functions for remstats objects, e.g. to see how the endogenous change over the observational period (e.g., with box plots). This may be useful to see if there is eventually a constant change of the stats over time, or to make a decision about the training phase to consider of the endo stats which should not be included in the estimation but only for training.

mlmeijerink commented 9 months ago

I added some simple plotting functions for exploring the statistics to the latest version of remstats on Github (not released to CRAN yet). These are boxplot() (boxplot.tomstats and boxplot.aomstats) and plot() (plot.tomstats and plot.aomstats). If you have any comments or other ideas about plots, let me know!