Learn R Programming

rsimsum (version 0.3.1)

pattern: Draw pattern plots.

Description

The S3 method pattern() produces a pattern plot to visualise estimates against standard errors for different methods.

Usage

pattern(obj, ...)

Arguments

obj

An object used to select a method.

...

Further arguments passed to or from other methods.

Value

A ggplot2::ggplot() object that can be combined with additional geom_*, scale_*, theme_*, etc.

Details

pattern() requires simsum and multisimsum objects top be fit with the x = TRUE option.