Käyttäjä:Paanpe/Testisivu
Opasnet Suomista
Versio hetkellä 9. lokakuuta 2012 kello 18.14 – tehnyt Paanpe (keskustelu | muokkaukset)
Pekan testailua
Toinen testi
library(OpasnetUtils) library(xtable) dependencies <- data.frame( Name = c("exposure"), Key = c("muRtYjhkphoNPQJI") ) formula <- function(dependencies, ...) { ComputeDependencies(dependencies, ...) erf <- 1.5 # RR per ug / m3 background <- 100 / 100000 # cases per 100000 person-years population <- 50000 cases <- exposure * population * background * (erf - 1) return(cases) } data <- tidy(op_baseGetData("opasnet_base", "Op_en5675"), "health.impact") health.impact <- new("ovariable", name = "health.impact", formula = formula, dependencies = dependencies, data = data ) out <- EvalOutput(health.impact, N = 10) print(xtable(out@output), type = "html") objects.put(health.impact) |
Noudettu kohteesta ”https://fi.opasnet.org/index.php?title=Käyttäjä:Paanpe/Testisivu&oldid=15175”