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.
所以我有一个像
glm(y~a+b+c+d, df)
如果“a”在观察中有 NA,我希望它自动将模型调整为
glm(y~b+c+d, df)
只是为了那个观察。