Skip to content

Commit 8a438af

Browse files
fix docs
1 parent 82a90a3 commit 8a438af

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/src/tutorials/inspection/inspection.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ Additional functions that can be used to extract information from a `SemFit` obj
117117

118118
```@docs
119119
SemFit
120+
params
121+
param_labels
122+
nparams
123+
nsamples
124+
nobserved_vars
120125
```
121126

122127
## Fit measures
@@ -128,10 +133,6 @@ BIC
128133
χ²
129134
dof
130135
minus2ll
131-
nobserved_vars
132-
nsamples
133-
param_labels
134-
nparams
135136
p_value
136137
RMSEA
137138
```

src/frontend/specification/documentation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
param_labels(semobj) -> Vector{Symbol}
33
4-
Return the vector of parameter labels.
4+
Return the vector of parameter labels (in the same order as [`params`](@ref)).
55
"""
66
param_labels(spec::SemSpecification) = spec.param_labels
77

0 commit comments

Comments
 (0)