From f8e303d90be1ac7fb469b9ed7caf202957139b69 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:51:18 +0200 Subject: [PATCH] Remove superfluous parenthesis (#96) --- docs/stata/gglm.sthlp | 2 +- docs/stata/greshape.sthlp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stata/gglm.sthlp b/docs/stata/gglm.sthlp index 11c2d319..feee5d6e 100644 --- a/docs/stata/gglm.sthlp +++ b/docs/stata/gglm.sthlp @@ -137,7 +137,7 @@ is, this assumes that the weight refers to the number of available {cmd:gglm} estimates GLM via IRLS, optionally weighted, by group, with cluster SE, and/or with multi-way high-dimensional fixed effects. The results are by default saved into a mata object (e.g. {opt GtoolsLogit}, -{opt GtoolsPoisson}, and so on; run {opt mata GtoolsLogit.desc()}) for details). +{opt GtoolsPoisson}, and so on; run {opt mata GtoolsLogit.desc()} for details). The following data is stored: regression info diff --git a/docs/stata/greshape.sthlp b/docs/stata/greshape.sthlp index 3cbcbb21..20c8667d 100644 --- a/docs/stata/greshape.sthlp +++ b/docs/stata/greshape.sthlp @@ -136,7 +136,7 @@ part of {cmd:by()} and the new variables are simply named after the values of {p 8 8 2} This does {opt not} check for duplicates or sorts the data. Variables not -named are assumed to be part of {cmd:by()}). The values of the variables in +named are assumed to be part of {cmd:by()}. The values of the variables in {it:varlist} are saved in {cmd:values()}, with their names saved in {it:keys()}. {p 8 8 2}