getDescriptives: Get Descriptives

Usage

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
getDescriptives(rawdata, output = "dataframe")
=======
{Explore}
{
getDescriptives(rawdata, output = "list")
>>>>>>> bafa8349a523c3da60a20d01cbc15091a5d23849
}
{
\item{rawdata}{data frame input, typically a psychological dataset.}

<<<<<<< HEAD
\item{output}{Should the output be a dataframe or a list? ("dataframe", "list", default is dataframe)}
}
{
A dataframe or list (with all the following outputs: number of NA, mean, median, standard deviation, minimum, maximum, kurtosis and skew)
=======
\item{output}{Should the output be a list or a dataframe? ("list", "dataframe", default is list)}
}
{
A list or dataframe (with all the following outputs: number of NA, mean, median, standard deviation, minimum, maximum, kurtosis and skew)
>>>>>>> bafa8349a523c3da60a20d01cbc15091a5d23849
}
{
Returns all the relevant statistical basics (number of NA, mean, median, standard deviation, minimum, maximum, kurtosis and skew) to get a quick overview of your data.
}
{
<<<<<<< HEAD
# Load the big5-dataset from the Explore package
data("big5")
# if you want to get the results as a dataframe
getDescriptives(big5, "dataframe")
# or if you want to get them as a list
getDescriptives(big5, "list")

}
{
Leonie Kotz
=======
data("mtcars")
getDescriptives(mtcars, "list")
or
getDescriptives(mtcars, "dataframe")

}
{
Karl-Philipp Floesch, Joschka Cremers, Leonie Kotz
>>>>>>> bafa8349a523c3da60a20d01cbc15091a5d23849
}

Kafi1993/Explore documentation built on May 21, 2019, 1:40 a.m.