-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
44 lines (43 loc) · 1.2 KB
/
Copy pathNAMESPACE
File metadata and controls
44 lines (43 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Generated by roxygen2: do not edit by hand
export(compile_results_data)
export(compute_consistency_kl)
export(compute_consistency_modal)
export(compute_consistency_simpson)
export(compute_marginalized_correlation)
export(compute_marginalized_summaries)
export(create_interaction_performance_table)
export(create_model_performance_table)
export(create_models_table)
export(create_questions_table)
export(create_summary_table)
export(determine_status)
export(extract_answer)
export(extract_posterior_draws)
export(generate_system_prompt)
export(generate_temp_filename)
export(get_formatted_question)
export(get_model_config)
export(load_models)
export(load_questions)
export(load_results)
export(plot_correctness_mosaic)
export(plot_pareto_frontier)
export(plot_performance_quadrants)
export(plot_summaries)
export(prepare_consistency_data)
export(prepare_correctness_data)
export(prepare_parsing_data)
export(query_llm)
export(report_status_distribution)
export(store_result)
export(store_temp_result)
import(dplyr)
import(ggplot2)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,plogis)
importFrom(stats,qlogis)
importFrom(stats,quasibinomial)