Learn R Programming

jmv (version 0.7.0)

descriptives: Descriptives

Description

Descriptives

Usage

descriptives(data, vars, mean = TRUE, median = TRUE, mode = FALSE, sum = FALSE, sd = FALSE, variance = FALSE, range = FALSE, min = TRUE, max = TRUE, se = FALSE, skew = FALSE, kurt = FALSE, freq = FALSE, plots = FALSE, plotW = 480, plotH = 320, quart = FALSE, pcEqGr = FALSE, pcNEqGr = 4)

Arguments

data
the data as a data frame
vars
a vector of strings naming the variables of interest in data
mean
TRUE (default) or FALSE, provide the mean
median
TRUE (default) or FALSE, provide the median
mode
TRUE or FALSE (default), provide the mode
sum
TRUE or FALSE (default), provide the sum
sd
TRUE or FALSE (default), provide the standard deviation
variance
TRUE or FALSE (default), provide the variance
range
TRUE or FALSE (default), provide the range
min
TRUE or FALSE (default), provide the minimum
max
TRUE or FALSE (default), provide the maximum
se
TRUE or FALSE (default), provide the standard error
skew
TRUE or FALSE (default), provide the skewness
kurt
TRUE or FALSE (default), provide the kurtosis
freq
TRUE or FALSE (default), provide frequency tables (nominal, ordinal variables only)
plots
TRUE or FALSE (default), provide frequency tables (nominal, ordinal variables only)
plotW
an integer (default: 480) specifying the width of the plots
plotH
an integer (default: 320) specifying the height of the plots
quart
TRUE or FALSE (default), provide quartiles
pcEqGr
TRUE or FALSE (default), provide quantiles
pcNEqGr
an integer (default: 4) specifying the number of equal groups

Examples

Run this code
## Not run: 
# descriptives(data, vars=c('x', 'y', 'z'), min=TRUE, max=TRUE)
# ## End(Not run)

Run the code above in your browser using DataLab