envelope.Laplace | R Documentation |
Constructs a normal QQ-plot using a Wilson-Hilferty transformation for the estimated Mahalanobis distances obtained from the LaplaceFit
procedure.
envelope.Laplace(object, reps = 50, conf = 0.95, plot.it = TRUE)
object |
an object of class |
reps |
number of simulated point patterns to be generated when computing the envelopes. The default number is 50. |
conf |
the confidence level of the envelopes required. The default is to find 95% confidence envelopes. |
plot.it |
if |
A list with the following components :
transformed |
a vector with the |
envelope |
a matrix with two columns corresponding to the values of the lower and upper pointwise confidence envelope. |
Atkinson, A.C. (1985). Plots, Transformations and Regression. Oxford University Press, Oxford.
Osorio, F., Galea, M., Henriquez, C., Arellano-Valle, R. (2023). Addressing non-normality in multivariate analysis using the t-distribution. AStA Advances in Statistical Analysis 107 785-813.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.