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

{maddTools}

Miscellaneous functions for the GWU course EMSE 6035: Marketing Analytics for Design Decisions

Installation

The package can be installed from GitHub:

# install.packages("remotes")
remotes::install_github("emse-madd-gwu/maddTools")

Load the package with:

library(maddTools)

Contents

This package contains the following functions:

To view more details of any of the functions, run ?functionName() in R, replacing 'functionName' with the name of the function.

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("maddTools") into R:

citation("maddTools")


emse-madd-gwu/maddTools documentation built on Oct. 31, 2022, 2:23 p.m.