Difference between revisions of "Population of Finland"

From Testiwiki
Jump to: navigation, search
m
(Formula: ovariable created)
Line 45: Line 45:
  
 
<rcode>
 
<rcode>
Age <- as.factor(c("0-4","5-9","10-14","15-19","20-24","25-29","30-34","35-39","40-44","45-49","50-54","55-59",
+
library(OpasnetUtils)
"60-64","65-69","70-74","75-79","80+","All"))
+
 
Result <- c(298114,287786,302423,334636,324472,344634,337970,310768,358754,378341,378037,388165,396886,258319,225043,
+
data <- tidy(op_baseGetData("opasnet_base", "Op_en2949"), objname = "population")
179671,247408,5351427)
+
population <- new("ovariable", name = "population", data = data)
pop <- data.frame(Age,Result)
+
print(population@data)
pop
+
 
 +
objects.put(population)
 +
cat("Object population initiated. Save the page key for further use.\n")
 
</rcode>
 
</rcode>
 +
 +
Default run: mzGRDt4VreHPefKI
  
 
'''Population parameters per municipality
 
'''Population parameters per municipality

Revision as of 13:00, 13 September 2012



Question

What is the population of Finland?

Answer

Difference between revisions of "Population of Finland"(#)
ObsAgeAmountDescription
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

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>