-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
84 lines (83 loc) · 2.71 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
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
# Generated by roxygen2: do not edit by hand
S3method(describe_nonlinear,data.frame)
S3method(describe_nonlinear,estimate_predicted)
S3method(describe_nonlinear,numeric)
S3method(format,estimate_contrasts)
S3method(format,estimate_grouplevel)
S3method(format,estimate_means)
S3method(format,estimate_predicted)
S3method(format,estimate_slopes)
S3method(format,estimate_smooth)
S3method(format,visualisation_matrix)
S3method(plot,estimate_contrasts)
S3method(plot,estimate_grouplevel)
S3method(plot,estimate_means)
S3method(plot,estimate_predicted)
S3method(plot,estimate_slopes)
S3method(print,estimate_contrasts)
S3method(print,estimate_grouplevel)
S3method(print,estimate_means)
S3method(print,estimate_predicted)
S3method(print,estimate_slopes)
S3method(print,estimate_smooth)
S3method(print,visualisation_matrix)
S3method(print_md,estimate_contrasts)
S3method(print_md,estimate_grouplevel)
S3method(print_md,estimate_means)
S3method(print_md,estimate_predicted)
S3method(print_md,estimate_slopes)
S3method(print_md,estimate_smooth)
S3method(print_md,visualisation_matrix)
S3method(reshape_grouplevel,estimate_grouplevel)
S3method(smoothing,data.frame)
S3method(smoothing,numeric)
S3method(standardize,estimate_contrasts)
S3method(standardize,estimate_means)
S3method(standardize,estimate_predicted)
S3method(standardize,estimate_slopes)
S3method(summary,estimate_slopes)
S3method(summary,reshape_grouplevel)
S3method(unstandardize,estimate_predicted)
S3method(visualisation_matrix,character)
S3method(visualisation_matrix,data.frame)
S3method(visualisation_matrix,default)
S3method(visualisation_matrix,double)
S3method(visualisation_matrix,factor)
S3method(visualisation_matrix,logical)
S3method(visualisation_matrix,numeric)
S3method(visualisation_matrix,visualisation_matrix)
S3method(visualisation_recipe,estimate_grouplevel)
S3method(visualisation_recipe,estimate_means)
S3method(visualisation_recipe,estimate_predicted)
S3method(visualisation_recipe,estimate_slopes)
export(describe_nonlinear)
export(estimate_contrasts)
export(estimate_expectation)
export(estimate_grouplevel)
export(estimate_link)
export(estimate_means)
export(estimate_prediction)
export(estimate_relation)
export(estimate_response)
export(estimate_slopes)
export(estimate_smooth)
export(find_inversions)
export(get_emcontrasts)
export(get_emmeans)
export(get_emtrends)
export(get_marginaleffects)
export(model_emcontrasts)
export(model_emmeans)
export(model_emtrends)
export(print_md)
export(reshape_grouplevel)
export(smoothing)
export(standardize)
export(unstandardize)
export(visualisation_matrix)
export(visualisation_recipe)
export(zero_crossings)
importFrom(datawizard,standardize)
importFrom(datawizard,unstandardize)
importFrom(datawizard,visualisation_recipe)
importFrom(insight,print_md)