Population of Finland: Difference between revisions

From Opasnet
Jump to navigation Jump to search
Line 70: Line 70:
vae$Ikä <- as.numeric(gsub(" -","",as.character(vae$Ikä)))
vae$Ikä <- as.numeric(gsub(" -","",as.character(vae$Ikä)))
    
    
population <-data.frame(Age=c("0-4", "5-9", "10-14", "15-24", "25-64", "65-74", "70+", "Total population", "Females", "Males"),
population <-data.frame(Age=c("0-4", "5-9", "10-14", "15-24", "25-64", "65-79", "80+", "Total population", "Females", "Males"),
                         N.of.people=c(
                         N.of.people=c(
                           sum(vae$X2018[vae$Ikä>=0 & vae$Ikä <5]), # Age 0-4
                           sum(vae$X2018[vae$Ikä>=0 & vae$Ikä <5]), # Age 0-4

Revision as of 10:59, 4 July 2019



Question

What is the population of Finland?

Answer

Population of Finland: Difference between revisions(#)
ObsAgeAmount
10-4298114
25-9287786
310-14302423
415-19334636
520-24324472
625-29344634
730-34337970
835-39310768
940-44358754
1045-49378341
1150-54378037
1255-59388165
1360-64396886
1465-69258319
1570-74225043
1675-79179671
1780-247408
18All5351427

Definition

Unit

# persons

Formula

Total population in Finland

+ Show code

Default run: mzGRDt4VreHPefKI

Total population of Finland, taken from Statistics Finland.

+ Show code

Population parameters per municipality

Which year (1980-2010)?:

Which parameter to show?:

+ Show code

See also

References

  1. Kansallisen narkolepsiatyöryhmän väliraportti 31.1.2011

Related files

<mfanonymousfilelist></mfanonymousfilelist>