We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2a101 commit fc2bc16Copy full SHA for fc2bc16
1 file changed
src/frontend/fit/SemFit.jl
@@ -52,6 +52,11 @@ nsamples(fit::SemFit) = nsamples(fit.model)
52
53
# access fields
54
minimum(sem_fit::SemFit) = sem_fit.minimum
55
+"""
56
+ solution(sem_fit::SemFit)
57
+
58
+Returns the vector of parameter estimates from a fitted SEM.
59
60
solution(sem_fit::SemFit) = sem_fit.solution
61
start_val(sem_fit::SemFit) = sem_fit.start_val
62
model(sem_fit::SemFit) = sem_fit.model
0 commit comments