admin管理员组

文章数量:1623567

R语言glm函数拟合回归模型时其它常用的函数介绍(summary、coefficients、confint、fitted、residuals、anova、plot、predict、deviance、df.residual)

目录

R语言glm函数拟合回归模型时其它常用的函数(summary、coefficients、confint、fitted、residuals、anova、plot、predict、deviance、df.residual)

#广义线性模型(Generalized linear models)

#R语言广义线性模型函数GLM、GLM函数的语法形式(Generalized linear models and the glm function)

 #R语言广义线性模型函数GLM、glm函数常用的连接函数(link function)、以logit连接函数、log连接函数、identity连接函数为例

 #R语言lm函数拟合回归模型时其它常用的函数(summary、coefficients、confint、fitted、residuals、anova、vcov、AIC、plot、predict)

#R语言glm函数拟合回归模型时其它常用的函数(summary、coefficients、confint、fitted、residuals、anova、plot、predict、deviance、df.residual)


#广义线性模型(Generalized linear models

利用回归和方差分析,我们探索了线性模型,这些模型可以用来从一组连续和/或分类的预测变量中预测正态分布的反应变量(注意对resp

本文标签: 函数模型常用语言summary