-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
40 lines (39 loc) · 860 Bytes
/
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
S3method(as.maars,lm)
S3method(confint,maars_lm)
S3method(plot,maars_lm)
S3method(print,maars_lm)
S3method(print,summary.maars_lm)
S3method(summary,maars_lm)
export("%>%")
export(":=")
export(.data)
export(as.maars)
export(as_label)
export(as_name)
export(comp_var)
export(diag_boot_qqn)
export(diag_fit_reg_rwgt)
export(diag_foc_rwgt)
export(diag_foc_slope)
export(diag_nl_detect)
export(enquo)
export(enquos)
export(expr)
export(get_assumptions)
export(get_confint)
export(get_mms_comp_var_ind)
export(get_summary)
export(sym)
export(syms)
importFrom(Rdpack,reprompt)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)