summary.lv | R Documentation |
Compute the resume measures (location and scale) using letter values.
## S3 method for class 'lv'
summary(object, ..., coef = 1.5)
object |
an object |
... |
further arguments passed to or from other methods. |
coef |
Length of the whiskers as multiple of IQR. Defaults to 1. |
In this summary, we present the trimean, median, F-spread, F-pseudo sigma, F-pseudo variance e outliers values.
This function returns the measures of location and scale as presented at Understanding Robust and Exploratory Data Analysis by Hoaglin, Mosteller and Tukey published in 1983.
This is a generic method for the class "lv".
A tibble
object with the following columns:
resistant measure to small changes in the dataset for location.
resistant measure to small changes in the datase for location.
resistant measure to small changes in the dataset for scale.
resistant measure to small changes in the dataset for location. For a normal distribution, this measure is equal to populational statndard deviation.
squared valued of f_pseudo_sigma
.
values outside whiskers.
lv_obj <- letter_value(rivers)
summary.lv(lv_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.