Plot hpaSelection random errors approximated density
# S3 method for hpaSelection
plot(x, ..., is_outcome = TRUE)
Object of class "hpaSelection"
further arguments (currently ignored)
logical; if TRUE then function plots the graph for outcome equation random errors. Otherwise plot for selection equation random errors will be plotted.
This function returns the list containing random error's expected value errors_exp
and variance errors_var
estimates for selection (if is_outcome = TRUE
) or outcome
(if is_outcome = FALSE
) equation.