tests/nmadb.R

library(devtools)
library(nmadb)
install_github("esm-ispm-unibe-ch/flow_contribution")
library(contribution)
st1 = readByID(482001)
contMatrix = getContributionMatrix(st1$data, type="long_binary", model="random", sm="RR")
print(contMatrix$contributionMatrix)
tpapak/flow_contribution documentation built on Dec. 20, 2020, 2:06 a.m.