Compute & Graph Confidence Distributions and Likelihood Functions
Sample image taken from Schweder T, Hjort NL. (2016)
For A Better Understanding of What These Are, See the Background Literature
Compare The Functions From Different Studies
Export Tables Easily For Word, Powerpoint, & TeX documents
(It is highly recommended that you look at the articles.
)
install.packages("concurve")
Try the following script if you run into any installation issues:
install.packages("concurve", repos = "https://cloud.r-project.org/", dep = TRUE)
Install the developer version from GitHub using the following:
remotes::install_github("zadrafi/concurve@master", dependencies = TRUE)
See which versions of the package are currently supported here.
Check out the article on using Stata
to obtain similar functions.
- Comparison to Bayesian Posterior Distributions
- The Bootstrap and Consonance Functions
- Background Literature
- Customizing Plots
- Examples in R
- Logistic Regression in R
- Profile Likelihoods
- Meta-Analysis Examples
- Using Stata
- Survival Modeling
- S-values
- Generating Tables
- Troubleshooting
- Consonance Functions for Linear Mixed-Effects Models
- Wish List
To properly cite the package, please see the following page or run the R script below.
citation("concurve")
Please note that the concurve project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.