-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
97 lines (96 loc) · 2.79 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
85
86
87
88
89
90
91
92
93
94
95
96
97
# Generated by roxygen2: do not edit by hand
S3method(as.character,LavToken)
S3method(as.character,matrix)
S3method(as.logical,matrix)
S3method(assignSubClass,LavClosure)
S3method(assignSubClass,LavMathExpr)
S3method(assignSubClass,LavName)
S3method(assignSubClass,LavNumeric)
S3method(assignSubClass,LavOperator)
S3method(assignSubClass,LavToken)
S3method(coef,modsem_da)
S3method(coef,modsem_pi)
S3method(coefficients,modsem_da)
S3method(coefficients,modsem_pi)
S3method(evalToken,LavAdd)
S3method(evalToken,LavBlank)
S3method(evalToken,LavComment)
S3method(evalToken,LavFunction)
S3method(evalToken,LavInteraction)
S3method(evalToken,LavModify)
S3method(evalToken,LavOperator)
S3method(evalToken,LavSeperator)
S3method(evalToken,LavToken)
S3method(evalToken,LeftBracket)
S3method(evalToken,RightBracket)
S3method(fitsToken,LavBlank)
S3method(fitsToken,LavClosure)
S3method(fitsToken,LavComment)
S3method(fitsToken,LavName)
S3method(fitsToken,LavNumeric)
S3method(fitsToken,LavOperator)
S3method(fitsToken,LavString)
S3method(modsem_inspect,modsem_da)
S3method(modsem_inspect,modsem_pi)
S3method(nobs,modsem_da)
S3method(nobs,modsem_pi)
S3method(parameter_estimates,lavaan)
S3method(parameter_estimates,modsem_da)
S3method(parameter_estimates,modsem_mplus)
S3method(parameter_estimates,modsem_pi)
S3method(print,modsem_da)
S3method(print,modsem_mplus)
S3method(print,modsem_pi)
S3method(print,summary_da)
S3method(print,summary_modsem_pi)
S3method(print,summary_mplus)
S3method(standardized_estimates,data.frame)
S3method(standardized_estimates,modsem_da)
S3method(standardized_estimates,modsem_mplus)
S3method(standardized_estimates,modsem_pi)
S3method(summary,modsem_da)
S3method(summary,modsem_mplus)
S3method(summary,modsem_pi)
S3method(var_interactions,data.frame)
S3method(var_interactions,modsem_da)
S3method(var_interactions,modsem_mplus)
S3method(vcov,modsem_da)
S3method(vcov,modsem_pi)
export(coef_modsem_da)
export(compare_fit)
export(default_settings_da)
export(default_settings_pi)
export(extract_lavaan)
export(fit_modsem_da)
export(get_pi_data)
export(get_pi_syntax)
export(modsem)
export(modsem_da)
export(modsem_inspect)
export(modsem_mplus)
export(modsem_pi)
export(modsemify)
export(multiplyIndicatorsCpp)
export(parameter_estimates)
export(plot_interaction)
export(plot_jn)
export(plot_surface)
export(standardized_estimates)
export(trace_path)
export(var_interactions)
export(vcov_modsem_da)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme_minimal)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,nobs)
importFrom(stats,vcov)
useDynLib(modsem, .registration = TRUE)