Sample Data: Life Cycle Savings

Life-cycle savings hypothesis study

Originator: Arnie Sterling

(5 columns, 50 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Sample Data: Life Cycle Savings"]
Out[1]=

View the data:

In[2]:=
ResourceData["Sample Data: Life Cycle Savings"]
Out[2]=

Visualization

Generate a grid showing the disposable income by the percentages of the population under 15 years old and over 75 years old:

In[3]:=
With[{under15 = ResourceData["Sample Data: Life Cycle Savings"][
    All, {"DisposableIncome", "PopulationUnder15"}],
  over75 = ResourceData["Sample Data: Life Cycle Savings"][
    All, {"DisposableIncome", "PopulationOver75"}]},
 ListPlot[{Values@Normal[under15], Values@Normal[over75]}, PlotRange -> All, PlotMarkers -> {Automatic, 7}, AxesLabel -> {"Disposable Income ($)", "Population (%)"}, PlotLegends -> {"Under 15", "Over 75"}]]
Out[3]=

Wolfram Research, "Sample Data: Life Cycle Savings" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.27206.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information