demo/em_results.R

prot <- "h3"
categories <- 7
model <- "weibull" # weibull or exponential 
em_output <- parse_em_output(prot, model, categories, toys = TRUE)
## prints parameters and bic for every em launch
em_output
length(em_output)
## 3d picture of model parameters, produced by all launches of em procedure 
## prints bics for each launch
## tells which one is the best
show_em_all_results(em_output, model)
weidewind/evolikelihood documentation built on May 4, 2019, 2:06 a.m.