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)
その観察のためだけに。