R/utilities.R
check_seeds.Rd
Check that the vector of numbers of seeds is conformable to integers greater than 0.
check_seeds(nseeds)
integer number of seeds (replicate starts) to use for each value of topics in the LDAs. Must be conformable to a positive integer value.
integer
topics
an error message is thrown if the input is improper, otherwise NULL.
NULL
check_seeds(1) check_seeds(2)