0 of 6 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 6 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0) 0 Essay(s) Pending (Possible Point(s): 0)
This command returns an error message because there are multiple variables that start with the word ‘hindi’ (e.g. hindi_bl, hindi_ely1, etc.).
Stata recognizes ‘su’ as an abbreviation of ‘summarize’. The variables that start with the word ‘hindi’ are all numeric and thus can be included in calculations. You can specify an observation range with ‘summarize’.
Enter the command ‘sum *b?’ and count the 7 variables: assessed_bl, total_bl, hindi_bl, math_bl, english_bl, child_class_bl, child_age_bl.
Enter the command ‘sum *b*’ and count the 8 variables (all of the ones included with *b? plus child_num_absences): assessed_bl, total_bl, hindi_bl, math_bl, english_bl, child_class_bl, child_age_bl, child_num_absences. child_num_absences is included because there is a ‘b’ in the variable name followed by six more characters. child_num_absences was not included in the last question because the ? wildcard is restricted to a single character.
Enter the command ‘sum english_bl’
You can also read the SD value off of the command ‘sum english_bl’
To view the median value, you must add the ‘detail’ option to the summarize command: ‘sum english_bl, det’
1. Why does the command “su hindi in 1/5” return an error message?
2. How many variables are included in the variable list “*b?”?
3. How many variables are included in the variable list “*b*”?
4. What is the average English baseline test score? Round to the nearest 0.1.
5. What is the standard deviation for English baseline test scores? Round to the nearest 0.1.
6. What is the median English baseline test score? Round to the nearest 0.1.
27 November 2024
18 November 2024
13 November 2024
11 November 2024
5 November 2024
25 October 2024
22 October 2024
21 October 2024
12 September 2022
Username or Email Address
Password
Remember Me