mlx.PWRES: This function plots a publication-ready PWRES distribution of...

View source: R/mlx.PWRES.R

mlx.PWRESR Documentation

This function plots a publication-ready PWRES distribution of a monolix project run.

Description

This function plots a publication-ready PWRES distribution of a monolix project run.

Usage

mlx.PWRES(
  project.dir = "../monolix/",
  project.name = "",
  drug = NULL,
  y = NULL,
  type = "pdf",
  Color = "black",
  size = 0.3
)

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*

drug

Text for the legend. Typicaly name of the drug. Can be a **TeX** object from package **latex2exp**

y

Name of the Obs values.

type

Does the IWRES plot is *"pdf"* or *"cdf"*.

Color

Color of the bars or dots. Default to *black*.

size

Size of the dots (for type = "cdf"). Default to *0.3*.

Examples

# getwd()

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