[SAS base] Proc freq

Source: Internet
Author: User

General format:

 
1 Proc freq;2 Tables variable_combinations/options;3/*Variable_combinations4If it is a single variable: Table variable-Name;5If multiple variables exist: Table variable-name-1 variable-name-2...;6If it is a cross variable: tables variable-name-1 * variable-name-2;7*/

Common options include:

  1  List: Set cross- tabulations (joined table) is output in List format instead of the default grid.   2   missing: Add missing values to the frequency table (default: not included );   3   nocol: the percentage of output columns is omitted from the output of the join table.   4   norow: the percentage of output rows is omitted in the output of the joined table.   5   nopercent: the output percentage is omitted in the output of the join table.   6  out = data-set; put the frequency table into the centralized data output. Note that the output is not the type of join table presented in the output window, frequency Statistics table 

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.