Module:BiologicalAgeBiomarkers: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 17: Line 17:
local studies = {
local studies = {
     PMID12345 = {
     PMID12345 = {
     pmid = 12345,
     pmid = "12345",
         name = "Study1",
         name = "Study1",
         method = "MLR",
         method = "MLR",
Line 29: Line 29:
     },
     },
     PMID67890 = {
     PMID67890 = {
         pmid = 67890,
         pmid = "67890",
         method = "MLR",
         method = "MLR",
         year = "1995",
         year = "1995",
Line 40: Line 40:
     },
     },
     PMID13579 = {
     PMID13579 = {
         pmid = 13579,
         pmid = "13579",
         method = "MLR",
         method = "MLR",
         year = "1995",
         year = "1995",