mlxpop.table: A function to to print Populationparameters.txt file of a...

View source: R/mlxpop.table.R

mlxpop.tableR Documentation

A function to to print Populationparameters.txt file of a Monolix project to Rmarksdown.

Description

This function allows you to have almost a publication ready table of the population parameter of a model project.

Usage

mlxpop.table(
  project.dir = "../monolix/",
  project.name = "",
  estim = "sa",
  caption = "Population parameters of the PK model.",
  greek = FALSE
)

Arguments

project.dir

Absolute or relative name of the folder of the monolix project.

project.name

Name of the monolix project file without *.mlxtran* extension.. The project must be in *project.dir*

estim

"sa" or "lin". default to "sa".

caption

Caption of the table.

greek

Convert to greek letters, "latex_engine: xelatex" is needed. default to FALSE.

Examples

# getwd()

NicolasAzzopardi/mlxPlot documentation built on March 19, 2023, 7:40 a.m.