Skip to contents

Plot time profile for mean model workflow

Usage

plotMeanTimeProfileLog(
  simulatedData,
  observedData = NULL,
  lloqData = NULL,
  metaData = NULL,
  dataMapping = NULL,
  plotConfiguration = NULL
)

Arguments

simulatedData

data.frame of simulated data

observedData

data.frame of observed data

lloqData

data.frame of lloq data

metaData

meta data on `data`

dataMapping

A list mapping `x`, `y` and `group` from datasets

plotConfiguration

`PlotConfiguration` class object from `tlf` library

Value

ggplot object of time profile for mean model workflow