Skip to content

Remove superfluous parenthesis #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/stata/gglm.sthlp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/stata/greshape.sthlp
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Loading