PoPy
1.0.3
  • Getting Started Guide
  • Principles of Pharmacokinetics
  • Population Models in PoPy
  • PoPy Example Models
  • PoPy for Nonmem Users
  • PoPy Reference Guide
    • Open a PoPy Command Prompt
    • PoPy Activation
    • Configure PoPy
    • PoPy Website
    • Validate PoPy
    • Command Line Tools
    • Script File Formats
      • Fit Script
      • Gen Script
      • Sim Script
      • Tut Script
      • Comp Script
      • MFit Script
      • MGen Script
      • MSim Script
      • MTut Script
      • MComp Script
        • Full Structure of a Mcomp Script
      • Grph Script
      • Vpc Script
      • FitSum Script
      • GenSum Script
      • TutSum Script
      • N2PDat Script
      • P2NDat Script
    • Script File Sections
    • Script File Elements
    • Script File Outputs
    • PoPy Quick Reference Guide
  • Appendices
PoPy
  • Docs »
  • PoPy Reference Guide »
  • Script File Formats »
  • MComp Script
  • View page source

MComp Script¶

A MComp Script compares the outputs of a MGen Script with a MFit Script. Usually a MComp Script is created automatically using a MTut Script.

A MComp Script is a multiple population version of a Comp Script.

Full Structure of a Mcomp Script¶

  • METHOD_OPTIONS
    • py_module
    • rand_seed
    • float_format
  • DESCRIPTION
    • name
    • title
    • author
    • abstract
    • keywords
  • FILE_PATHS
    • output_folder
    • temp_folder
    • log_folder
    • output_file_ext
    • mgen_script_path
    • mgen_output_folder
    • mfit_script_path
    • mfit_output_folder
  • MCOMP_OPTIONS
    • dot_size
Next Previous

© Copyright 2020, David Cristinacce/Phil Tresadern/Andrew Cristinacce/James Wright.

Built with Sphinx using a theme provided by Read the Docs.