-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
50 lines (48 loc) · 1.29 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
41
42
43
44
45
46
47
48
49
50
# Generated by roxygen2: do not edit by hand
if (getRversion() >= "4.0.0") {
importFrom(tools, R_user_dir)
} else {
importFrom(backports, R_user_dir)
}
S3method(format,empirical_clusters)
S3method(format,jlmer_mod)
S3method(format,jlmer_spec)
S3method(format,null_cluster_dists)
S3method(glance,jlmer_mod)
S3method(print,CPA_out)
S3method(print,empirical_clusters)
S3method(print,jlmer_mod)
S3method(print,jlmer_spec)
S3method(print,null_cluster_dists)
S3method(print,timewise_statistics)
S3method(tidy,empirical_clusters)
S3method(tidy,jlmer_mod)
S3method(tidy,null_cluster_dists)
S3method(tidy,timewise_statistics)
export(calculate_clusters_pvalues)
export(clusterpermute)
export(clusters_are_comparable)
export(compute_timewise_statistics)
export(extract_empirical_clusters)
export(extract_null_cluster_dists)
export(get_rng_seed)
export(get_rng_state)
export(glance)
export(jlmer)
export(jlmerclusterperm_setup)
export(julia_progress)
export(julia_setup_ok)
export(make_jlmer_spec)
export(permute_by_predictor)
export(permute_timewise_statistics)
export(reset_rng_state)
export(set_rng_seed)
export(set_rng_state)
export(stopJulia)
export(tidy)
export(to_jlmer)
export(walk_threshold_steps)
importFrom(JuliaConnectoR,stopJulia)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(stats,setNames)