table.describe: Produces a formatted table of descriptives

Description Usage Arguments Value

View source: R/reporting.r

Description

This function produces a table of descriptive output for a list of variables.

Usage

1
table.describe(data, vars, names = NULL, copy = TRUE, alpha = FALSE)

Arguments

data

data frame

vars

quosure of items to analyze

names

a vector of names to replace variable names for increased clarity

copy

Would you like to copy the table to a spreadsheet or doc? The 'copiable' version is not formatted, such that it's easier to copy the matrix of information.

alpha

Would you like to include Cronbach's alphas? This calls 'table.alpha' to calculate alphas for each composite

Value

a table of descriptives for a group of variables


crbwin/clnR documentation built on Oct. 29, 2020, 1:55 a.m.