Question: Summarizing data example: manually read in data ( Chapter 2 ) A sample of 1 5 people aged 6 5 or older currently take the

Summarizing data example: manually read in data (Chapter 2)A sample of 15 people aged 65 or older currently take the following number of medications:2,5,2,1,3,6,4,2,5,1,2,7,8,0.(a) Read the data into Stata. There are several was to do this.(1) Use command input. In the command line give a series of commands:input medsendor (2) Create a .csv file and then File / Import / Text data or in the command line give command import delimited .... or (3) Use the Stata data editor accessed by Data / Data Editor(b) Obtain summary statistics from Statistics menu or more simply give command summarize.(c) Give the inter-quartile range (this requires the detail option of the command summarize). So summarize, detail(d) List the first five observations using Stata command list in 1/5(e) Obtain a table of frequencies for these data using Statistics / Summaries, tables and tests /Frequency tables / One-way table.What simple Stata command would provide this?(f) Obtain a histogram using Graphics / Histogram and choosing the Data are discrete option to have a bin width of one for these discrete data.What simple Stata command would provide this?Do the data appear to be normally distributed?(g) Obtain a smoothed histogram using Graphics / Smoothing and Densities / Kernel density estimation and within this select variable medsWhat simple Stata command would provide this?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!