| ldsgrowth | R Documentation |
Data on the Growth of The Church of Jesus Christ of Latter-day Saints (commonly known as the Mormon church (https://www.churchofjesuschrist.org/comeuntochrist)).
data(ldsgrowth)
A data frame with 179 observations on the following 6 variables.
YearYear from 1830 to 2008
MembersTotal number of Members
WardsNumber of Wards and Branches (individual congregations)
StakesNumber of Stakes (a group of wards/branches)
MissionsNumber of Missions
MissionariesNumber of Missionaries called
The data comes from the church records and are as of December 31st of each year.
The church was officially organized on 6 April 1830 (hence the starting year of 1830).
The Missionaries column represents the number of missionaries
called each year. Missionaries generally serve for about 2 years.
Deseret News 2010 Church News Almanac
data(ldsgrowth)
with(ldsgrowth, plot(Year, log(Members)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.