Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qddyy committed Oct 17, 2023
1 parent cfcd663 commit f458e89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
9 changes: 2 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
bibliography: ref.bib
bibliography: man/references/ref.bib
output:
github_document:
df_print: kable
Expand All @@ -18,7 +18,7 @@ set.seed(2023)
options(pmt_seed = 2023)
```

# LearnNonparam
# LearnNonparam <img src="man/figures/logo.svg" alt="logo" width="16%" align="right"/>

[![GPL license](https://img.shields.io/github/license/qddyy/LearnNonparam)](https://cran.r-project.org/web/licenses/GPL-2)
[![GitHub R package version](https://img.shields.io/github/r-package/v/qddyy/LearnNonparam)](https://github.com/qddyy/LearnNonparam)
Expand All @@ -28,8 +28,6 @@ options(pmt_seed = 2023)

## Overview

<img src="man/figures/logo.svg" alt="logo" width="18%" align="right" />

This package implements some of the non-parametric tests in chapters 1-5 of [@Higgins2003](#references).

It depends on [R6](https://cran.r-project.org/package=R6) for clean OO-design and [RcppAlgos](https://cran.r-project.org/package=RcppAlgos) for fast generation of combinations/permutations, as well as [ggplot2](https://cran.r-project.org/package=ggplot2) for pretty graphs.
Expand All @@ -39,9 +37,6 @@ Examples in the book can be found [here](https://qddyy.github.io/LearnNonparam/a
## Installation

```{r, install, eval = FALSE}
# install.packages("remotes")
remotes::install_github("qddyy/LearnNonparam")
# or
# install.packages("pak")
pak::pkg_install("qddyy/LearnNonparam")
```
Expand Down
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# LearnNonparam
# LearnNonparam <img src="man/figures/logo.svg" alt="logo" width="16%" align="right"/>

[![GPL
license](https://img.shields.io/github/license/qddyy/LearnNonparam)](https://cran.r-project.org/web/licenses/GPL-2)
Expand All @@ -13,8 +13,6 @@ check](https://github.com/qddyy/LearnNonparam/workflows/R-CMD-check/badge.svg)](

## Overview

<img src="man/figures/logo.svg" alt="logo" width="18%" align="right" />

This package implements some of the non-parametric tests in chapters 1-5
of [Higgins (2003)](#references).

Expand All @@ -29,9 +27,6 @@ Examples in the book can be found
## Installation

``` r
# install.packages("remotes")
remotes::install_github("qddyy/LearnNonparam")
# or
# install.packages("pak")
pak::pkg_install("qddyy/LearnNonparam")
```
Expand Down Expand Up @@ -72,10 +67,10 @@ library(LearnNonparam)
#> Two Sample Wilcoxon Test
#>
#> scoring: rank type: permu(1e+07) method: default
#> statistic = 519, p-value = 0.0013
#> alternative hypothesis: greater
#> statistic = 519, p_value = 0.0013
#> alternative hypothesis: true location shift is greater than 0
#> estimate: 0.95
#> 95 percent confidence interval: 0.39 1.62
#> 95% confidence interval: 0.39 1.62

t$plot(binwidth = 1)
```
Expand Down
File renamed without changes.

0 comments on commit f458e89

Please sign in to comment.