回归分析: \(g(y)=\beta_{0}+\beta_{1}x_{1}+...+\beta_{k}x_{k}\)
y为连续变量 → 普通线性回归
广义线性模型
啤酒与尿布的故事
针对22996首中文歌曲(844个流行歌手)的歌词分析
山寨版的SPSS,开源的
library(ggplot2) qplot(wt, mpg, data = mtcars)
# Scatterplot x <- c(0.5, 2, 4, 8, 12, 16) y1 <- c(1, 1.3, 1.9, 3.4, 3.9, 4.8) y2 <- c(4, 0.8, 0.5, 0.45, 0.4, 0.3)
Y <- rnorm(50)
library(animation) example(animation)
install.packages("Rcmdr") library(Rcmdr)