-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.Rmd
119 lines (82 loc) · 5.26 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
---
output: github_document
---
### <span style="color:#000; font-weight: 400;">`concurve`</span> | Graph Frequentist Distributions of Parameters </strong> <img src="man/figures/logo.svg" align="right" width="70"/>
* * *
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/concurve)](https://CRAN.R-project.org/package=concurve)
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![Monthly Downloads](https://cranlogs.r-pkg.org/badges/concurve)](https://cran.r-project.org/package=concurve)
[![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/concurve)](https://cran.r-project.org/package=concurve)
[![Rdoc](http://www.rdocumentation.org/badges/version/concurve)](http://www.rdocumentation.org/packages/concurve)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Travis build status](https://travis-ci.com/zadrafi/concurve.svg?branch=master)](https://travis-ci.com/zadrafi/concurve)
[![Codecov test coverage](https://codecov.io/gh/zadrafi/concurve/branch/master/graph/badge.svg)](https://codecov.io/gh/zadrafi/concurve?branch=master)
<!-- badges: end -->
#### [Compute & Graph](https://data.lesslikely.com/concurve/reference/ggcurve.html) Confidence Distributions and Likelihood Functions
<center>
<figure>
<img src="vignettes/confdistributions.png" align="center" width="550"/>
<figcaption><p style="font-size: 12px">Sample image taken from Schweder T, Hjort NL. (2016) </p></figcaption>
</figure>
</center>
* * *
#### For A Better Understanding of What These Are, See the [Background Literature](https://data.lesslikely.com/concurve/articles/literature.html)
* * *
#### [Compare](https://data.lesslikely.com/concurve/reference/plot_compare.html) The Functions From Different Studies
<img src = "https://res.cloudinary.com/less-likely/image/upload/v1591475692/Site/functions.png" align="center" width ="350">
<img src = "https://res.cloudinary.com/less-likely/image/upload/v1591475692/Site/lfunctions.png" align="center" width ="350">
* * *
#### [Export Tables](https://data.lesslikely.com/concurve/reference/curve_table.html) Easily For Word, Powerpoint, & TeX documents
<center>
<img src = "https://res.cloudinary.com/less-likely/image/upload/v1574628079/Site/tables.png" align="center" width="500">
* * *
##### Install the package from [CRAN](https://cran.r-project.org/package=concurve) and check out the [articles](https://data.lesslikely.com/concurve/articles/index.html), which can also be found below.
(`It is highly recommended that you look at the articles.`)
```{r eval=FALSE}
install.packages("concurve")
```
Try the following script if you run into any installation issues:
```{r eval=FALSE}
install.packages("concurve", repos = "https://cloud.r-project.org/", dep = TRUE)
```
Install the developer version from [GitHub](https://github.com/zadrafi/concurve/) using the following:
```{r eval=FALSE}
remotes::install_github("zadrafi/concurve@master", dependencies = TRUE)
```
See which versions of the package are currently [supported here](articles/supported.html).
* * *
#### Articles
##### Check out the [article on using `Stata`](https://data.lesslikely.com/concurve/articles/stata.html) to obtain similar functions.
* * *
##### See the following articles:
* **[Comparison to Bayesian Posterior Distributions](https://data.lesslikely.com/concurve/articles/bayes.html)**
* **[The Bootstrap and Consonance Functions](https://data.lesslikely.com/concurve/articles/bootstrap.html)**
* **[Background Literature](https://data.lesslikely.com/concurve/articles/literature.html)**
* **[Customizing Plots](https://data.lesslikely.com/concurve/articles/customizing.html)**
* **[Examples in R](https://data.lesslikely.com/concurve/articles/examples.html)**
* **[Logistic Regression in R](https://data.lesslikely.com/concurve/articles/logistic.html)**
* **[Profile Likelihoods](https://data.lesslikely.com/concurve/articles/likelihood.html)**
* **[Meta-Analysis Examples](https://data.lesslikely.com/concurve/articles/meta-analysis.html)**
* **[Using Stata](https://data.lesslikely.com/concurve/articles/stata.html)**
* **[Survival Modeling](https://data.lesslikely.com/concurve/articles/survival.html)**
* **[S-values](https://data.lesslikely.com/concurve/articles/svalues.html)**
* **[Generating Tables](https://data.lesslikely.com/concurve/articles/tables.html)**
* **[Troubleshooting](https://data.lesslikely.com/concurve/articles/troubleshooting.html)**
* **[Consonance Functions for Linear Mixed-Effects Models](https://data.lesslikely.com/concurve/articles/variancecomponents.html)**
* **[Wish List](https://data.lesslikely.com/concurve/articles/wishlist.html)**
* * *
### Citation
To properly cite the package, please see the [following page](file:///Users/zad/Desktop/GitHub/concurve/docs/authors.html) or run the R script below.
```{r eval=FALSE}
citation("concurve")
```
* * *
### Code of Conduct
Please note that the concurve project is released with a [Contributor Code of Conduct](https://data.lesslikely.com/concurve//CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
##### Environment
The package was currently run on:
```{r session_info, include=TRUE, echo=FALSE}
sessionInfo()
```
* * *