-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNAMESPACE
More file actions
130 lines (129 loc) · 3.77 KB
/
NAMESPACE
File metadata and controls
130 lines (129 loc) · 3.77 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Generated by roxygen2: do not edit by hand
S3method(as.character,LavToken)
S3method(as.character,matrix)
S3method(as.data.frame,simple_slopes)
S3method(as.logical,matrix)
S3method(assignSubClass,LavClosure)
S3method(assignSubClass,LavMathExpr)
S3method(assignSubClass,LavName)
S3method(assignSubClass,LavNumeric)
S3method(assignSubClass,LavOperator)
S3method(assignSubClass,LavToken)
S3method(bootstrap_modsem,"function")
S3method(bootstrap_modsem,modsem_da)
S3method(bootstrap_modsem,modsem_pi)
S3method(centered_estimates,lavaan)
S3method(centered_estimates,modsem_da)
S3method(coef,modsem_da)
S3method(coef,modsem_mplus)
S3method(coef,modsem_pi)
S3method(coefficients,modsem_da)
S3method(coefficients,modsem_pi)
S3method(compare_fit,modsem_da)
S3method(compare_fit,modsem_pi)
S3method(estimate_h0,modsem_da)
S3method(estimate_h0,modsem_pi)
S3method(evalToken,LavAdd)
S3method(evalToken,LavBlank)
S3method(evalToken,LavComment)
S3method(evalToken,LavFunction)
S3method(evalToken,LavInteraction)
S3method(evalToken,LavModify)
S3method(evalToken,LavName)
S3method(evalToken,LavNumeric)
S3method(evalToken,LavOperator)
S3method(evalToken,LavSeperator)
S3method(evalToken,LavSubtract)
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(is_interaction_model,modsem_da)
S3method(is_interaction_model,modsem_pi)
S3method(modsem_inspect,lavaan)
S3method(modsem_inspect,modsem_da)
S3method(modsem_inspect,modsem_pi)
S3method(modsem_predict,modsem_da)
S3method(modsem_predict,modsem_pi)
S3method(nobs,modsem_da)
S3method(nobs,modsem_mplus)
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,ModsemMatrix)
S3method(print,ModsemParTable)
S3method(print,ModsemRelcorr)
S3method(print,ModsemSymmetricMatrix)
S3method(print,ModsemVector)
S3method(print,modsem_da)
S3method(print,modsem_mplus)
S3method(print,modsem_partable_summary)
S3method(print,modsem_pi)
S3method(print,simple_slopes)
S3method(print,summary_da)
S3method(print,summary_modsem_pi)
S3method(print,summary_mplus)
S3method(standardized_estimates,data.frame)
S3method(standardized_estimates,lavaan)
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_mplus)
S3method(vcov,modsem_pi)
export(bootstrap_modsem)
export(centered_estimates)
export(colorize_output)
export(compare_fit)
export(default_settings_da)
export(default_settings_pi)
export(estimate_h0)
export(extract_lavaan)
export(fit_modsem_da)
export(get_pi_data)
export(get_pi_syntax)
export(is_interaction_model)
export(modsem)
export(modsem_coef)
export(modsem_da)
export(modsem_inspect)
export(modsem_mimpute)
export(modsem_mplus)
export(modsem_nobs)
export(modsem_pi)
export(modsem_predict)
export(modsem_vcov)
export(modsemify)
export(parameter_estimates)
export(plot_interaction)
export(plot_jn)
export(plot_surface)
export(relcorr_single_item)
export(set_modsem_colors)
export(simple_slopes)
export(standardize_model)
export(standardized_estimates)
export(summarize_partable)
export(trace_path)
export(twostep)
export(var_interactions)
importFrom(Rcpp,sourceCpp)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,nobs)
importFrom(stats,vcov)
useDynLib(modsem, .registration = TRUE)