摘要: > ######因子分析 > pt<-read.csv("profile_telecom.csv") > head(pt) ID cnt_call cnt_msg cnt_wei cnt_web 1 1964627 46 90 36 31 2 3107769 53 2 0 2 3 3686296 2 阅读全文
posted @ 2020-10-28 22:43 瑶池里 阅读(1825) 评论(1) 推荐(0)
摘要: > #########主成分分析与因子分析 > setwd("/Users/yaozhilin/Downloads/R_edu/data") > pt<-read.csv("profile_telecom.csv") > head(pt,5) ID cnt_call cnt_msg cnt_wei 阅读全文
posted @ 2020-10-28 22:29 瑶池里 阅读(460) 评论(0) 推荐(0)