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.
Rプログラミング言語で平均二乗残差(MS残差)を見つけるための定義済み関数はありますか? ありがとう。
回帰型モデルについて話していると仮定すると... 1つの関数はわかりませんが、2つを使用する場合は、新しい関数を作成できます(または2つだけを使用できます)。
msResid <- function(model) deviance(model)/df.residual(model)