residual {ggPMX}R Documentation

This function create a residual for each observed value and also generates a residual distribution

Description

This function create a residual for each observed value and also generates a residual distribution

Usage

residual(
  x,
  y,
  labels = NULL,
  point = NULL,
  is.hline = FALSE,
  hline = NULL,
  dname = NULL,
  facets = NULL,
  bloq = NULL,
  square_plot = TRUE,
  ...
)

Arguments

x

x axis aesthetics

y

y axis aesthetics

labels

list that contain title,subtitle, axis labels

point

geom point graphical parameters

is.hline

logical if TRUE add horizontal line y=0 ( TRUE by default)

hline

geom hline graphical parameters

dname

name of dataset to be used

facets

list wrap facetting in case of strat.facet

bloq

pmxBLOQ object created by pmx_bloq

square_plot

square dv_pred plot (TRUE by default)

...

others graphics arguments passed to pmx_gpar internal object.

Details

Some parameters are a list of parameters :

point is a list that contains:

labels is a list that contains:

Value

a residual object

See Also

plot_pmx.residual


[Package ggPMX version 1.2.11 Index]