Last chance! 50% off unlimited learning
Sale ends in
Plot individual OFV of two models against each other
plot_iofv_vs_iofv(iofv1, iofv2, name1, name2)
(alt.Chart) Scatterplot
(array) Estimated iOFV of the first model
(array) Estimated iOFV of the second model
(str) Name of first model
(str) Name of second model
if (FALSE) {
res1 <- load_example_modelfit_results("pheno")
res2 <- load_example_modelfit_results("pheno_linear")
plot_iofv_vs_iofv(res1$individual_ofv, res2$individual_ofv, "nonlin", "linear")
}
Run the code above in your browser using DataLab