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:
View the usage page for details on how to use cbcTools.
You can install the latest version of {cbcTools} from CRAN:
install.packages("cbcTools")
or you can install the development version of {cbcTools} from GitHub:
# install.packages("remotes")
remotes::install_github("jhelvy/cbcTools")
Load the library with:
library(cbcTools)
- Author: John Paul Helveston https://www.jhelvy.com/
- Date First Written: October 23, 2020
- License: MIT
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:
citation("cbcTools")
#>
#> To cite cbcTools in publications use:
#>
#> Helveston JP (2023). _cbcTools: Design and Evaluate Choice-Based
#> Conjoint Survey Experiments_. R package, <URL:
#> https://jhelvy.github.io/cbcTools/>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {{cbcTools}: Design and Evaluate Choice-Based Conjoint Survey Experiments},
#> author = {John Paul Helveston},
#> year = {2023},
#> note = {R package},
#> url = {https://jhelvy.github.io/cbcTools/},
#> }