Skip to content

Commit

Permalink
Move legend to pos 6
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Jul 24, 2024
1 parent 47c04dd commit 0c2eefb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions site/examples/mrrobust-examples/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ mrmedian chdbeta chdse ldlcbeta ldlcse if sel1==1, weighted
## mrmodal examples

```{stata}
mrmodalplot chdbeta chdse ldlcbeta ldlcse if sel1==1, seed(12345)
mrmodalplot chdbeta chdse ldlcbeta ldlcse if sel1==1, seed(12345) legend(pos(6))
qui gr export mrmodalplot.svg, width(600) replace
```

Expand Down Expand Up @@ -173,7 +173,7 @@ mrmodal chdbeta chdse ldlcbeta ldlcse if sel1==1, nome
## mrfunnel examples

```{stata}
mrfunnel chdbeta chdse ldlcbeta ldlcse if sel1==1, xlrange(0 10)
mrfunnel chdbeta chdse ldlcbeta ldlcse if sel1==1, xlrange(0 10) legend(pos(6))
qui gr export mrfunnel.svg, width(600) replace
```

Expand Down
4 changes: 2 additions & 2 deletions site/examples/spiller-ije-2018-examples/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Using the `mrmodalplot` command, modal estimates are calculated using bandwidths
value, as shown in the Figure.

```{stata}
mrmodalplot betaoutcome seoutcome betaexposure seexposure, lc(gs10 gs5 gs0) seed(300818)
mrmodalplot betaoutcome seoutcome betaexposure seexposure, lc(gs10 gs5 gs0) seed(300818) legend(pos(6))
qui gr export mrmodalplot-bmi.svg, width(600) replace
```

Expand Down Expand Up @@ -166,7 +166,7 @@ mrmedian betaoutcome seoutcome betaexposure seexposure, weighted seed(300818)
## Stata output using the mode-based estimator using mrrobust: Height-Serum Glucose {#height-mode}

```{stata}
mrmodalplot betaoutcome seoutcome betaexposure seexposure, lc(gs10 gs5 gs0) seed(300818)
mrmodalplot betaoutcome seoutcome betaexposure seexposure, lc(gs10 gs5 gs0) seed(300818) legend(pos(6))
qui gr export mrmodalplot-height.svg, width(600) replace
```

Expand Down

0 comments on commit 0c2eefb

Please sign in to comment.