Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed Feb 9, 2024
1 parent 02b93c1 commit b6c9847
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions R/oolong.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ Oolong_test <- R6::R6Class(
#' data(abstracts)
#' oolong_test <- wi(input_model = abstracts_seededlda, userid = "Hadley")
#' ## Creation of oolong test with both word intrusion test and topic intrusion test
#' oolong_test <- witi(input_model = abstracts_seededlda, input_corpus = abstracts$text, userid = "Julia")
#' oolong_test <- witi(input_model = abstracts_seededlda,
#' input_corpus = abstracts$text, userid = "Julia")
#' ## Creation of oolong test with topic intrusion test
#' oolong_test <- ti(input_model = abstracts_seededlda, input_corpus = abstracts$text, userid = "Jenny")
#' oolong_test <- ti(input_model = abstracts_seededlda,
#' input_corpus = abstracts$text, userid = "Jenny")
#' ## Creation of oolong test with word set intrusion test
#' oolong_test <- wsi(input_model = abstracts_seededlda, userid = "Garrett")
#' ## Creation of gold standard
Expand Down
6 changes: 4 additions & 2 deletions man/create_oolong.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6c9847

Please sign in to comment.