runDescriptive function

Obtain a descriptive statistics table

Obtain a descriptive statistics table

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

runDescriptive(data = NULL)

Arguments

  • data: a PROsetta_data object. See loadData for loading a dataset.

Returns

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.

Examples

out_desc <- runDescriptive(data_asq)