So I'm trying to do a text analysis on what is roughly 22,000+ qualitative (string) descriptions.
Using the following command:
I get the following message:
[ st_addvar(): 3300 argument out of range
mm_txttool(): - function returned error
<istmt>: - function returned error
r(3300); ]
What am I doing wrong? What does this mean?
Using the following command:
HTML Code:
txttool incidentsummaries, gen(incident_summary)
[ st_addvar(): 3300 argument out of range
mm_txttool(): - function returned error
<istmt>: - function returned error
r(3300); ]
What am I doing wrong? What does this mean?
Comment