Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用以下代码生成所需的图:
sjp.glm(fit,type="prob") sjp.glm(fit,type="eff") sjp.glm(fit,type="y.pc")
但是,我想单独绘制图表而不是全部绘制。我尝试过类似的论点var, vars, term and terms,但没有一个有效。我浏览了文档,但仍然找不到适合我的目的的正确论点。
var, vars, term and terms
关于这个问题的任何想法或替代方案?
谢谢你。