-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
43 lines (32 loc) · 1.5 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
output:
md_document:
variant: markdown_github
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README_files/README-",
fig.width = 7,
fig.height = 7
)
```
[![Travis-CI Build Status](https://travis-ci.org/ikosmidis/waldi.svg?branch=master)](https://travis-ci.org/ikosmidis/waldi)
[![Coverage Status](https://img.shields.io/codecov/c/github/ikosmidis/waldi/master.svg)](https://codecov.io/github/ikosmidis/waldi?branch=master)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/waldi)](https://cran.r-project.org/package=waldi)
[![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
waldi
======
**waldi** provides methods to compute location-adjusted Wald statistics and confidence intervals for popular model classes including `glm` and `brglmFit` (see the [**brglm2**](https://cran.r-project.org/package=brglm2) R package).
### Installation
Install the development version from github:
``` r
# install.packages("devtools")
devtools::install_github("ikosmidis/waldi")
```
### References and resources
Location-adjusted Wald statistics are defned in
Di Caterina, C and Kosmidis, I (2017). Location-Adjusted Wald Statistic for Scalar Parameters. ArXiv E-Prints. [arXiv:1710.11217](https://arxiv.org/abs/1710.11217).
### Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.