We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a90a3 commit 8a438afCopy full SHA for 8a438af
docs/src/tutorials/inspection/inspection.md
@@ -117,6 +117,11 @@ Additional functions that can be used to extract information from a `SemFit` obj
117
118
```@docs
119
SemFit
120
+params
121
+param_labels
122
+nparams
123
+nsamples
124
+nobserved_vars
125
```
126
127
## Fit measures
@@ -128,10 +133,6 @@ BIC
128
133
χ²
129
134
dof
130
135
minus2ll
131
-nobserved_vars
132
-nsamples
-param_labels
-nparams
136
p_value
137
RMSEA
138
src/frontend/specification/documentation.jl
@@ -1,7 +1,7 @@
1
"""
2
param_labels(semobj) -> Vector{Symbol}
3
4
-Return the vector of parameter labels.
+Return the vector of parameter labels (in the same order as [`params`](@ref)).
5
6
param_labels(spec::SemSpecification) = spec.param_labels
7
0 commit comments