README.md

{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("jhelvy/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")
#> 
#> To cite maddTools in publications use:
#> 
#>   John Paul Helveston (2021). maddTools: Tools For EMSE 6035 -
#>   Marketing Analytics for Design Decisions.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Manual{,
#>     title = {maddTools: Tools For EMSE 6035 - Marketing Analytics for Design Decisions},
#>     author = {John Paul Helveston},
#>     year = {2021},
#>     note = {R package version 0.0.3},
#>     url = {http://madd.seas.gwu.edu/maddTools/},
#>   }


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