Skip to content

Commit

Permalink
Update stats_details.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 8, 2024
1 parent c8e70d0 commit da7580b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vignettes/stats_details.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Abbreviations used: CI = Confidence Interval

## Summary of functionality

```{r child="../../man/rmd-fragments/functionality.Rmd"}
```{r child="../man/rmd-fragments/functionality.Rmd"}
```

## Summary of tests and effect sizes
Expand All @@ -53,37 +53,37 @@ more about how one-way (between-subjects) ANOVA, you can run

### `centrality_description()`

```{r child="../../man/rmd-fragments/centrality_description.Rmd"}
```{r child="../man/rmd-fragments/centrality_description.Rmd"}
```

### `oneway_anova()`

```{r child="../../man/rmd-fragments/oneway_anova.Rmd"}
```{r child="../man/rmd-fragments/oneway_anova.Rmd"}
```

### `two_sample_test()`

```{r child="../../man/rmd-fragments/two_sample_test.Rmd"}
```{r child="../man/rmd-fragments/two_sample_test.Rmd"}
```

### `one_sample_test()`

```{r child="../../man/rmd-fragments/one_sample_test.Rmd"}
```{r child="../man/rmd-fragments/one_sample_test.Rmd"}
```

### `corr_test()`

```{r child="../../man/rmd-fragments/corr_test.Rmd"}
```{r child="../man/rmd-fragments/corr_test.Rmd"}
```

### `contingency_table()`

```{r child="../../man/rmd-fragments/contingency_table.Rmd"}
```{r child="../man/rmd-fragments/contingency_table.Rmd"}
```

### `meta_analysis()`

```{r child="../../man/rmd-fragments/meta_analysis.Rmd"}
```{r child="../man/rmd-fragments/meta_analysis.Rmd"}
```

## Effect size interpretation
Expand Down

0 comments on commit da7580b

Please sign in to comment.