powered by
A dataset containing simulated epidemiological text data, such as outbreak reports or health alerts, for NLP analysis.
nlp_data
A data frame with 100 rows and 2 columns:
Character, unique identifier for each text entry.
Character, text content (e.g., outbreak descriptions, health reports).
data("nlp_data") epi_analyze(nlp_data, outcome = NULL, type = "nlp", n = 5)
Run the code above in your browser using DataLab