Skip to content

Commit 61fe909

Browse files
committed
created empty comparison vignette
1 parent 66f94ae commit 61fe909

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

outstandR.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 2ab86b7b-9f2e-4d2a-a100-643c7ba6450c
23

34
RestoreWorkspace: Default
45
SaveWorkspace: Default
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Comparison with other packages"
3+
output: rmarkdown::html_vignette
4+
vignette: >
5+
%\VignetteIndexEntry{comparison-with-other-packages}
6+
%\VignetteEngine{knitr::rmarkdown}
7+
%\VignetteEncoding{UTF-8}
8+
---
9+
10+
```{r, include = FALSE}
11+
knitr::opts_chunk$set(
12+
collapse = TRUE,
13+
comment = "#>"
14+
)
15+
```
16+
17+
```{r setup}
18+
library(outstandR)
19+
```
20+
21+
There are already a few widely-used R packages in CRAN to perform model-based standardization, such as `{marginaleffects}` and `{stdReg}`.
22+
23+
24+
```{r marginaleffects}
25+
26+
```
27+
28+
```{r stdReg}
29+
30+
```

0 commit comments

Comments
 (0)