SAS系统统计程序详解:从PROCMEANS到PROCSCORE

需积分: 49 165 下载量 116 浏览量 更新于2024-08-10 收藏 4.88MB PDF 举报
"这篇文档是关于SAS编程的教程,主要涵盖了SAS系统中用于描述性统计分析的各种程序,如PROC MEANS、PROC SUMMARY、PROC UNIVARIATE、PROC CHART、PROC TABULATE、PROC CORR、PROC PLOT、PROC STANDARD、PROC RANK和PROC SCORE。教程详细解释了这些程序的功能、用法、示例和注意事项,旨在帮助用户理解和应用SAS进行数据统计分析。" SAS是一个强大的统计分析软件,文档中提到了几种关键的统计程序: 1. **PROC MEANS** 和 **PROC SUMMARY**:这两个程序主要用于计算数据的描述性统计量,如均值、中位数、标准差等。PROC SUMMARY提供了更丰富的选项来控制输出内容。 2. **PROC UNIVARIATE**:用于单变量的统计分析,包括计算分布特征、异常值检测和绘制概率图。 3. **PROC CHART**:用于创建各种统计图表,如直方图、控制图等,便于可视化数据分布和趋势。 4. **PROC TABULATE**:用于生成统计表格,可以交叉对比多个变量的统计量,支持复杂的定制化输出。 5. **PROC CORR**:计算变量间的相关系数,用于评估变量间的关系强度。 6. **PROC PLOT**:绘制各种类型的图形,包括散点图、线图、直方图等,可以进行多图的叠加显示。 7. **PROC STANDARD**:将变量转换为标准分数(Z得分),使得不同变量可以进行比较。 8. **PROC RANK**:对变量进行排名操作,输出变量的秩信息。 9. **PROC SCORE**:用于计算新观测值的因子得分或预测值,常用于预测模型。 在使用这些程序时,需要注意变量的选择、加权值的应用(如在LOGISTIC回归中)以及数据的预处理(如排序和分组)。例如,使用`BY`指令可以按特定变量将数据分组,然后对每个组分别进行分析;`WEIGHT`指令可以指定观测的权重,影响分析结果。此外,`ALPHA`参数用于设置置信水平,如设置`ALPHA=0.05`得到95%的置信区间。 通过学习这些SAS程序,用户能够有效地探索数据,进行统计推断,以及构建和评估模型,从而在科研、教育和业务决策中发挥重要作用。

Casola, V., & Castiglione, A. (2020). Secure and Trustworthy Big Data Storage. Springer. Corriveau, D., Gerrish, B., & Wu, Z. (2020). End-to-end Encryption on the Server: The Why and the How. arXiv preprint arXiv:2010.01403. Dowsley, R., Nascimento, A. C. A., & Nita, D. M. (2021). Private database access using homomorphic encryption. Journal of Network and Computer Applications, 181, 103055. Hossain, M. A., Fotouhi, R., & Hasan, R. (2019). Towards a big data storage security framework for the cloud. In Proceedings of the 9th Annual Computing and Communication Workshop and Conference (CCWC), Las Vegas, USA (pp. 402-408). Rughani, R. (2019). Analysis of Security Issues and Their Solutions in Cloud Storage Environment. International Journal of Computer Trends and Technology (IJCTT), 67(6), 37-42. van Esbroeck, A. (2019). Zero-Knowledge Proofs in the Age of Cryptography: Preventing Fraud Without Compromising Privacy. Chicago-Kent Journal of Intellectual Property, 19, 374. Berman, L. (2021). Watch out for hidden cloud costs. CFO Dive. Retrieved from https://www.cfodive.com/news/watch-out-for-hidden-cloud-costs/603921/ Bradley, T. (2021). Cloud storage costs continue to trend downward. Forbes. Retrieved from https://www.forbes.com/sites/tonybradley/2021/08/27/cloud-storage-costs-continue-to-trend-downward/?sh=6f9d6ade7978 Cisco. (2019). Cost optimization in the multicloud. Cisco. Retrieved from https://www.cisco.com/c/dam/en/us/solutions/collateral/data-center-virtualization/cloud-cost-optimization/cost-optimization_in_multicloud.pdf IBM. (2020). Storage efficiency solutions. IBM. Retrieved from https://www.ibm.com/blogs/systems/storage-efficiency-solutions/ Microsoft Azure. (n.d.). Azure Blob storage tiers. Microsoft Azure. Retrieved from https://azure.microsoft.com/en-us/services/storage/blobs/#pricing Nawrocki, M. (2019). The benefits of a hybrid cloud strategy for businesses. DataCenterNews. Retrieved from https://datacenternews.asia/story/the-benefits-of-a-hybrid-cloud-strategy-for,请把这一段reference list改为标准哈佛格式

2023-05-29 上传