analysis/reports/lda_report.md

LDA report

Renata Diaz 10/12/2018

Read in the results

# define where the cache is located
db <- DBI::dbConnect(RSQLite::SQLite(), here::here("drake", "drake-cache.sqlite"))
cache <- storr::storr_dbi("datatable", "keystable", db)

lda_results <- readd(lda_results, cache = cache)
lda_ts_result_summary <- readd(lda_ts_result_summary, cache = cache)

Errors

Find LDAs that threw errors and remove them:

Plot LDAS

Summarize LDA results



weecology/MATSS-LDATS documentation built on Nov. 5, 2019, 12:07 p.m.