get.descriptives | R Documentation |
Compute summary of descriptive statistics for numeric variables.
get.descriptives(
data,
dvs,
ivs,
type = "common",
covar = NULL,
dv.var = NULL,
include.global = F,
symmetry.test = F,
normality.test = F,
hide.details = F,
skewness = c()
)
data |
a data.frame in which we will perform the descriptive statistics |
dvs |
numeric columns with the dependent variables |
ivs |
columns with the independent variables (split groups) |
type |
a character string specifying type of summary statistics |
dv.var |
column with the information to classify observations |
include.global |
a boolean value to indicate if descriptive statistics for global data is included |
symmetry.test |
a boolean value to indicate if symmetry test is included |
normality.test |
a boolean value to indicate if normality test is included |
skewness |
a list of transformation to achieve normality |
A data.frame containing the results for the descriptive statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.