2016年12月1日

SASchapter3

摘要: 1.SAS函数的定义###表达式中使用函数data a(keep=date y d min);set resdat.idx000001;y=year(date);/*函数year给出变量date的年份*/d=weekday(date);/*函数weekday给出变量date在一周内的哪一天*/min 阅读全文

posted @ 2016-12-01 13:48 徐艺君 阅读(294) 评论(0) 推荐(0)

2016年11月30日

SAS草稿chapter2

摘要: SAS入门内容的ABC,涉及部分均是比较基础的。 阅读全文

posted @ 2016-11-30 18:10 徐艺君 阅读(263) 评论(0) 推荐(0)

2016年10月7日

R 网页数据爬虫1

摘要: 1.WHY R? #1.FOR a software environment with a primarily statistical focus. #2.there will be an amazing visual work. #May be a complete set of operatio 阅读全文

posted @ 2016-10-07 00:29 徐艺君 阅读(1472) 评论(1) 推荐(1)

导航