01 App Econ Intro

01 App Econ Intro

University

6 Qs

quiz-placeholder

Similar activities

Medicare Overpayments

Medicare Overpayments

12th Grade - Professional Development

10 Qs

Certified Ethical Hacker 2

Certified Ethical Hacker 2

University

10 Qs

09 Heteroscedasticity

09 Heteroscedasticity

University

5 Qs

Autocad dasar

Autocad dasar

University

11 Qs

Module 6: Defensive Security

Module 6: Defensive Security

University

10 Qs

Medicare Part B Secondary Payer

Medicare Part B Secondary Payer

12th Grade - Professional Development

10 Qs

Migrating Data

Migrating Data

University

10 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.