The Road to Mathematics-sas (11)

Source: Internet
Author: User

Data heartemp;
Set Sashelp.heart;
If bp_status= ' normal ' then delete;* blood pressure is not written to the data set, drop excludes variables, delete excludes observations;
Keep status sex Weight_status bp_status;
Rename bp_status = Bloodpressure;
Run
Proc Print data= heartemp (obs=10);
Run
Data mytemp;
input x y;
Z=x+y;
/* Statistical odd even, evennumber+1 complete accumulation */
If mod (z,2) =0 then evennumber+1;
else oddnumber+1;
Cards
12 55
68 6
8 9
788 999
114 86
28 97
38 67
48 97
78 234
;
Run
Proc Print;

Run

This blog all content is original, if reprint please indicate source http://blog.csdn.net/myhaspl/


The Road to Mathematics-sas (11)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.