- text
A list of texts (e.g. the text element of a textmeta
object).
- beta
A matrix of word-probabilities or frequency table for the topics (e.g. the topics
matrix from the LDAgen
result). Each row is a topic, each column a word. The rows will be divided by the row sums, if they are not 1.
- theta
A matrix of wordcounts per text and topic (e.g. the document_sums
matrix from the LDAgen
result). Each row is a topic, each column a text. In each cell stands the number of words in text j belonging to topic i.
- id
Optional: character vector of text IDs that should be used for the function. Useful to start a inchoate coding task.
- numIntruder
Intended number of intruder words. If numIntruder
is a integer vector, the number would be sampled for each topic.
- numOuttopics
tba Integer: Number of words per topic, including the intruder words
- byScore
Logical: Should the score of top.topic.words
from the lda
package be used?
- minWords
Integer: Minimum number of words for a choosen text.
- minOuttopics
Integer: Minimal number of words a topic needs to be classified as a possible correct Topic.
- stopTopics
Optional: Integer vector to deselect stopword topics for the coding task.
- printSolution
Logical: If TRUE
the coder gets a feedback after his/her vote.
- oldResult
Result object from an unfinished run of intruderWords
. If oldResult is used, all other parameter will be ignored.
- test
Logical: Enables test mode
- testinput
Input for function tests