Plot model and data represented by IQRsysModel

Plot model and data represented by IQRsysModel

plot_IQRsysModel(
  sysModel,
  time = NULL,
  log = NULL,
  FLAGpred = TRUE,
  FLAGdata = TRUE,
  FLAGerror = NULL,
  FLAGgroupCONDITION = FALSE,
  FLAGrmPredWithoutData = TRUE,
  FLAGmultipage = FALSE,
  multipage.nrow = 2,
  multipage.ncol = 2,
  states = NULL,
  conditions = NULL,
  IDs = NULL,
  group = "ID"
)

Arguments

sysModel

IQRsysModel object

time

numeric vector from which time range is computed. The plot is restricted to this time frame.

log

NULL or character "x" (log x-axis), "y" (log y-axis), or "xy" (log x- and y-axis).

FLAGpred

logical, show model prediction

FLAGdata

logical, show data

FLAGerror

logical, show error bands and/or error bars. If NULL, FLAGerror is determined automatically. The error bands cover +- 1 standard deviation of the residual error - or in other words represent the 68.27\% CI.

FLAGgroupCONDITION

TRUE: Group by condition. FALSE: group by ID

FLAGrmPredWithoutData

logical, if TRUE (default) removes predictions if no data is available

FLAGmultipage

logical, default is FALSE, produces multipage output if TRUE.

multipage.nrow

number of rows for multipage output

multipage.ncol

number of columns for multipage output

states

character vector, the states to keep in the output.

conditions

character vector, the conditions to keep in the output.

IDs

integer vector, the IDs to keep in the output

group

(deprecated - use groupCONDITION) what to show grouped in one panel, either "ID" (default) or "CONDITION"

Author

Daniel Kaschek, IntiQuan