mlx.PWRES | R Documentation |
This function plots a publication-ready PWRES distribution of a monolix project run.
mlx.PWRES(
project.dir = "../monolix/",
project.name = "",
drug = NULL,
y = NULL,
type = "pdf",
Color = "black",
size = 0.3
)
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*. |
# getwd()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.