Skip to content

Commit

Permalink
use image of table since it cannot render
Browse files Browse the repository at this point in the history
  • Loading branch information
rempsyc committed Oct 4, 2023
1 parent ebeaafd commit a82efe8
Show file tree
Hide file tree
Showing 20 changed files with 80 additions and 787 deletions.
3 changes: 1 addition & 2 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ Tibshirani
Tily
Tjur
Tjur's
Trochim
Tsai
Tweedie
VIF
Expand All @@ -211,7 +210,6 @@ Visualisation
Vuong
Vuong's
WAIC
WMK
Weisberg
Windmeijer
Winsorization
Expand Down Expand Up @@ -272,6 +270,7 @@ intraclass
joss
kmeans
lavaan
lm
lme
lmrob
lmtest
Expand Down
4 changes: 3 additions & 1 deletion papers/JOSE/paper.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ df <- data.frame(

_Summary of Statistical Outlier Detection Methods Recommendations_

```{r table1_print, echo=FALSE, message=FALSE}
```{r table1_print, echo=FALSE, message=FALSE, eval=FALSE}
x <- flextable::flextable(df, cwidth = 1.25)
x <- flextable::theme_apa(x)
x <- flextable::font(x, fontname = "Latin Modern Roman", part = "all")
Expand All @@ -234,6 +234,8 @@ ftExtra::colformat_md(x)
```

![]("paper_files/figure-latex/table1.jpg")

All `check_outliers()` output objects possess a `plot()` method, meaning it is also possible to visualize the outliers using the generic `plot()` function on the resulting outlier object after loading the {see} package (Figure 1).

```{r model_fig, fig.cap = "Visual depiction of outliers based on Cook's distance (leverage and standardized residuals), based on the fitted model."}
Expand Down
Loading

0 comments on commit a82efe8

Please sign in to comment.