Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The data set economics in the ggplot 2 package contains US economic time series data. The variables include date ( Month of data collection )

The data set economics in the ggplot2 package contains US economic time series data. The variables include date (Month of data collection), pce (personal consumption expenditures, in billions of dollars), pop (total population, in thousands), psavert (personal savings rate), Guempmed (median duration of unemployment, in weeks), and unemploy (number of unemployed in thousands).
In R:
Load the ggplot2 package: library(ggplot2)
Load the data set economics: data(economics)
Answer the following using the economics data (round to two-digit decimal places):
a. what was the standard deviation of the median duration of unemployment (uempmed) over the years?
weeks
b. What is the correlation between psavert (personal savings rate) and
image text in transcribed

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

Econometric Analysis

Authors: William H. Greene

5th Edition

130661899, 978-0130661890

More Books

Students also viewed these Economics questions

Question

1. What is meant by Latitudes? 2. What is cartography ?

Answered: 1 week ago

Question

What is order of reaction? Explain with example?

Answered: 1 week ago