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 cc48055 commit 47df271Copy full SHA for 47df271
test/examples/political_democracy/by_parts.jl
@@ -313,7 +313,8 @@ end
313
### fiml
314
############################################################################################
315
316
-observed = SemObservedMissing(specification = spec_mean, data = dat_missing)
+observed =
317
+ SemObservedMissing(specification = spec_mean, data = dat_missing, rtol_em = 1e-10)
318
319
fiml = SemFIML(observed = observed, specification = spec_mean)
320
0 commit comments