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 feeab50 commit 57c99b0Copy full SHA for 57c99b0
test/examples/multigroup/build_models.jl
@@ -50,23 +50,6 @@ end
50
lav_col = :se,
51
lav_groups = Dict(:Pasteur => 1, :Grant_White => 2),
52
)
53
-
54
- solution_ml = sem_fit(model_ml_multigroup2)
55
- test_fitmeasures(
56
- fit_measures(solution_ml),
57
- solution_lav[:fitmeasures_ml];
58
- rtol = 1e-2,
59
- atol = 1e-7,
60
- )
61
- update_se_hessian!(partable, solution_ml)
62
- test_estimates(
63
- partable,
64
- solution_lav[:parameter_estimates_ml];
65
- atol = 1e-3,
66
- col = :se,
67
- lav_col = :se,
68
- lav_groups = Dict(:Pasteur => 1, :Grant_White => 2),
69
70
end
71
72
############################################################################################
0 commit comments