Description Usage Arguments Value
View source: R/build_ldats_plans.R
Construct the expanded Drake plan for LDA time series analyses
1 2 | build_ldats_analyses_plan(datasets, max_topics = c(3), nseeds = 4,
nchangepoints = c(2, 3), formulas = c("time", "intercept"))
|
datasets |
the drake plan for the datasets to analyze |
max_topics |
the maximum number of topics to try (the function will
test a number of topics from 2 to |
nseeds |
Number of seeds (replicate starts) to use for each
value of |
nchangepoints |
Vector of integers: which numbers of changepoints to try. |
formulas |
Defaults to NULL. If nothing supplied, ~timename. If supplied, uses that. |
a drake plan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.