Learn R Programming

PROsetta (version 0.4.1)

runDescriptive: Obtain a descriptive statistics table

Description

runDescriptive is a descriptive function for obtaining descriptive statistics for each item in the dataset.

Usage

runDescriptive(data = NULL)

Value

runDescriptive returns a data.frame containing descriptive statistics (mean, standard deviation, median, ...) of the items in the dataset. These are calculated with describe in 'psych' package.

Arguments

data

a PROsetta_data object. See loadData for loading a dataset.

Examples

Run this code
out_desc <- runDescriptive(data_asq)

Run the code above in your browser using DataLab