-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
40 lines (39 loc) · 1.08 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(GiR_PP_Plots)
export(ccas)
export(color_word_table)
export(generate_output)
export(order_by_counts)
export(plot_interaction_pattern_log_likelihood)
export(plot_interaction_pattern_network)
export(plot_interaction_pattern_parameter_estimates)
export(plot_parameter_estimates)
export(plot_topic_model_log_likelihood)
export(prepare_data)
export(test_internal_functions)
export(top_words)
export(unlist_and_concatenate)
import(methods)
importFrom(Rcpp,sourceCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(stats,as.formula)
importFrom(stats,qnorm)
importFrom(stats,qqplot)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,wilcox.test)
useDynLib(CCAS)