Learn R Programming

RWgraph (version 1.0.0)

clients_small_example: Clients' information for a small example

Description

A dataset containing information about 20 clients of a certain bank.

Usage

data(clients_small_example)

Arguments

Format

A data frame with 20 rows and 9 variables

Details

  • age, numeric. Age of the client in years.

  • antiquity_age, numeric. Age of the account in years.

  • gender, boolean. Gender of the client.

  • occupation, numeric. Occupation of the client.

  • nationality, character. Country of birth of the client (labelled in ISO-CODE 2).

  • residence, character. Country of residence of the client (labelled in ISO-CODE 2).

  • pep_flag, boolean. Indicator whether the client is involved in political activities (1) or not (0).

  • sar_flag, boolean. Indicator whether the client was involved in a reported transaction (1) or not (0).

  • customer_id, character. ID of the client's account.