select_factors: Subset a dataframe by keeping the factors.

Description Usage Arguments Author(s) Examples

Description

Subset a dataframe by keeping the factors.

Usage

1

Arguments

df

A Data frame.

Author(s)

Dominique Makowski

Examples

1
2
3
4
5
require(neuropsychology)

df <- personality

df_only_factors <- select_factors(df)

neuropsychology documentation built on May 2, 2019, 2:13 p.m.