# NOT RUN {
# Toy example
raw <- open.animals[c(1:10),-c(1,2)]
# Clean and prepocess data
clean <- textcleaner(raw, partBY = "row", dictionary = "animals")
# Obtain binary data
bin <- clean$binary
# Automated converge
if(interactive())
{convmat <- autoConverge(bin)}
# }
Run the code above in your browser using DataLab