-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
51 lines (50 loc) · 1.23 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
51
# Generated by roxygen2: do not edit by hand
S3method("$<-",adam_mapping)
S3method("$<-",outdata)
S3method("[",adam_mapping)
S3method("[",outdata)
S3method("[<-",adam_mapping)
S3method("[<-",outdata)
S3method("[[<-",adam_mapping)
S3method("[[<-",outdata)
S3method(as.data.frame,adam_mapping)
S3method(merge,adam_mapping)
S3method(print,adam_mapping)
S3method(print,meta_adam)
S3method(print,outdata)
export(adam_mapping)
export(add_plan)
export(assign_label)
export(collect_adam_mapping)
export(collect_dataname)
export(collect_n_subject)
export(collect_observation_index)
export(collect_observation_record)
export(collect_population)
export(collect_population_id)
export(collect_population_index)
export(collect_population_record)
export(collect_title)
export(default_apply)
export(define_analysis)
export(define_observation)
export(define_parameter)
export(define_plan)
export(define_population)
export(get_label)
export(meta_adam)
export(meta_add_total)
export(meta_build)
export(meta_example)
export(meta_example_exploration)
export(meta_inherit)
export(meta_run)
export(meta_split)
export(n_subject)
export(outdata)
export(plan)
export(spec_analysis_population)
export(spec_call_program)
export(spec_filename)
export(spec_title)
export(update_adam_mapping)