An open API service indexing awesome lists of open source software.

https://github.com/jhelvy/cbctools

An R package with tools for designing choice based conjoint (cbc) survey experiments and conducting power analyses
https://github.com/jhelvy/cbctools

cbc conjoint design discrete-choice r rstats sawtooth survey

Last synced: 3 months ago
JSON representation

An R package with tools for designing choice based conjoint (cbc) survey experiments and conducting power analyses

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
warning = FALSE,
message = FALSE,
comment = "#>",
fig.path = "man/figures/README-",
fig.retina = 3
)
```

# cbcTools

[![CRAN
status](https://www.r-pkg.org/badges/version/cbcTools)](https://CRAN.R-project.org/package=cbcTools)
[![](http://cranlogs.r-pkg.org/badges/grand-total/cbcTools?color=blue)](https://cran.r-project.org/package=cbcTools)

Functions for designing surveys and conducting power analyses for choice-based conjoint survey experiments in R. Each function in the package begins with `cbc_` and supports a step in the following process for designing and analyzing surveys:

![](man/figures/program_diagram.png)

# Usage

View the [usage](https://jhelvy.github.io/cbcTools/articles/usage.html) page for details on how to use **cbcTools**.

# Installation

You can install the latest version of {cbcTools} from CRAN:

```r
install.packages("cbcTools")
```

or you can install the development version of {cbcTools} from [GitHub](https://github.com/jhelvy/cbcTools):

```r
# install.packages("remotes")
remotes::install_github("jhelvy/cbcTools")
```

Load the library with:

```{r, eval=FALSE}
library(cbcTools)
```

# Author, Version, and License Information

- Author: *John Paul Helveston* https://www.jhelvy.com/
- Date First Written: *October 23, 2020*
- License: [MIT](https://github.com/jhelvy/cbcTools/blob/master/LICENSE.md)

# Citation Information

If you use this package for in a publication, I would greatly appreciate it if you cited it - you can get the citation by typing `citation("cbcTools")` into R:

```{r}
citation("cbcTools")
```