Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdp

Gross Domestic Product (per capita)


Description

This dataset corresponds to the per capita gross domestic product (current US$) of 190 countries during 2010.

Usage

data(gdp)

Format

A data frame with 190 observations on the following 2 variables.

Country

Country.

gdp2010

The per capita gross domestic product (current US$).

References

World Bank's DataBank website (http://databank.worldbank.org/data/).

Examples

data("gdp", package="ssym")
par(mfrow=c(1,2))
hist(gdp$gdp2010, xlim=range(gdp$gdp2010), ylim=c(0,0.00015), prob=TRUE, breaks=55,
     col="light gray",border="dark gray", xlab="GDP per capita 2010", main="Histogram")
plot(ecdf(gdp$gdp2010), xlim=range(gdp$gdp2010), ylim=c(0,1), verticals=TRUE,
     do.points=FALSE, col="dark gray", xlab="GDP per capita 2010",
	 main="Empirical Cumulative Distribution Function")

ssym

Fitting Semi-Parametric log-Symmetric Regression Models

v1.5.7
GPL-2 | GPL-3
Authors
Luis Hernando Vanegas <hvanegasp@gmail.com> and Gilberto A. Paula
Initial release
2016-10-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.