Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This problem set will look at how countries with low and high income differ from each other. All data we look at are from 2

This problem set will look at how countries with low and high income differ from each other. All data we look at are from 2017.
First, load the data required for this problem set. The datafile is a csv file called Pset_1_Data.csv.
Problem 1: Descriptive Statistics
a) Please calculate and report the overall mean, median and standard deviation of the following two variables: Ease of Doing Business (Ease_Business) and the Level of Democracy (polity).
The Ease of Doing Business Index is an index calculated by the World Bank each year. It is meant to capture how conducive a countrys regulatory environment is to starting and operating a company. The index ranges from 1 to 190, whith higher numbers indicating more Ease of Doing Business.
The Polity score is a commonly used measure of democracy. It ranges from -10(total autocracy) to 10(total democracy).
str(Pset_1_Data)
## spc_tbl_[207 x 16](S3: spec_tbl_df/tbl_df/tbl/data.frame) library(readr)
Pset_1_Data <- read_csv("Pset_1_Data.csv")

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2014 Administration

Authors: Adam Jorgensen, Bradley Ball

1st Edition

111885926X, 9781118859261

More Books

Students also viewed these Databases questions

Question

Define facework and identify three primary facework strategies

Answered: 1 week ago