Skip to content

Commit 11c4d30

Browse files
committed
mention dfr_browser, not export_browser_data
1 parent 781cb88 commit 11c4d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ I have been profligate with dependencies. Note that if you use RStudio, getting
2121

2222
## Browsing the model interactively
2323

24-
Now in alpha release: another project of mine, [dfr-browser](http://agoldst.github.io/dfr-browser), which makes topic models of DfR data into a javascript-based interactive browser. To export results from this model as a browser, use the package function `export_browser_data` (see the function documentation for more detail).
24+
Now in alpha release: another project of mine, [dfr-browser](http://agoldst.github.io/dfr-browser), which makes topic models of DfR data into a javascript-based interactive browser. To export results from this model as a browser, use the package function `dfr_browser` (see the function documentation for more detail).
2525

2626
## A note on licensing
2727

@@ -34,7 +34,7 @@ The tests are based on a sample set of data from DfR. I do not currently have pe
3434
## Version history
3535

3636
v0.2.3
37-
: 4/19/16. An adjusted dfr-browser export via `dfr_browser()` for one-line interactive browsing. `wordcounts_instances` introduced to help express "no, MALLET, no more tokenizing!"
37+
: 4/19/16. An adjusted dfr-browser export via `dfr_browser()` for one-line interactive browsing. `export_browser_data` is still avaiable for more control. `wordcounts_instances` introduced to help express "no, MALLET, no more tokenizing!"
3838

3939
v0.2.2
4040
: 2/10/16. New (beta) feature: functions for the mutual information of words and documents within topics, and for using this in a posterior predictive check of the model fit: `imi_topic`, `mi_topic`, `imi_check`, `mi_check`. Introduces a dependency on RcppEigen.

0 commit comments

Comments
 (0)