facets_meta: Meta data for the facets_data data frame

Description Usage Format Examples

Description

Writing out the full list of facet variable names can be tedious. Thus, it is often useful to store frequently used sets of variables as elements in a named list. This object stores these lists of names as elements in a list so that they can be easily used in relevant functions such as regression and bootstrap_r_squared_change.

Usage

1

Format

A list of character vectors corresponding to names in the facets_data data frame.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Load the data from the package:
data(facets_meta)

## Print all the vectors of names:
facets_meta

## Print all facet then factor names:
facets_meta$ipip_facets
facets_meta$ipip_factors

## These lists can then be used in relevant functions:
data(facets_data)
summary(regression('swl', facets_meta$ipip_facets, data=facets_data))

jeromyanglim/personalityfacets documentation built on Dec. 23, 2019, 7:31 p.m.