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 23, 2022, 4:41 a.m.