Description Usage Arguments Details Value Examples
This is a explainer
method for numeric vector.
1 2 3 4 5 6 7 8 9 10 |
X |
a numeric (or integer) data type |
xname |
a placeholder for variable name |
include.numeric |
a vector having strings which is also required along with the default output. Can have values:
|
round.digit |
number of decimal places required in the output. |
quant.seq |
vector of fractions (0 to 1) for which the quantiles are
required |
trim |
the fraction (0 to 0.5) of observations to be trimmed from each
end of x before the mean is computed. Values of trim outside that range are
taken as the nearest endpoint. This only works if |
... |
other parameters required |
This method removes all the missing values in x
before computing the
summaries.
Prints the following information on console:
vector name
type
number of distinct values
number of missing values
mean
sd (standard deviation)
median
quantiles based on quant.seq
parameter
other information based on include.numeric
a box plot (only if number distinct numbers are > 2).
If counts of all the factor levels are less than half of length of
x
, then the histogram is scaled with maximum of 50
?consoleBoxplot
for how to read the table and histogram)
a frequency table and histogram (only if number of distinct
numbers are < 11)
(look at ?freqTable
for how to read the table and histogram)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.