klarsen1 / MarketMatching

Other
131 stars 37 forks source link

Documentation typo #14

Closed mefergus closed 5 years ago

mefergus commented 5 years ago

Lines 374 and 375 of functions.R should be:

' \item{\code{TestData}}{A \code{vector} with the test market data}

' \item{\code{ControlData}}{A \code{data.frame} with the data for the control markets}

Currently it is this:

' \item{\code{TestData}}{A \code{data.frame} with the test market data}

' \item{\code{TestData}}{A \code{data.frame} with the data for the control markets}

klarsen1 commented 5 years ago

fixed