Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsrobinson/cjbart
Heterogeneous effects analysis of conjoint experiments using BART
https://github.com/tsrobinson/cjbart
Last synced: 3 days ago
JSON representation
Heterogeneous effects analysis of conjoint experiments using BART
- Host: GitHub
- URL: https://github.com/tsrobinson/cjbart
- Owner: tsrobinson
- License: other
- Created: 2020-11-30T21:13:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T15:00:28.000Z (about 1 year ago)
- Last Synced: 2024-08-03T06:03:04.308Z (3 months ago)
- Language: R
- Size: 106 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
out.width = "100%"
)
```# cjbart
[![CRAN status](https://www.r-pkg.org/badges/version/cjbart)](https://CRAN.R-project.org/package=cjbart)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/tsrobinson/cjbart/workflows/R-CMD-check/badge.svg)](https://github.com/tsrobinson/cjbart/actions)
[![R-CMD-check](https://github.com/tsrobinson/cjbart/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tsrobinson/cjbart/actions/workflows/R-CMD-check.yaml)## Overview
**cjbart** is an R package for analyzing conjoint experiments using Bayesian Additive Regression Trees (BART), specifically focusing on inspecting heterogeneous treatment effects.
This package is in its early stages of development, and core functionality is liable to change.
## Installation
The latest development version of **cjbart** can be installed directly from this repository, using the following code:
```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("tsrobinson/cjbart")
```## Getting help
If you come across any issues, or have any suggestions for improvements, please raise an issue [here](https://github.com/tsrobinson/cjbart/issues).