-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
138 lines (137 loc) · 4.04 KB
/
NAMESPACE
File metadata and controls
138 lines (137 loc) · 4.04 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Generated by roxygen2: do not edit by hand
export(assess_factorability)
export(calculate_cronbach_alpha)
export(calculate_omega)
export(check_ordinal_data_quality)
export(check_questionnaire_duplicates)
export(cleanup_session_backups)
export(compare_efa_methods)
export(create_factor_number_table)
export(create_question_label_table)
export(create_reliability_table)
export(determine_n_factors)
export(diagnose_variance_issues)
export(extract_copilot_chat)
export(get_alluvial_df)
export(get_data_csv)
export(get_indicators_df)
export(get_questions_df)
export(get_responses_df)
export(get_wide_responses)
export(plot_efa_comparison)
export(plot_factor_correlations)
export(plot_factor_loadings)
export(plot_indicator_alluvial)
export(plot_indicator_by_design_strat)
export(plot_indicator_by_design_team)
export(plot_indicator_by_dist)
export(plot_indicator_by_div)
export(plot_indicator_by_type)
export(plot_indicator_by_usace)
export(plot_indicator_prog_mile)
export(plot_question_by_design_strat)
export(plot_question_by_design_team)
export(plot_question_by_dist)
export(plot_question_by_div)
export(plot_question_by_type)
export(plot_question_by_usace)
export(plot_question_coverage)
export(plot_question_coverage_simple)
export(plot_question_indicator_detailed)
export(plot_question_indicator_mapping)
export(plot_reliability_comparison)
export(plot_sample_sizes)
export(plot_variance_explained)
export(render_indicator)
export(render_question)
export(run_efa)
export(run_factor_number_analysis)
export(run_pre_render)
export(run_reliability_analysis)
export(summarize_indicator_questions)
importFrom(NatParksPalettes,natparks.pals)
importFrom(NatParksPalettes,scale_fill_natparks_c)
importFrom(NatParksPalettes,scale_fill_natparks_d)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(easyalluvial,alluvial_wide)
importFrom(forcats,fct_drop)
importFrom(forcats,fct_relevel)
importFrom(ggh4x,facet_grid2)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_grey)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(ggplot2,vars)
importFrom(here,here)
importFrom(patchwork,free)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,wrap_plots)
importFrom(psych,VSS)
importFrom(psych,alpha)
importFrom(psych,fa)
importFrom(psych,fa.parallel)
importFrom(psych,nfactors)
importFrom(psych,omega)
importFrom(psych,polychoric)
importFrom(psych,tetrachoric)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dfr)
importFrom(readr,col_integer)
importFrom(readr,read_csv)
importFrom(readr,spec)
importFrom(scales,comma)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_title)
importFrom(stringr,str_wrap)
importFrom(tibble,tibble)
importFrom(tidyr,complete)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(usethis,use_data)