『壹』 已经毕业的学生还可以用sas student么
sas student其实很多功能还不全,如果还想继续学习sas可以在淘宝或者论坛找sas 9.3 或者9.4安装
『贰』 SPSS\SAS\SYSTAT,谁知道他们的价格分别是多少 谢谢各位达人.
SPSS有免费版 SAS的价格太贵 只有大型企业才会用
『叁』 北京-丹麦机票,学生有优惠吗
Sorry i'm not using my computer so I cannot type Chinese.
Normally you can ask some travel agency, and they might have some special discount.
Or you can try to book tickets on www.sas.dk, there is English website
『肆』 求助SAS认证考试问题
第一个问题不太清楚,因为我当时报名就是用的护照和美国驾照。不过你可以发邮件去问一下,回复很快的。
第二个问题,申请学生折扣的时候,只要提供有你名字,学校名字的成绩单,或者学生卡什么的就可以。。。所以如果用别人的学生证,名字应该是个问题。。。
SAS Global Certification exams are available at a 50% discount off the standard, full-price, published fees for those in the field of academia.
Requests for a discount voucher must be made prior to registering for your SAS Global Certification exam.
Eligibility and Guidelines
We offer 50% off exam fees to employees, ecators, teachers, students, faculty and staff associated with academic institutions and school districts.
Discounted vouchers are valid for approximately 6 weeks from the current date and cannot be extended so being prepared to take and register for your exam ring this timeframe is advised. Vouchers are valid for one exam attempt and are non-transferrable and must be used by the indivial who applies. Only one voucher is issued per request. If you wish to take additional exams after utilizing a voucher, you must reapply.
To apply for the discount voucher, we request one of the following as proof of affiliation for verification:
a current, dated letter on university letterhead with the department head or other administrator's signature with information on your enrollment or employment
a of your current semester transcript with the university name, your name, and courses you are currently taking
a student ID or staff ID with expiration date.
We reserve the right to ask for additional information if needed for verification. I-20s are not accepted as proof.
Please FAX proof to 919-677-4444 (Attention: SAS Certification) or provide an electronic via e-mail to [email protected]. Please include your e-mail address with your faxed request. Upon receipt of your information and verification, a 50% off voucher will be e-mailed to you.
『伍』 我听说SAS是最权威的统计软件,是不是学好SAS在统计界就足够了呢谢谢
统计的工作是什么?定义:收集、整理、分析和表述数据。统计软件在收集数据中一般用处不大(只有试验设计可能需要计算机生成试验表),而后三部分则处处需要软件的帮助。sas你能用好就很牛了。一般工作确实只需要excel,它的功能已经足够强大了,特别是2007版。但是还有很多功能是excel不能提供的,作为专业人士,还是要精通sas吧。 下面是我对各个统计软件的看法,需不需要多学就看楼主自己啦Stata软件Stata统计软件由美国计算机资源中心(Computer Resource Center)1985年研制。特点是采用命令操作,也可以菜单操作,程序容量较小,统计分析方法较齐全,计算结果的输出形式简洁,绘出的图形精美。不足之处是数据的兼容性差,占内存空间较大,数据管理功能需要加强。网址: http://www.stata.com 。Stata是各种商业统计软件中我最喜欢的一款(先声明我没有收取广告费),当然不管什么统计软件在我眼中都离R差远了,但是Stata确实做得还不错,虽然它的名声远不如SAS和SPSS,但其统计模块非常齐全,打开看看菜单就知道了。尤其是计量经济学和医学统计的人,如果惧怕写代码,不妨试试Stata。它分析小型数据应该是非常顺手,但能读取的数据种类有限,据我所知基本上仅仅是纯文本数据和Stata本身的数据(*.dta),而且计算受内存大小和程序版本种类限制,所以无法处理特大型的数据。在用Stata菜单操作的时候它同时会在屏幕上输出与菜单对应的程序代码,因此若不熟悉Stata编程,可以通过这样的过程逐步学习,而且有些操作用菜单不方便实现,此时就可以结合不同的程序命令来完成。(例如指定模型中的分类变量要用xi:命令,但它在模型的菜单中无法直接指定,所以可以直接把xi:加到模型命令的前面)另外需要提及的是,Stata自身有一本刊物Stata Journal,里面的内容比较学术,都是结合Stata命令讲一些统计方法如何实现,不过这本刊物要收费,这点对于学生来说是个比较大的障碍。所以话说回来,要看这类文章还是看R News吧,它不但不收费,而且文章质量也都比较高,明年就要更名为The R Journal了。SAS软件SAS是英文Statistical Analysis System的缩写,即统计分析系统,最初由美国北卡罗来纳州立大学两名研究生开始研制,1976年创立SAS公司,2003年全球员工总数近万人,统计软件采用按年租用制。SAS系统具有十分完备的数据访问、数据管理、数据分析功能。SAS系统是一个模块组合式结构的软件系统,共有三十多个功能模块。SAS是用汇编语言编写而成的,通常使用SAS需要编写程序。网址: http://www.sas.com 。我在COS论坛( http://cos.name/bbs )上对SAS的介绍是“庞大的统计分析系统”,并没有强调它在统计分析方面的所谓优势。论坛上有几位朋友认为SAS编写代码的方式已经非常“恐龙级”了,对此我基本认同,不过鉴于我对SAS了解并不深入,所以不敢大放厥词。总之,“大”未必好,甚至以小人之心去揣测一下,也许“大”意味着代码臃肿。总之我们也看不到源代码,不知道它的统计分析代码怎么能写到七张光盘那么大。R的Windows安装文件30M,源文件16M左右。别的不多说了,据我了解,我周围上下的同学在SAS上面花时间最多的是学习怎么把这个大家伙装进自己的电脑,然后道听途说一个proc名称,就开始把数据导进来写上几个变量名,然后提交run,直到有一天终于有了长达30页的报表了,就高兴了。大家不妨对照看看自己是不是这么做的。SPSS软件SPSS是Statistical Package for Social Science的缩写(后来改成什么服务Service了),即社会科学统计程序包,20世纪60年代末由美国斯坦福大学的三位研究生研制,1975年在芝加哥组建SPSS总部。SPSS系统特点是操作比较方便,统计方法比较齐全,绘制图形、表格较有方便,输出结果比较直观。网址: http://www.spss.com 。算了,SPSS没什么好写的,自己打开看就是了。懂统计的不用学,不懂统计的学了也白学。反正要是不懂统计你总懂点右上角那个OK按钮吧。SPSS是傻瓜软件,所以有时候开玩笑戏称之为Stupid Package for Social Science。
『陆』 SAS证书的作用是什么
SAS中国认证证书的作用:代表着获证人员的SAS软件实际应用水平,并对企业选人、用人具有重要指导意义。
SAS中国专业认证是公认的数据挖掘和商业智能领域的权威认证,它参照SAS全球认证体系标准,专门针对中国企业的实际情况设计。
在全球化市场竞争的大环境下,商业智能已成为热门技术,国内企业对精细化管理、定量分析、风险控制等业务越来越重视, 纷纷组建或扩大商业智能和业务分析团队。获取SAS全球统一的专业认证,既是技术实力的体现,也会职场有较大帮助。
而且,该认证也可作为企业拔擢专业人才、分派工作任务的一项可靠的标准,从而有效提高企业使用SAS产品的整体技能。
(6)sas学生优惠扩展阅读:
SAS中国认证面向广大就业学生,设立五个角色的定位:
1、SAS程序员
2、SAS业务分析师
3、SAS数据挖掘
4、SAS系统开发专家
5、SAS系统管理专家
为了获得SAS证书,考生需要到SAS中国认证中心网站进行报名参加考试。SAS中国认证考试由各地认证考试中心统一组织执行,考场地址、地图、电话和开始考试时间各地认证考试中心会继续更新,考生考前务必再次确认。若本地考试中心电话未接通,应联系SAS中国认证中心报名参加考试。
『柒』 你知道SAS(上海美国学校)吗
上海美国学校
地 址:上海市诸翟镇金丰路258号
总 机:8621-62211445
传 真:8621-62211445
建筑面积:29英亩
工程特点:供在专中国工作学籍的属外籍人士的子 女就学,具有世界影响的工程
监控点数:目前5,000多个
完成工期:2000年1月
上海美国学校是上海规模最大的一所国际学校,1912年由美国领事馆于创立,1949年中断,1980年复校。上海美国学校有浦东和浦西两个校区。学校的2000多名学生分别来自44个国家和地区,包括幼儿园、小学,初中、高中等。
上海美国学校由美国投资,隶属国际美国学校,主要为在沪外籍人士子女上学使用。
(网络有介绍)
『捌』 我在医院检查sas和sds医生说中度抑郁 叫我喝一年的药 请问那个准不准 如果我不进行治疗 会有什
这个测试是准的,不吃药会有影响,虽然不清楚你的抑郁根源,但是抑郁已经不仅仅是心里版难过这种心权理问题~是因为你过度长期情绪不好已经产生了某些化学物质在摧残你的身体,导致各机能都有所损伤,所以吃药就是抑制这些物质的产生,而且单靠吃也是治标,给你缓冲时间调节自己进行积极治疗~建议再去权威医院测验一下~确诊的话要做好吃药准备~仅供参考~因为中度属于中间带,积极治疗是会康复的~加油撒~我是心理系学生,此是我的了解~不去再去别的权威医院做下诊断
『玖』 sas 程序求助
1. 10名学生各科考试成绩按科列在一行中,如下所示:
英语 88 77 78 89 97 90 82 93 91 90
计算机 99 98 92 90 80 82 88 89 87 96
政治 90 98 93 89 83 87 88 80 94 85
请使用转置,并求出各科的平均成绩。
data tt;
input course$ x1-x10;
cards;
英语 88 77 78 89 97 90 82 93 91 90
计算机 99 98 92 90 80 82 88 89 87 96
政治 90 98 93 89 83 87 88 80 94 85
;
run;
proc print;run;
proc transpose data=tt out=tm;
var x1-x10;
run;
proc print;
sum col1-col3;
run;
2. 不用SAS函数,用SAS数据步编程计算二项分布 的概率分布和累计概率。
data tmp(keep=k pnk fnk);
n=20;p=0.36;
array fn(0:50);
fn(0)=1;
do m=1 to n;
fn(m) = fn(m-1) * m;
end;
do k=0 to n;
pnk = fn(n)/(fn(k)*fn(n-k)) * p**k * (1-p)**(n-k);
fnk + pnk;
output;
end;
run;
proc print noobs label;
label pnk='概率' fnk='累积概率';
run;
proc gplot;
plot pnk*k;
symbol v=dot c=red i=join;
run;
大致应该是如此吧~希望回答对你有帮助
『拾』 sas认证考试的费用是多少学生的话打几折呢
关于SAS认证和考试
1、SAS认证的应用行业及职业前景
SAS全球专业认证是国际上公认的数据挖掘和商业智能领域的权威认证,随着我国IT环境和应用的日渐成熟,以上两个领域将有极大的行业发展空间。获取SAS全球专业认证,为您在数据挖掘、分析方法论领域积累丰富经验奠定良好的基础,帮助您开辟职业发展的新天地。
2、SAS认证的有效期
目前SAS五级认证没有特定有效期,但是时间太久或版本太老的认证证书会有所贬值。
3、五级认证的关系
五级认证为递进式关系,即只有通过上一级考试科目才能参加下一级认证考试。
4、SAS全球认证的考试方式
考试为上机考试,时间2个小时,共70道客观题。
5、参加SAS认证考试的时间、地点、如何报名?
就近选择普尔文考试中心授权考点报名,报名时应携带身份证并交纳考试费用,同授权考点预约考试时间。
6、考试费用:¥1035元
7、答对多少题才能通过考试?
答对65%以上的题目才能通过认证考试。
8、我已通过认证考试,什么时候才能收到认证证书?
通常在一个月以内,您将收到SAS从美国Cary寄来的证书。
9、考点/考纲
SAS Base Programming Exam
Accessing Data
Use FORMATTED, LIST and COLUMN input to read raw data files
Use INFILE statement options to control processing when reading raw data files
Use various components of an INPUT statement to process raw data files including column and line pointer controls, and trailing @ controls
Combine SAS data sets using the DATA step
Creating Data Structures
Create temporary and permanent SAS data sets
Create and manipulate SAS date values
Use DATA Step statements to export data to standard and comma delimited raw data files
Control which observations and variables in a SAS data set are processed and output
Managing Data
Investigate SAS data libraries using base SAS utility proceres
Sort observations in a SAS data set
Conditionally execute SAS statements
Use assignment statements in the DATA step
Modify variable attributes using options and statements in the DATA step
Accumulate sub-totals and totals using DATA step statements
Use SAS functions to manipulate character data, numeric data, and SAS date values
Use SAS functions to convert character data to numeric and vice versa
Process data using DO LOOPS
Process data using SAS arrays
Generating Reports
Generate list reports using the PRINT and REPORT proceres
Generate summary reports and frequency tables using base SAS proceres
Enhance reports through the use of labels, SAS formats, user-defined formats, titles, footnotes and SAS System reporting options
Generate HTML reports using ODS statements
Handling Errors
Identify and resolve programming logic errors
Recognize and correct syntax errors
Examine and resolve data errors
SAS Advanced Programming Exam
This exam is currently available in proction form. This exam is one of two exams in the SAS Certified Advanced Programmer track. This credential requires the successful completion of the SAS Base Programming or SAS Core Concepts V8 exam and the SAS Advanced Programming exam. The SAS Advanced Programming Exam contains 65 questions, 42 of which must be answered correctly to receive a passing score. Please note: Successful completion of the retired V8 Core Concepts Exam will also be accepted as a prerequisite for the SAS Certified Advanced Programmer track.
Accessing Data Using SQL
Generate detail reports by working with a single table or joining tables using PROC SQL and the appropriate options
Generate summary reports by working with a single table or joining tables using PROC SQL and the appropriate options
Construct subqueries within a PROC SQL step
Compare solving a problem using the SQL procere versus using traditional SAS programming techniques
Access Dictionary Tables using the SQL procere
Demonstrate advanced PROC SQL skills by creating and updating tables, updating data values, working with indexes using the macro interface/creating macro variables with SQL, defining integrity constraints, SQL views and SET operators
Macro Processing
Creating and using user-defined and automatic macro variables within the SAS Macro Language
Automate programs by defining and calling macros using the SAS Macro Language
Understand the use of macro functions
Recognize various system options that are available for macro debugging and displaying values of user-defined and automatic macro variables in the SAS log
Advanced Programming Techniques
Demonstrate advanced data set processing techniques such as updating master data sets, transposing data, combining/merging data, sampling data using generation data sets, integrity constraints and audit trails
Rece the space required to store SAS data sets and numeric variables within SAS data sets by using compression techniques, length statements or DATA step views
Develop efficient programs by using advanced programming techniques such as permanent formats and array processing
Use SAS System options and SAS data set options for controlling memory usage
Control the processing of variables and observations in the DATA step
Create sorted or indexed data in order to avoid unnecessary sorts, eliminate plicate data and to provide more efficient data access and retrieval
Use PROC DATASETS to demonstrate advanced programming skills (e.g. renaming columns, displaying metadata, creating indexes, creating integrity constraints, creating audit trails)