run_mbbe_json {mbbe} | R Documentation |
run_mbbe_json
Description
Runs MBBE from a json file of options e.g., calls run_mbbe
Usage
run_mbbe_json(Args.json)
Arguments
Args.json |
path to JSON file with arguments |
Value
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
Examples
## Not run:
run_mbbe_json("Args.json")
## End(Not run)
[Package mbbe version 0.1.0 Index]