factors_to_indicators: Convert a dataframe of factor into separate indicators.

View source: R/factors_to_indicators.R

factors_to_indicatorsR Documentation

Convert a dataframe of factor into separate indicators.

Description

More details

Usage

factors_to_indicators(factor_df, miss_name_prefix = "Imiss_", verbose = F)

Arguments

factor_df

Dataframe consisting only of factor variables.

miss_name_prefix

Starting name for each missing indicator.

verbose

Set to T for detailed output.

Value

A list of results.


ck37/varImpact documentation built on June 26, 2022, 4:02 a.m.