get.descriptives: Descriptive Statistics

View source: R/descriptives.R

get.descriptivesR Documentation

Descriptive Statistics

Description

Compute summary of descriptive statistics for numeric variables.

Usage

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()
)

Arguments

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

Value

A data.frame containing the results for the descriptive statistics


geiser/rshinystatistics documentation built on Feb. 18, 2024, 6:07 p.m.