Check that the vector of numbers of topics is conformable to integers greater than 1.

check_topics(topics)

Arguments

topics

Vector of the number of topics to evaluate for each model. Must be conformable to integer values.

Value

an error message is thrown if the input is improper, otherwise NULL.

Examples

 check_topics(2)