sfcheung / semlbci

Find the likelihood based confidence intervals for parameters in structural equation modeling
https://sfcheung.github.io/semlbci/
1 stars 0 forks source link

Write a function for each method to check whether supported #64

Closed sfcheung closed 3 years ago

sfcheung commented 3 years ago

Ultimately, it is ci_bound_xx_i that determines whether an SEM output is supported. Instead of writing one function for all methods, as we did in the current version, write one function for each method. semlbci, which only allows one method in each call, will call the corresponding function before sending the jobs to ci_bound_xx_i.

Alternatively, we can keep the current function, but add an argument to specify the method to be checked.

NOTE: As there is only one supported method. No need to address this issue for now.