-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·113 lines (112 loc) · 2.92 KB
/
NAMESPACE
File metadata and controls
executable file
·113 lines (112 loc) · 2.92 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Generated by roxygen2: do not edit by hand
S3method(estimates,RandomForest)
S3method(estimates,default)
S3method(estimates,glm)
S3method(estimates,glmerMod)
S3method(estimates,lm)
S3method(estimates,lmerMod)
S3method(estimates,zeroinfl)
S3method(generate_predictions,RandomForest)
S3method(generate_predictions,default)
S3method(generate_predictions,glmerMod)
S3method(generate_predictions,lmerMod)
S3method(generate_predictions,polr)
S3method(generate_predictions,rpart)
S3method(get_fitted,RandomForest)
S3method(get_fitted,default)
S3method(get_fitted,glmerMod)
S3method(get_fitted,lmerMod)
S3method(get_fitted,polr)
S3method(get_fitted,rpart)
S3method(get_model_n,default)
S3method(get_plotted_line,default)
S3method(get_plotted_line,polr)
S3method(get_terms,RandomForest)
S3method(get_terms,default)
S3method(post_prediction_process_cf,default)
S3method(post_prediction_process_cf,lmerMod)
S3method(prepare_data_for_compare_fits,default)
S3method(prepare_data_for_compare_fits,lmerMod)
S3method(print,estimates)
S3method(print,glm_estimates)
S3method(print,glmer_estimates)
S3method(print,lmer_estimates)
S3method(print,rf_estimates)
S3method(visualize,RandomForest)
S3method(visualize,default)
S3method(visualize,glm)
S3method(visualize,glmerMod)
S3method(visualize,lm)
S3method(visualize,lmerMod)
S3method(visualize,randomForest)
export(added.plot)
export(anchor.predictions)
export(bf.bic)
export(cas_adjustment)
export(cluster_adjusted_scatter)
export(compare.fits)
export(compare_fits)
export(estimates)
export(flexplot)
export(flexplot_jasp2)
export(flexplota)
export(flip_data)
export(floor_ceiling)
export(generate_predictions)
export(geom_jitterd)
export(get_fitted)
export(get_model_n)
export(get_plotted_line)
export(get_terms)
export(glinmod)
export(glinmod_jasp)
export(glmbasic)
export(icc)
export(linmod_jasp)
export(logistic_added_plot)
export(logistic_aligned)
export(logistic_coefficients)
export(logistic_overlay)
export(logistic_residual_plots)
export(magnet_plot)
export(make.formula)
export(marginal_plot)
export(mediate_plot)
export(mixed.mod.visual)
export(mixedmod_jasp)
export(model.comparison)
export(modify_points)
export(partial_residual_plot)
export(position_jitterd)
export(position_jitterdodged)
export(post_prediction_process_cf)
export(prepare_data_for_compare_fits)
export(rescale)
export(rsq_change)
export(sensitivity.table)
export(standardized.beta)
export(subsetString)
export(third.eye)
export(univariate_list)
export(visualize)
export(youtube_plot)
import(R6)
import(dplyr, except = c(filter, lag))
import(ggplot2)
import(patchwork)
import(stats)
import(tibble)
import(withr)
importFrom(MASS,rlm)
importFrom(ggsci,scale_color_aaas)
importFrom(ggsci,scale_color_lancet)
importFrom(ggsci,scale_color_npg)
importFrom(ggsci,scale_color_tron)
importFrom(graphics,plot)
importFrom(lme4,VarCorr)
importFrom(lme4,lmer)
importFrom(magrittr,"%>%")
importFrom(mgcv,gam)
importFrom(purrr,"%||%")
importFrom(rlang,":=")
importFrom(utils,packageVersion)