-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
35 lines (34 loc) · 880 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
# Generated by roxygen2: do not edit by hand
S3method(coerce_numeric,character)
S3method(coerce_numeric,default)
S3method(cronbachs_alpha,data.frame)
S3method(cronbachs_alpha,default)
S3method(factor_analysis,data.frame)
S3method(factor_analysis,default)
S3method(nagelkerke,default)
S3method(print,tidy_model)
export("%>%")
export(as_tbl)
export(coerce_numeric)
export(cronbachs_alpha)
export(eigenvalues)
export(factor_analysis)
export(logistic_regression)
export(nagelkerke)
export(negbinom_regression)
export(ols_regression)
export(parallel_analysis)
export(poisson_regression)
export(quasilogistic_regression)
export(quasipoisson_regression)
export(tbl_frame)
export(tidy_anova)
export(tidy_mlm)
export(tidy_regression)
export(tidy_sem)
export(tidy_sem_model)
export(tidy_summary)
export(tidy_ttest)
importFrom(MASS,rlm)
importFrom(magrittr,"%>%")
importFrom(robust,glmRob)