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

cbcTools

CRAN
status

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:

Usage

View the usage page for details on how to use cbcTools.

Installation

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, Version, and License Information

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:

citation("cbcTools")


jhelvy/cbcTools documentation built on Feb. 5, 2024, 2:52 p.m.