Description Usage Arguments Details Value Author(s) See Also Examples
These functions are one of many R functions enabling users to assess variable descriptives. They have been developed to mimic SPSS' 'EXAMINE' syntax command ('Explore' in the menu) as closely as possible to ease the transition for new R users and facilitate teaching courses where both programs are taught alongside each other.
1 2 3 4 5 6 |
... |
The first argument is a list of variables to provide descriptives for. Because these are the first arguments, the other arguments must be named explicitly so R does not confuse them for something that should be part of the dots. |
by |
A variable by which to split the dataset before calling |
stem |
Whether to display a stem and leaf plot. |
plots |
Whether to display the plots generated by the |
extremeValues |
How many extreme values to show at either end (the highest and lowest values). When set to FALSE (or 0), no extreme values are shown. |
qqCI |
Whether to display confidence intervals in the QQ-plot. |
descr.include |
Which descriptives to include; see |
conf.level |
The level of confidence of the confidence interval. |
This function basically just calls the descr
function, optionally supplemented with calls to stem
, dataShape
.
A list that is displayed when printed.
Gjalt-Jorn Peters
Maintainer: Gjalt-Jorn Peters <gjalt-jorn@userfriendlyscience.com>
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.