How can I create a effect plots using python?

后端 未结 0 1946
死守一世寂寞
死守一世寂寞 2021-01-13 16:48
    proc glm data = Survey;
    model salary = years age courses / solution;
    store Linear_Model_40;
    run;  
    proc plm restore=Linear_Model_40 noinfo;
    e         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题