Description Usage Arguments Value
Solve the input univariate ordinal problem by doing a maximum likelihood fit to find the best parameter vector. A save file is added to the data directory (data_dir) in .rds format.
1 | solve_ord_problem(data_dir, analysis_name, ord_prob, anneal_seed = NA)
|
data_dir |
The data directory with problems and results |
analysis_name |
A unique analysis name (for the input data directory) |
ord_prob |
The ordinal problem to solve (likely generated by [build_univariate_ord_problems] |
anneal_seed |
An optional seed to pass to fit_univariate_ord to make annealing reproducible (default: NA, not used) |
Whether or not the fit succeeded (TRUE or FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.