-
Notifications
You must be signed in to change notification settings - Fork 17
/
NAMESPACE
80 lines (79 loc) · 2.14 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
# Generated by roxygen2: do not edit by hand
S3method(estimate_profiles,data.frame)
S3method(estimate_profiles,default)
S3method(estimate_profiles,matrix)
S3method(estimate_profiles,numeric)
S3method(get_data,tidyLPA)
S3method(get_data,tidyProfile)
S3method(get_estimates,tidyLPA)
S3method(get_estimates,tidyProfile)
S3method(get_fit,tidyLPA)
S3method(get_fit,tidyProfile)
S3method(plot,bestLPA)
S3method(plot,tidyLPA)
S3method(plot_bivariate,tidyLPA)
S3method(plot_bivariate,tidyProfile)
S3method(plot_density,tidyLPA)
S3method(plot_density,tidyProfile)
S3method(plot_profiles,tidyLPA)
S3method(plot_profiles,tidyProfile)
S3method(print,LRT)
S3method(print,bestLPA)
S3method(print,tidyLPA)
S3method(print,tidyProfile)
export("%>%")
export(AHP)
export(calc_lrt)
export(compare_solutions)
export(estimate_profiles)
export(get_data)
export(get_estimates)
export(get_fit)
export(plot_bivariate)
export(plot_density)
export(plot_profiles)
export(poms)
export(single_imputation)
import(MplusAutomation)
import(ggplot2)
import(grid)
import(gtable)
import(mclust)
import(tibble)
importFrom(MplusAutomation,mplusAvailable)
importFrom(OpenMx,mxAutoStart)
importFrom(OpenMx,mxCompare)
importFrom(OpenMx,mxData)
importFrom(OpenMx,mxExpectationMixture)
importFrom(OpenMx,mxFitFunctionML)
importFrom(OpenMx,mxFitFunctionMultigroup)
importFrom(OpenMx,mxMatrix)
importFrom(OpenMx,mxModel)
importFrom(OpenMx,mxPath)
importFrom(OpenMx,mxRun)
importFrom(OpenMx,mxTryHard)
importFrom(OpenMx,omxAssignFirstParameters)
importFrom(dplyr,"%>%")
importFrom(lavaan,lavaanify)
importFrom(lavaan,mplus2lavaan.modelSyntax)
importFrom(methods,hasArg)
importFrom(stats,complete.cases)
importFrom(stats,cutree)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,sd)
importFrom(tidySEM,class_prob)
importFrom(tidySEM,descriptives)
importFrom(tidySEM,plot_bivariate)
importFrom(tidySEM,plot_density)
importFrom(tidySEM,plot_profiles)
importFrom(tidySEM,table_results)
importFrom(utils,capture.output)
importFrom(utils,getFromNamespace)