visualize.glmerMod: Visualize a fitted glmerMod model

View source: R/visualize.R

visualize.glmerModR Documentation

Visualize a fitted glmerMod model

Description

Visualize a fitted glmerMod model

Usage

## S3 method for class 'glmerMod'
visualize(
  object,
  plot = c("all", "residuals", "model"),
  formula = NULL,
  sample = 3,
  plots.as.list = FALSE,
  ...
)

Arguments

object

a glmer object

plot

what should be plotted? Residuals? Model plot? All of them?

formula

A flexplot-style formula

sample

The number of individuals' datapoints to sample as raw data. Defaults to 3

plots.as.list

Should the plots be returned as a list? Defaults to FALSE.

...

Other arguments passed to flexplot

Value

a plot containing a visual of the chosen model


dustinfife/flexplot documentation built on Sept. 23, 2024, 9:01 p.m.