run_mbbe_json {mbbe} | R Documentation |
Runs MBBE from a json file of options e.g., calls run_mbbe
run_mbbe_json(Args.json)
Args.json |
path to JSON file with arguments |
A list containing:
Cmax_power
: Power for Cmax
AUClast_power
: Power for AUClast
AUCinf_power
: Power for AUCinf
run_dir
: Directory where the function was executed
Num_identifiable
: Number of identifiable parameters
BICS
: Bayesian Information Criterion Scores
## Not run:
run_mbbe_json("Args.json")
## End(Not run)