ggResPlot: Residual plot using ggplot2

ggResPlotR Documentation

Residual plot using ggplot2

Description

Display the residuals as a function of a variable

Usage

ggResPlot(object, x, plot, ...)

## S3 method for class 'lvmfit'
ggResPlot(object, x, plot = TRUE, geom = "point", ...)

Arguments

object

a lvm object.

x

[character] the name of an observed variable.

plot

[logical] should the plot be displayed?.

...

arguments to be passed to lower level functions

geom

[character] the type of plot to make: can be "point" for a scatterplot or "boxplot" for boxplots.


bozenne/butils documentation built on Oct. 14, 2023, 6:19 a.m.