metrumresearchgroup / bbr

R interface for model and project management
https://metrumresearchgroup.github.io/bbr/
Other
23 stars 2 forks source link

Feature: extract termination information #135

Open kylebaron opened 4 years ago

kylebaron commented 4 years ago

Summary

As a user, I would like to extract termination information from a model run.

kylebaron commented 4 years ago

@seth127 I'm working with 0.7.0.8004 and trying to get up to speed. Is the termination information available in this version?

I can get it here:

> xml <- as_list(read_xml("../model/pk/100/100.xml"))
> xml$output$nonmem$problem$estimation$termination_information
[[1]]
[1] "\n0MINIMIZATION SUCCESSFUL\n NO. OF FUNCTION EVALUATIONS USED:      443\n 
NO. OF SIG. DIGITS IN FINAL EST.:  3.4\n
0PARAMETER ESTIMATE IS NEAR ITS BOUNDARY\n 
THIS MUST BE ADDRESSED BEFORE THE COVARIANCE STEP CAN BE IMPLEMENTED\n"

but wanted to pull from rbabylon if possible.