-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 1004 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(predictLearner,classif.xgboost.earlystop)
S3method(print,lf_estimate)
S3method(summary,lf_estimate)
export(EKC)
export(ESEM)
export(NEST)
export(add_cross_loadings)
export(add_local_dependence)
export(add_method_factors)
export(add_population_error)
export(add_wording_effects)
export(categorize)
export(data_to_zipfs)
export(estimate_dimensions)
export(factor_forest)
export(obtain_zipfs_parameters)
export(simulate_factors)
import(mlr)
import(xgboost)
importFrom(graphics,abline)
importFrom(methods,is)
importFrom(stats,aov)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,nlminb)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,wilcox.test)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)