param_cov_diag: Plot relationship between a parameter and covariate

View source: R/covariate-explore.R

param_cov_diagR Documentation

Plot relationship between a parameter and covariate

Description

[Stable]

Plots posthoc parameter-covariate relationships from NONMEM run.

Usage

param_cov_diag(r, param, cov, ..., categorical = FALSE, plot_tv = TRUE)

Arguments

r

An nm object.

param

Character. Name of parameter.

cov

Character. Name of covariate.

...

Additional arguments passed to dplyr::mutate().

categorical

Logical (default = FALSE).

plot_tv

Logical.

Details

The mutate statement is to add variables not included in original $TABLE.

Value

A ggplot2 plot object.


tsahota/NMproject documentation built on Oct. 1, 2022, 11:51 a.m.