Lily Cheng
Results
1
comments of
Lily Cheng
Here I uploaded sample data: https://docs.google.com/spreadsheets/d/1RCNK1t1L2sY4s0-iMudpPisFKnlRHuj729wPVejNfU0/edit?usp=sharing below are the codes I used: `model_dict = {"F1": ["navigation_skills"], "F2": ["age"], "F3": [ "communte_level", "sleep"]} model_spec = ModelSpecificationParser.parse_model_specification_from_dict(df2, model_dict) cfa = ConfirmatoryFactorAnalyzer(model_spec, disp=False)...