I have a database with some probabilities, like this:
library(tidyverse)
tribble(
~FV, ~HC, ~HT, ~JA, ~JN, ~JP, ~JU, ~LA, ~LC, ~LM, ~MG,
0, 0, 0.03, 0, 0, 0, 0, 0, 0, 0, 0.1,
0, 0, 0.02, 0, 0, 0, 0, 0, 0, 0, 0.11,
0, 0, 0.04, 0, 0, 0, 0,...
asked by
16.08.2018 / 18:33