Presentation is loading. Please wait.

Presentation is loading. Please wait.

Examine the data Hsien-Ming Lien Dept of Public Finance, NCCU.

Similar presentations


Presentation on theme: "Examine the data Hsien-Ming Lien Dept of Public Finance, NCCU."— Presentation transcript:

1 Examine the data Hsien-Ming Lien Dept of Public Finance, NCCU

2 1.1 Read the data  Read the ASCII file infile must provide the variable name, width, and format  Read the excel file insheet variable names need to be specified  Read the Stata file use c:\regstata\elemapi from the internet

3  cd  dir  use  save

4

5

6

7

8 1.2 Describe the data  Describe the data Data size Observations Variable name Variable type (string, byte, float, etc)

9

10 直接按 ok

11

12  Variables api00/academic performance of the school acs_k3/the average class size in kindergarten through 3rd grade meals/the percentage of students receiving free meals full/the percentage of teachers who have full teaching credentials

13  List All observations Some observations Some variables

14

15

16

17

18 選取變數

19

20

21  Notice the missing values of meals.

22  Codebook Number of values Missing values Distribution of values

23

24 選取變數後按 ok

25

26  summarize Provide concise information about variables Observations Basic statistics (mean, s.d., min, max) Option: details

27

28 選取變數後按 ok

29

30

31

32

33 1.3 Tab the data  Tabulate Tabulate the size of class size

34

35

36

37  Look at the school and district number to check if they are from the same district

38

39

40

41

42

43

44

45

46 1.4 Graph the data  Use graphs to examine the data Histogram Stem and leaf plot

47

48

49

50

51

52

53

54  A stem-and-leaf plot would also have helped to identify these observations.  This plot shows the exact values of the observations, indicating that there were three -21s, two -20s, and one -19.

55  Quiz 1: do a histogram on full  Quiz 2: do a stem-and-leaf plot on full

56

57

58  Let's look at the frequency distribution of full to see if we can understand this better.  The values go from 0.42 to 1.0, then jump to 37 and go up from there. It appears as though some of the percentages are actually entered as proportions, e.g., 0.42 was entered instead of 42 or 0.96 which really should have been 96.

59

60

61

62 Again, let's see which districts these data came from.

63

64

65

66  We note that all 104 observations in which full was less than or equal to one came from district 401.  Let's count how many observations there are in district 104 using the count command.

67

68

69

70 Two ways graphs  Scatterplot: show the joint distribution of two variables  Let's look at the scatterplot matrix for the variables:

71

72

73

74

75 Correct the variable mistakes  acs_k3 Replace the negative values into the positive ones replace acs_k3=-acs_k3 if acs_k3<0  Full Change from the percentage to the proportion replace full=full*100 if full<=1

76

77

78

79

80

81

82  save elemapi, replace


Download ppt "Examine the data Hsien-Ming Lien Dept of Public Finance, NCCU."

Similar presentations


Ads by Google