profiles {RWgraph} | R Documentation |
Clients' information
Description
A dataset containing information about 3973 clients of a certain bank.
Usage
data(profiles)
Format
A data frame with 3973 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.
[Package RWgraph version 1.0.0 Index]