bschmalbach / ezCutoffs

R-package ezCutoffs
0 stars 0 forks source link

removed forced 'missing ="fiml"' #6

Closed bschmalbach closed 4 years ago

bschmalbach commented 4 years ago

Removed duplicate lines of code for missing_data = "missing" which forced fiml estimation. They can instead just be passed via ...

Still need to fix the warning given when n_cores>1, which is currently suppressed. I'm looking into solutions that suggest retrieving ... beforehand.