Font size
WorksheetsQUIZ
Total questions: 42
Worksheet time: 17mins
STATA is NOT a command driven statistical package.
True
False
STATA's original name was ______.
DiAL
SPSS
S
R
In STATA, missing values for string and numeric variables are represented by dots (.) and blanks, respectively.
True
False
This STATA command is use to change the working directory.
cd
change
c
cw
Which STATA window displays all variables that the currently used dataset contains and the newly created variables?
Variables
Results
Command
Review
Which STATA window displays properties of your variables and dataset?
Variables
Results
Properties
Review
Which STATA window allows you to enter, edit, and execute STATA commands?
Variables
Results
Command
Review
STATA uses one line commands which can be entered one command at a time.
True
False
This STATA command allows you to type data directly into the dataset in memory.
type
input
infile
insheet
STATA is a portmanteau of the word “statistics” and “data”
True
False
In Stata terms, data in memory is termed the "master dataset" while dataset to be merged is called the “using” dataset"
True
False
This STATA command is used to add more observations (rows).
add
append
merge
combine
The merge command combines datasets by stacking them row-wise, adding more observations of the same variables
True
False
Missing numeric values in Stata are represented by dot (.)
True
False
This basic data management technique in STATA gives text descriptions to the numerical values of a variable.
Defining
Recoding
Labeling
Describing
This STATA command converts number variables stored as strings to numeric.
tostring
decode
encode
destring
Which of the following is a type of merging in STATA?
one to one
one to many
many to one
many to many
all of the above
Observations in each dataset to be merged should be linked by a unique id variable/identifier.
True
False
This STATA command changes the name of a variable.
rename
recode
replace
relabel
In merging, STATA will only output how many observations were successfully merged.
True
False
The import excel command reads worksheets from Microsoft Excel (.xls and .xlsx) files.
True
False
Data files stored in Stata’s format are known as _____.
.xls files
.mdb files
.dta files
.do files
Double clicking on a .dta file in Windows will open up the data in a new instance of Stata (not in the current instance)
True
False
This STATA command loads the STATA dataset.
load
infile
import
use
he file extension used for do-files is _____.
.do
.ado
.dta
.xlsx
To run a command from the do-file, highlight part or all of the command, and then hit ______.
Ctrl + R
Ctrl + D
Ctrl + S
Ctrl + F
This STATA command opens the do file editor.
doinfile
edit
doedit
dofile
Multiple commands can be selected and executed in the do-file editor.
True
False
Comments, which are not executed, are usually preceded by * and are colored ____
red
blue
orange
green
Which of the following is NOT a command to examine or view your data in STATA?
browse
list
desribe
code
Use sort with + or – before each variable to specify ascending and descending order, respectively
True
False
This STATA command open help page.
search
learn
view
help
Histograms plot distributions of variables by displaying counts of values that fall into intervals of the variable.
True
False
Drop command removes the selected variables and keeps the rest.
True
False
_________ is the representation of data in visual formats such as graphs.
Data gathering
Data management
Data visualization
Data analysis
This type of graph displays the median, the interquartile range, (IQR) and outliers (beyond 1.5*IQR).
scatter
bar
two-way bar graph
boxplot
This STATA command preserves the selected variables and drops the rest.
drop
keep
tab
select
This graph explore the relationship between 2 continuous variables.
scatter
bar
two-way bar graph
boxplot
In two-way bar graphs, this option will color the bars by the first over() variable.
asyvars
color
highlight
over
Stata is an easy to use but powerful software that features strong capabilities in data management and analysis.
True
False
What are your insights/realizations about STATA?
How can you apply what you learn in this training in your work?
