随笔分类 - Big Data
摘要:第1程序: Lists,why would you need them? Lists,why would you need them? 100xp Congratulations! At this point in thecourse you are already familiar with: V
阅读全文
摘要:第1程序: What's a dataframe? 100xp You may remember from the chapter aboutmatrices that all the elements that you put in a matrix should be of the samety
阅读全文
摘要:第1程序 What's a factor and why would you use it? 100xp In this chapter you dive into the wonderful world of factors. The term factor refers to a statist
阅读全文
摘要:第1程序 What's a matrix(矩阵)? 100xp In R, a matrix is a collection of elements of the same data type (numeric, character, or logical) arranged into a fixe
阅读全文
摘要:第1程序: Vector selection: the good times (2) 第1程序: Vector selection: the good times (2) How about analyzing your midweek results? To select multiple(多种)
阅读全文
摘要:其实学习R感觉还挺快的,可能是刚开始学习吧,前面都是一些基础,有点编程基础的可能会入门快一些 在(一)中, 我提到了DataCamp 其实官网上是提供啦,两种还一个是 try R http://tryr.codeschool.com/ 这个网站我没有探索,如果大家觉得,DataCamp 用起来没有那
阅读全文
摘要:其实之前我学习R语言,很是迷茫,不知道从何下手,想找一些视频,但是网上的视频不只少的可怜,而且还收费,对于开源的R来说就显得那么的悲剧啦,然后我想还是找一些书看一下吧,也不知道买什么书,还害怕买完后,不愿意看,然后就是PDF,找了一些PDF的书,单数吸收的没这么好,感觉都跨度挺大的,没有从基础语法讲
阅读全文
摘要:ps:内容来源于网络,仅供学习参考,请勿用于商业用途 主要是补充部分: 附上参考学习代码(二): ################# ######验证:无论随机变量原来服从哪种分布,只要样本容量足够大, #########其均数都会服从正态分布 ###1.正态分布#### a<-rnorm(1000
阅读全文
摘要:通过网易云课堂进行的学习: 第四节 输入文件地址时,上下级之间使用一个反斜杠或者两个斜杠 setwd("d:/Rstudy/code") setwd("d:\\Rstudy\\code") 安装包 install.packages("ggplot2") 加载包 library(ggplot2) 创建
阅读全文
摘要:简单历史: 1968年 斯坦福大学的三位学生创建了SPSS 1984年: 推出啦世界上第一个微机版本SPSS 2010年SPSS公司被IBM公司并购IBM SPSS SPSS的基本功能: 数据管理 统计分析 图表分析 输出管理 统计分析功能: 描述性统计 均值比较 一般性线模型 相关分析 回归分析
阅读全文
浙公网安备 33010602011771号