plot_pmx.residual: This function plots residual for each observed value by...

View source: R/plot-residual.R

plot_pmx.residualR Documentation

This function plots residual for each observed value by finding the difference between observed and predicted points. It also fits a distribution to the residual value.

Description

This function plots residual for each observed value by finding the difference between observed and predicted points. It also fits a distribution to the residual value.

Usage

## S3 method for class 'residual'
plot_pmx(x, dx, ...)

Arguments

x

residual object

dx

data set

...

not used for the moment

Value

ggplot2 object

See Also

residual

Other plot_pmx: distrib(), eta_cov(), eta_pairs(), individual(), plot_pmx.distrib(), plot_pmx.eta_cov(), plot_pmx.eta_pairs(), plot_pmx.individual(), plot_pmx.pmx_dens(), plot_pmx.pmx_qq(), plot_pmx_gpar_real(), plot_pmx()


ggPMX documentation built on July 9, 2023, 7:45 p.m.