Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using the following data set and PROC TABULATE, produce the table below. Note that Vaccine is formatted as 0=No and 1=Yes. data FluShot ; input

Using the following data set and PROC TABULATE, produce the table below. Note that Vaccine is formatted as 0=No and 1=Yes.

data FluShot ; input SubID Age CountyCode Sex $ Vaccine ; datalines; 101 17.5 4 Female 0 2 22 4 Male . 302 . 12 Male 1 4 49.5 85 Female 1 55 12 85 Female 0 68 50.2 52 Male 1 77 61 38 Female 1 812 72 4 Male 1 905 65 12 Male 0 10 11 85 Female . 11 33.2 52 . 0 12 42 54 Male 1 138 53 12 Female 1 142 82 12 Female 1 158 91 52 Male 0 16 49 38 Male 1 17 51 38 Male 0 18 101 38 Female 1 108 18.5 38 Male 0 ;

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced Engineering Mathematics

Authors: Erwin Kreyszig

3rd Edition

471507288, 978-0471507284

More Books

Students also viewed these Mathematics questions

Question

Create a multiple choice on Which Python built - ins are sequential

Answered: 1 week ago