wu-mca / BTYDshiny

GNU General Public License v3.0
0 stars 0 forks source link

BTYDshiny

This is the source code for an interactive online demo of the R packages BTYD and BTYDplus. See https://github.com/wu-service-marketing/BTYDshiny/issues/1 for the planned UI.

Style Guidelines

# Good Style
if (foo) do()
if (foo && bar > 0) {
  y <- bar + 2 
  message("y is ", y)
}
if (y == 0) {
  log(x)
} else {
  y + x
}
saySomething <- function(a = "a long argument", 
                         b = "another argument",
                         c = "another long argument") {
}

About shiny app

I think that ca 95% of work is done. There are a couple of problems, that we need to solve:

Note: "Donation" and "Grocery" datasets don't have information about "sales": that is why i didn't include the information about sales.avg estimated in CBS tables

But, I think, other items of plan are done. I need a fresh look on this app, so if I missed something let me know. I am waiting for the further instructions.