Set up

Residuals versus time

res_time(data)

wres_time(data)

## Creating CWRES column from CWRESI

cwresi_tad(data, xby = 24)
## Creating CWRES column from CWRESI

Residuals versus PRED

res_pred(data)

wres_pred(data)

## Creating CWRES column from CWRESI

Residual histogram

## Creating CWRES column from CWRESI
## `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.

Residual QQ plot

cwresi_q(data)
## Creating CWRES column from CWRESI

Residuals versus categorical variable

wres_cat(data, x  = "STUDYc//Study")

Residuals versus continuous variables

cwresi_cont(data, x= "WT//Weight (kg)")
## Creating CWRES column from CWRESI