plot_coef.asreml {asreml}R Documentation

Plot model coefficients

Description

Function to extract and generate a Q-Q plot of fitted coefficients from an asreml object.

Usage

## S3 method for class 'asreml'
plot_coef(
  object,
  formula,
  distribution = "norm",
  conf = 0.95,
  labels = TRUE,
  no_semi_transparency = FALSE,
  ...
)

Arguments

object

An object of class asreml.

formula

A one-sided formula identifying the model term to plot.

distribution

A character string specifying the distribution for Q-Q plots. Density and quantile functions for many standard probability distributions are available in the "stats" package. The distribution name is automatically prefixed with "d" and "q" (default = "norm").

conf

Value specifying confidence level (0 to 1) to be used to present confidence intervals (default = 0.95).

labels

If TRUE, points are labelled from the dimnames attribute of the coefficients. If labels is a vector the provided elements are used to label points (default = TRUE).

no_semi_transparency

This should be set to TRUE if the device being used does not support semi-transparency (default = FALSE).

...

Additional arguments.


[Package asreml version 4.2.0.480 Index]