Learn R Programming

bpcs (version 1.0.0)

check_z_column: Check if a data frame column contains only the values 1 or 0. For the z column

Description

Check if a data frame column contains only the values 1 or 0. For the z column

Usage

check_z_column(d_column)

Arguments

d_column

a column of a data frame to be tested

Value

TRUE (correct) or FALSE (with problems)