I was look for some nice features to apply with posterior probabilities. I want to make a distribution for each component, but I don't know how. As a start, how do I make a vector for each of the components in a list?
Below some information how the probabilities looks like:
>dput(head(out.3.1$posterior))
>structure(c(0.0563823895419722, 0.0257300157960745, 0.0000000000000000180397428035783,
0.0253978781532002, 0.000000000000000007586528108014, 0.0000000000000000064152619636675,
0.609445398048216, 0.417193791818801, 0.0731264720737992, 0.411808417688033,
0.314143467477256, 0.405535515667362, 0.334172212409812, 0.557076192385124,
0.926873527926201, 0.562793704158767, 0.685856532522744, 0.594464484332638
), .Dim = c(6L, 3L), .Dimnames = list(NULL, c("comp.1", "comp.2",
"comp.3")))
Hope you can help me out!