Skip to content

Commit bfaf0b1

Browse files
committed
convert pdf to png
1 parent bb7ce48 commit bfaf0b1

19 files changed

Lines changed: 12 additions & 15 deletions

File tree

docs/_images/example_w_1_covar.pdf

-6.84 KB
Binary file not shown.

docs/_images/example_w_1_covar.png

122 KB
Loading

docs/_images/example_w_1_erf.pdf

-5.34 KB
Binary file not shown.

docs/_images/example_w_1_erf.png

59.8 KB
Loading

docs/_sources/research_gallery/causalgps_example_1.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Number of iterations: 6
125125

126126
It is important to note that the package ignores any data with missing values. As a result, number of data samples are different from the original data. We can also plot the covariate balance.
127127

128-
```{figure} figures/pdf/example_w_1_covar.pdf
128+
```{figure} figures/png/example_w_1_covar.png
129129
---
130130
height: 600 px
131131
name: Covariate Balance
@@ -149,8 +149,7 @@ The `erf` object contains the estimated exposure-response function. The followin
149149
plot(erf)
150150
```
151151

152-
```{figure} figures/pdf/example_w_1_erf.pdf
153-
152+
```{figure} figures/png/example_w_1_erf.png
154153
---
155154
height: 400 px
156155
name: Exposure Response Function

docs/objects.inv

26 Bytes
Binary file not shown.

docs/research_gallery/causalgps_example_1.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h2>Matching with parametric GPS model<a class="headerlink" href="#matching-with
421421
</div>
422422
<p>It is important to note that the package ignores any data with missing values. As a result, number of data samples are different from the original data. We can also plot the covariate balance.</p>
423423
<div class="figure align-default" id="covariate-balance">
424-
<a class="reference internal image-reference" href="../_images/example_w_1_covar.pdf"><img alt="../_images/example_w_1_covar.pdf" src="../_images/example_w_1_covar.pdf" style="height: 600px;" /></a>
424+
<a class="reference internal image-reference" href="../_images/example_w_1_covar.png"><img alt="../_images/example_w_1_covar.png" src="../_images/example_w_1_covar.png" style="height: 600px;" /></a>
425425
</div>
426426
<p>Now, we can conduct the analysis using the pseudo population.</p>
427427
<div class="highlight-r notranslate"><div class="highlight"><pre><span></span><span class="nf">set.seed</span><span class="p">(</span><span class="m">168</span><span class="p">)</span>
@@ -437,8 +437,8 @@ <h2>Matching with parametric GPS model<a class="headerlink" href="#matching-with
437437
<div class="highlight-r notranslate"><div class="highlight"><pre><span></span><span class="nf">plot</span><span class="p">(</span><span class="n">erf</span><span class="p">)</span>
438438
</pre></div>
439439
</div>
440-
<div class="figure align-default">
441-
<img alt="../_images/example_w_1_erf.pdf" src="../_images/example_w_1_erf.pdf" />
440+
<div class="figure align-default" id="exposure-response-function">
441+
<a class="reference internal image-reference" href="../_images/example_w_1_erf.png"><img alt="../_images/example_w_1_erf.png" src="../_images/example_w_1_erf.png" style="height: 400px;" /></a>
442442
</div>
443443
</div>
444444
</div>
65 Bytes
Binary file not shown.
Binary file not shown.
-6.84 KB
Binary file not shown.

0 commit comments

Comments
 (0)