| 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 |
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 |
conf |
Value specifying confidence level (0 to 1) to be used to present confidence intervals (default = 0.95). |
labels |
If |
no_semi_transparency |
This should be set to |
... |
Additional arguments. |