You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
1 year ago
..
rappor-analysis Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
rappor-sim Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
README.md Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago

README.md

RAPPOR Shiny Apps

This directory contains web apps written using the Shiny web framework from RStudio.

To run them, first install Shiny:

$ R
...
> install.packages('shiny')
...

(You can view Shiny's platform requirements in CRAN.)

Then change to the app directory, and execute the run_app.sh script:

$ cd rappor/apps/rappor-analysis
$ ./run_app.sh
...
Listening on http://0.0.0.0.:6789

Visit http://localhost:6789/ in your browser.

This code has been tested on Ubuntu Linux, but should work on other platforms that Shiny supports.

Both of these apps use the underlying analysis code in analysis/R, just like the command line demo demo.sh does.

rappor-analysis

This app "decodes" a RAPPOR data set. In other words, you can upload the params, counts, and map files, and view the inferred distribution, as well as debug info.

These files are discussed in the RAPPOR Data Flow doc.

rappor-sim

This app lets you simulate RAPPOR runs with different populations and parameters. This can help you choose collection parameters for a given situation / variable.

Help

If you need help with these apps, please send a message to rappor-discuss.