01 App Econ Intro

01 App Econ Intro

University

6 Qs

quiz-placeholder

Similar activities

03_Asymp and Distr

03_Asymp and Distr

University

6 Qs

05_OrLeSq_2

05_OrLeSq_2

University

6 Qs

09 Heteroscedasticity

09 Heteroscedasticity

University

5 Qs

Quiz-Session10

Quiz-Session10

University

7 Qs

Kuis Lab 1 - Pengenalan Ekonometrika

Kuis Lab 1 - Pengenalan Ekonometrika

University

10 Qs

Test on Applied Econometrics

Test on Applied Econometrics

University

10 Qs

Medicare Overpayments

Medicare Overpayments

12th Grade - Professional Development

10 Qs

Commanding the Line

Commanding the Line

University

9 Qs

01 App Econ Intro

01 App Econ Intro

Assessment

Quiz

Other

University

Medium

Created by

Ira Simankova

Used 5+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is Stata's file extension ending?

.Statadata

.dat

.dta

.csv

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is a do-file?

A text file where you can save all the commands of your code.

A file that is created automatically saving all the commands you have run from the command line.

It is something not relevant to Stata.

It is a data format.

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is correct about log-file?

It is useless.

Log file can only be created from a do file.

Log file is Stata data format.

It allows you to make a full record of your Stata session.

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

How to drop all the variables?

clear

drop all

a) and b) are correct

None of the above

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What does "label variable inc "Income in US dollars"" command do?

It assigns labels to the values of the variable inc.

It assigns a label "Income in US dollars" to variable inc, providing user with more information.

It changes the name of variable inc to "Income in US dollars".

You will get an error message.

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

How to execute a command?

Run a line of code from a do-file.

Run a line of code from the command window.

Using point and click interface.

All of the above.