tabulergm (development version)
Term YAML files under
inst/terms/now accept optionaltitle,description, andcitationentries. All 35 shipped terms carry a curated title and description; previously the table showed theergmdatabase’stitlein thedescriptioncolumn.Tables gained a
titlecolumn, shown withtabulergm_table(include_title = TRUE). Thedescriptioncolumn now holds prose describing the term rather than the shortergmtitle.Any metadata field can be replaced per table with the new
overridearguments oftabulergm_table(),parse_ergm_model(), andparse_ergm_formula():override.title,override.desc,override.math,override.figure, andoverride.citationtake named vectors keyed by term, andoverridetakes a list for editing several fields at once. Override names also match coefficient names, so a single expanded coefficient can be targeted.Terms with a
citationnow show a(key)marker next to their description, with the matching[key] identifierline appended below HTML, Markdown, and LaTeX tables. Citations record a DOI, arXiv id, PubMed id, or URL so readers can import the reference into their own bibliography.gwesp,gwdsp,gwdegree,altkstar,triangle,mutual,nodematch,b1nodematch, andb2nodematchship with citations.Fixed an incorrect arXiv identifier in
?"tabulergm-notation": 1412.1151 was cited for Bomiriya et al. (2014) but belongs to an unrelated paper.
tabulergm 0.1.0
First release.
tabulergm_table()builds publication-ready tables from a fittedergmobject or from a bare ERGM formula, indata.frame, HTML, or Markdown form.tabulergm_view()opens a self-contained HTML preview of a table in the RStudio viewer or the system browser.tabulergm_save()writes Markdown and LaTeX table code together with the term figures, rewriting the figure paths so the exported table is self-contained.parse_ergm_model()andparse_ergm_formula()expose the underlying term metadata as a data frame.Ships a term dictionary covering 35 term/directedness combinations, each with a LaTeX definition and a network drawing. Figures are drawn with netplot and can be replaced through
tabulergm_set_plotfun().