subject
Computers and Technology, 20.06.2020 17:57 astra

Use the Output Delivery System (ODS) in conjunction with the FREQ procedure to create a temporary SAS data set calledincome2 that when printed in its entirety looks like the following: That is, tell SAS to create a data set with the observations containing the number of ICDB subjects (Frequency) for each combination of gender (sex) and marital status (mar_st) (_TYPE_ = 11), as well as the total number for each gender (_TYPE_ = 10), the total number for each marital status (_TYPE_ = 01), and the total overall number (_TYPE_ = 00).
Some helpful comments:
You'll have to sort the data set so that it can be processed by income. When you do so, select only those observations "where" income is not equal to missing.
You'll have to use the ODS TRACE statement to determine which output object is created for income = 2, that is, for an income of at least $30,000.
The _TYPE_ variable is created when you make an output data set using the FREQ procedure.
To suppress the unnecessary default statistics determined in the FREQ procedure, you'll have to use the NOROW, NOCOL, and NOPERCENT options on the TABLE statement.
You'll have to drop a few unnecessary variables from your output data set to get your data set to look like the one above.
To create a table that is formatted like the above, print the income2 data set by sending it to an RTF destination. Note that when you create RTF files, you have to close the SAS Results Viewer between attempts.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:00
You have inserted new slides based on a word outline. how do you format these new slides to match the powerpoint presentation formatting? a. select all slides in the presentation and click format on the home tab. b. select the new slides and click reset on the home tab. c. select all slides in the presentation and click reset on the home tab. d. select the new slides and click format on the home tab.
Answers: 3
question
Computers and Technology, 23.06.2019 04:00
In a word processing program, such as microsoft word, which feature to you choose the desired picture enhancement?
Answers: 2
question
Computers and Technology, 23.06.2019 05:00
Jason works as an accountant in a department store. he needs to keep a daily record of all the invoices issued by the store. which file naming convention would him the most?
Answers: 2
question
Computers and Technology, 24.06.2019 05:30
How do i get rid of my member ship for
Answers: 2
You know the right answer?
Use the Output Delivery System (ODS) in conjunction with the FREQ procedure to create a temporary SA...
Questions
question
Mathematics, 03.12.2020 14:00
question
Mathematics, 03.12.2020 14:00
question
Chemistry, 03.12.2020 14:00
question
Mathematics, 03.12.2020 14:00
question
Biology, 03.12.2020 14:00
question
Chemistry, 03.12.2020 14:00
Questions on the website: 13722363