[ ] Make IGSCA, GSCA and all the different modes into sub-classes
[ ] D2 needs to support resampling estimates for its SE and CI through both summarize.cSEMResults_default() in postestimate_summarize.R and addInfer()in helper_summarize.R
[ ] D2 needs to be printed with print.cSEMSummarize()
[ ] IGSCA models report that the model estimation was not successful because verify() reports that some of the reliability estimates are greater than 1. This is because reliability is not properly estimated through IGSCA yet.
[ ] Investigate View.tbl_df from the tibble package to see if we can get around listviewer::jsonedit()
listviewer::jsondedit()
in print output should be changed tolistviewer::jsonedit()
summarize.cSEMResults_default()
inpostestimate_summarize.R
andaddInfer()
inhelper_summarize.R
print.cSEMSummarize()
View.tbl_df
from thetibble
package to see if we can get aroundlistviewer::jsonedit()