Hello,
All the instructions are in the Guide. Its a Sas coding assignment with a few parts
Thank you
DATA ANALYSIS AND REGRESSION
Assignment-4 | Total Points: 10
Note:
• All assignments should be submitted in a single MS WORD format, no PDFs or any other file types will be
accepted. If you submit any other file type, it will not be graded.
Note: For all questions, immaterial if whether the relevant output is asked to be attached or not, make
sure to include it. Also, it is important to include the sign (negative/positive or increase/decrease, and units
of measurements e.g. $ or $ 99 million,%, etc.) otherwise points will be deducted.
Problem 1 [10 pts] – to be answered by everyone
Given the large number of competitors, cell phone carriers are very interested in analyzing and predicting
customer retention and churn. The primary goal of churn analysis is to identify those customers that are
most likely to discontinue using your service or product. The dataset churn.csv contains information about
a random sample of customers of a cell phone company. For each customer, company recorded the
following variables:
1. CHURN: 1 if customer switched provider, 0 if customer did not switch
2. GENDER: M, F
3. EDUCATION (categorical): code 1 to 6 depending on education levels
4. PRICE_PLAN_CHNG: 1 if price plan was changed, 0 otherwise
5. TOT_ACTV_SRV_CNT: Total no. of active services
6. AGE: customer age
7. PCT_CHNG_IB_SMS_CNT: Percent change of latest 2 months incoming SMS wrt previous 4
months incoming SMS
8. PCT_CHNG_BILL_AMT: Percent change of latest 2 months bill amount wrt previous 4 months
bill amount
9. COMPLAINT: 1 if there was at least a customer’s complaint in the two months, 0 no complaints
The company is interested in a churn predictive model that identifies the most important predictors
affecting probability of switching to a different mobile phone company (churn = 1). Answer the following
questions:
a) Create two boxplots to analyze the observed values of age and PCT_CHNG_BILL_AMT by churn
value. Analyze the boxplots and discuss how customer age and changes in bill amount affect churn
probabilities. Include the boxplots.
b) Using a selection method, fit the final logistic regression model to predict the churn probability
using the data in the dataset (Churn is the response variable and the remaining variables are the
independent x-variables). Include the SAS output. Write down the expression of the fitted model.
c) Analyze the final logistic regression model and discuss the effect of each variable on the churn
probability.
d) Using SAS, compute the predicted churn probability and the confidence interval for a male
customer who is 43 years old, and has the following information PRICE_PLAN_CHNG=0,
TOT_ACTV_SRV_CNT=4, PCT_CHNG_IB_SMS_CNT= 1.04, PCT_CHNG_BILL_AMT= 1.19, and
COMPLAINT =1. Include the output, interpret and explain the 3 values you obtained.
e) Copy and paste your FULL SAS code into the word document along with your answers.
GENDER,EDUCATION,PRICE_PLAN_CHNG,TOT_ACTV_SRV_CNT,AGE,PCT_CHNG_IB_SMS_CNT,PCT_CHNG_BILL_AMT,CHURN,COMPLAINT
M,2,0,4,26,0.212765957,1.951681668,1,1
M,2,0,3,25,0.523076923,1.822998873,1,1
M,5,0,7,44,0.992248062,0.778061949,0,0
F,5,0,1,24,0.920634921,0.654835847,1,1
M,2,0,4,42,1.086021505,0.70790378,0,1
M,5,1,1,25,0.075471698,0.874294923,1,0
M,5,0,2,45,0.602150538,1.281081081,0,1
M,1,0,3,20,1.117647059,0.708598193,1,1
M,1,0,3,26,0.273972603,0.658057573,1,1
F,1,0,1,25,1.384615385,1.15568369,1,1
M,2,0,4,25,0.3,0.878859858,1,1
M,1,0,3,22,0.40625,0.568801898,1,1
F,5,0,4,28,1.294117647,0.779100529,1,1
M,3,0,1,30,0.453038674,0.955640936,0,1
M,1,0,4,54,1.441860465,0.794618342,0,1
M,1,0,3,53,1.147368421,0.553450609,0,0
M,5,0,3,37,1.327014218,0.579512195,0,1
M,1,0,4,58,1.824561404,1.177105832,0,1
M,2,0,4,25,0.833333333,0.765413534,1,1
F,5,0,1,23,1.454545455,1.365771812,1,1
M,2,0,2,48,1.45971564,0.79261025,0,1
F,5,0,3,26,1.238095238,0.731282647,1,1
M,2,0,1,27,0.307692308,1.599011939,1,1
M,2,0,2,24,0.888888889,0.99347955,1,1
M,1,0,4,50,1.0625,1.338247338,0,1
M,2,0,1,27,1.109756098,0.689230769,0,1
M,1,0,3,27,2.242424242,0.718079302,1,1
M,1,0,4,53,2.865384615,0.629043853,0,1
F,5,0,1,22,1.757575758,1.022510823,1,1
M,2,0,2,54,0.698924731,0.528415301,0,0
M,2,0,6,26,1.065088757,1.155821316,0,0
,5,0,1,25,0.92,1.362495245,1,1
M,5,0,2,33,2.046875,1.402818748,0,1
M,2,0,1,45,0.178571429,1.281294964,1,1
M,3,0,3,42,0.857142857,0.72905119,0,1
M,2,0,1,23,1.804878049,0.833207547,1,1
M,1,0,3,35,1.352941177,1.044388308,0,1
M,1,0,2,42,1.096774194,0.781371281,0,1
M,2,0,1,22,0.892857143,0.700980392,1,1
F,3,0,1,55,1.84496124,1.03806613,0,1
M,1,0,3,26,1.511111111,1.516312791,1,1
M,5,0,3,24,1.306122449,0.963982193,1,1
M,1,0,7,31,0.561403509,1.266230498,0,1
F,2,0,1,27,0.695652174,1.585666293,1,0
M,2,0,1,26,1.071428571,0.991706161,1,0
M,2,0,3,24,1,0.732384342,1,1
M,1,0,4,25,0.711111111,0.815230461,1,0
M,1,0,4,58,2.092307692,0.658331068,0,1
M,1,0,5,29,1.166666667,0.952240276,0,1
M,5,0,2,23,0.947368421,0.95026087,1,1
F,1,0,3,43,0.872340426,0.528445748,0,1
F,1,0,3,26,1.55,0.737549649,1,1
M,1,0,1,22,1.024390244,1.034185402,1,1
M,5,0,3,26,0.958333333,1.014242555,1,1
M,1,0,1,21,0.166666667,1.037817137,1,0
M,5,0,5,27,0.855421687,1.655335222,0,0
M,1,0,2,25,1.882352941,1.211323239,1,1
M,5,0,4,27,1.066666667,0.983065199,1,1
M,2,0,1,22,2,0.610961366,1,0
M,1,1,5,61,0.411764706,1.276891616,0,1
M,5,0,5,21,0.953846154,1.09198036,1,1
M,5,0,4,28,0.901960784,0.355568446,1,1
M,2,0,1,26,1,1.160714286,1,0
M,2,0,4,26,1.012765957,0.665350444,0,1
M,2,0,1,27,1.252830189,2.172191132,0,0
M,2,0,4,41,0.946107784,1.405931828,0,1
M,1,0,4,27,0.741935484,0.775719354,1,1
M,2,0,5,32,1.747474748,0.714788732,0,0
F,1,0,6,53,1.311627907,1.285760206,0,1
M,2,0,5,26,1.2,1.718133718,1,1
M,1,0,1,28,0.690909091,0.884443117,1,1
M,1,0,6,53,2.051724138,1.231202252,0,0
M,1,0,4,26,0.909090909,0.50665591,0,1
M,2,0,2,23,0.744186047,0.428842505,1,1
M,2,0,1,29,2.516129032,0.592816179,1,0
M,2,0,1,41,1.128571429,1.281262024,0,1
F,5,0,1,21,1.213114754,1.391768293,1,0
M,5,0,4,50,1.350515464,1.037974684,0,1
M,2,0,1,26,2.055555556,2.014239482,1,1
M,1,0,5,58,1.134502924,1.188806235,0,1
M,2,0,8,25,1.152173913,1.009285426,0,1
M,1,0,2,26,1.121212121,1.185067514,1,1
F,1,0,4,46,1.101123596,1.724685021,0,1
M,1,0,4,28,2.111111111,0.894675926,1,0
M,2,0,5,26,0.75,1.585754452,1,1
M,2,0,6,24,1.926470588,0.739248775,0,1
M,1,0,2,35,1.277777778,1.833076923,0,0
F,2,0,1,21,0.75862069,1.095076401,1,1
F,5,0,5,35,0.336,1.377436881,0,1
M,2,0,4,44,1.2,1.101036269,0,1
M,1,0,3,59,1.048648649,1.346552501,0,1
M,2,0,1,40,1.933333333,1.587464921,1,1
F,3,0,4,30,0.581632653,1.220645161,0,1
M,5,0,1,42,1.053191489,2.140942499,0,1
M,5,0,2,23,0.755905512,1.427027027,0,0
M,2,0,3,27,1.56097561,1.26165661,1,1
F,2,0,6,29,0.923857868,0.600598802,0,0
M,1,0,4,22,1.731343284,1.484365029,0,0
F,1,0,4,26,0.583333333,1.385992218,1,1
F,3,1,3,37,1.454545455,1.996157541,0,1
F,5,0,3,31,1.41509434,1.219278882,0,1
M,2,0,4,38,2.040540541,0.568558952,0,1
M,2,0,1,45,1.371727749,0.958742633,0,1
F,3,0,2,21,1.176470588,0.74525661,1,1
M,3,0,5,57,0.666666667,1.178751454,0,0
M,1,0,5,36,0.781954887,1.18147448,0,1
M,2,0,7,22,1.446808511,0.569985141,0,0
M,2,0,3,24,1.56302521,0.665483585,0,1
F,5,0,3,47,0.67032967,1.309891808,0,1
F,2,0,1,61,1.587982833,1.227326266,0,1
M,1,0,1,21,1.259259259,1.200507614,1,1
M,2,0,1,24,1.142857143,0.62306934,1,0
F,5,0,3,27,1.428571429,1.550748752,1,0
F,1,0,2,48,1.08056872,0.955898982,0,1
M,3,0,4,26,0.961325967,0.316897174,0,1
M,2,0,6,46,2.901639344,0.863871879,0,0
M,1,0,4,24,0.897959184,1.912536443,1,1
M,5,0,5,38,1.185520362,1.311370882,0,0
F,5,0,3,34,1.236051502,0.858462831,0,1
F,3,0,3,37,2.846846847,1.191122072,0,1
M,1,0,3,51,2.260869565,1.006298111,0,1
M,1,0,3,47,0.736263736,1.241332427,0,0
F,3,0,3,24,1.177489178,1.07264574,0,0
M,2,0,3,43,1.535483871,0.91681736,0,0
F,1,0,2,28,1.481481482,0.964047936,1,1
F,2,0,2,23,0.838709677,0.526475959,1,1
M,5,0,3,31,0.586538462,0.882245272,0,1
M,3,0,6,51,0.892473118,1.368075117,0,1
F,1,0,2,26,0.369230769,1.365274725,1,1
F,1,0,1,25,1.423076923,0.567263088,1,1
F,3,0,6,53,1.35828877,0.829530201,0,1
M,2,0,2,27,0.382978723,1.293673277,1,1
M,2,0,2,27,0.373205742,0.57357631,0,0
M,3,0,3,41,0.941176471,1.202572347,0,1
M,1,0,3,27,1.106382979,0.524894515,1,1
F,2,0,5,47,1.363265306,1.896,0,0
M,2,1,1,25,1.714285714,0.850665352,1,1
F,5,0,3,34,0.571428571,0.652877221,1,1
M,2,0,1,24,0.690909091,1.039695946,1,1
M,2,0,5,31,1.803921569,0.693702605,0,1
M,2,0,4,58,1.073170732,1.599196787,0,0
M,1,0,5,32,1.154929578,1.21987041,0,1
M,2,0,4,26,1.012765957,0.665350444,0,1
M,2,0,4,38,1.197183099,1.041746457,0,0
M,1,0,6,54,0.956521739,0.584108424,0,1
F,5,0,2,23,0.754098361,1.460674157,1,1
M,1,0,5,47,0.633333333,2.419320595,0,1
F,3,0,3,43,1.803108808,0.499406411,0,0
F,2,0,2,20,0.75,0.799715404,1,1
M,2,0,7,38,2.06741573,1.612175103,0,0
M,1,0,1,21,1.692307692,0.689158453,1,1
M,5,0,2,26,1.515151515,0.738355736,1,1
M,1,0,2,26,0.814814815,0.547863034,1,1
M,2,0,2,26,1.081081081,0.780977897,1,1
M,5,0,4,50,1.350515464,1.037974684,0,1
M,3,0,5,34,1.579545455,0.691150752,0,1
M,2,0,6,26,1.065088757,1.155821316,0,0
M,1,0,1,31,1.65,1.680284192,1,1
M,1,0,2,57,1.570175439,0.87163233,0,1
M,2,0,1,26,0.565217391,1.84508547,1,0
M,5,0,1,23,1.714285714,1.363403007,1,1
M,2,0,1,30,0.633333333,1.248185777,0,1
M,5,0,1,22,0.875,1.356240126,1,0
M,1,0,4,55,1.218934911,0.943890274,0,1
M,5,0,1,24,0.901960784,0.950819672,1,1
F,1,0,5,23,1.241025641,0.521918941,0,1
M,1,0,4,26,1.094339623,1.98655914,0,1
M,1,0,3,57,1.525423729,1.318481013,0,0
M,1,0,1,54,1.988372093,0.766832034,0,1
M,1,0,2,21,0.603773585,1.024344569,1,0
M,1,0,2,26,1.111111111,0.773952955,1,0
M,2,0,4,53,1.251396648,1.990178023,0,1
M,1,0,3,21,0.56,1.921269841,1,1
M,5,0,2,20,2.114285714,0.758178319,1,1
M,1,0,2,57,1.384615385,1.087812263,0,1
F,2,0,3,54,1.395348837,0.902553039,1,1
M,2,0,2,29,0.941666667,0.579246817,0,1
M,1,0,1,23,1.189189189,0.803738318,1,1
M,5,0,1,50,1.01986755,0.807315134,0,1
M,2,0,3,21,1.071428571,0.735670937,1,1
F,3,0,1,34,1.470899471,0.429069456,0,1
M,1,0,1,51,0.828402367,1.053531599,0,1
M,1,0,1,26,0.905660377,1.542490119,1,1
M,1,0,3,54,0.25120773,0.748887143,0,1
M,2,0,3,27,0.705882353,2.079279279,1,0
M,2,0,4,53,1.281481482,0.44479396,0,1
M,1,0,3,24,0.71875,1.150541951,1,1
M,2,0,7,40,0.827225131,0.905776954,0,0
M,1,0,2,22,1.45945946,0.851764706,1,1
M,1,0,3,26,0.711864407,0.445372751,1,0
M,5,0,3,57,1.526627219,0.660954013,0,1
M,2,0,3,59,1.271186441,1.220916092,0,1
M,2,0,3,22,1.050847458,0.607667732,1,1
M,1,0,3,45,1.782312925,0.835600466,0,1
M,2,0,5,40,1.44973545,0.730323612,0,1
F,5,0,5,28,1.6875,1.366542751,0,1
M,2,0,2,21,0.206896552,0.503330437,1,1
M,5,0,5,25,1.105263158,0.989159892,1,1
M,2,0,1,32,1.077844311,1.496097138,0,1
F,1,0,2,26,0.948837209,1.107332625,0,1
M,1,0,3,25,1.14893617,0.797973778,1,1
F,1,0,6,24,0.333333333,0.83256785,1,1
M,6,0,3,24,1.306122449,0.963982193,1,1
F,1,0,4,36,0.823529412,1.495947511,0,1
M,5,0,3,20,0.652173913,0.899967202,1,1
M,1,0,5,45,1.126760563,1.107142857,0,1
M,1,0,4,27,0.962962963,0.677346824,1,1
M,1,0,3,29,1.176470588,0.37279597,0,1
F,2,0,2,26,0.875,0.582911392,1,1
M,1,0,1,21,0.931034483,1.042956412,1,0
F,1,0,1,27,2.6875,1.633279483,1,1
M,1,0,1,39,0.705882353,2.254187192,0,1
F,2,0,5,50,1.568627451,1.158760278,0,1
F,2,0,3,30,1.129251701,2.521405049,0,1
F,5,0,4,25,0.476190476,1.031485588,1,1
M,1,0,1,27,0.862068966,0.827586207,1,1
F,3,0,1,24,1.142857143,0.673267327,1,1
F,2,0,6,36,2.50877193,1.452695829,0,0
M,1,0,1,22,0.048780488,0.976761343,1,1
F,1,0,1,27,1.054545455,1.138508371,1,1
F,2,0,1,46,0.813559322,1.15255658,1,1
F,5,0,4,23,0.701298701,0.769757312,1,1
F,1,0,5,32,0.426395939,0.439512348,0,1
M,1,0,5,29,1.166666667,0.952240276,0,1
M,2,0,1,20,0.888888889,0.882022472,1,1
F,1,0,4,26,0.583333333,1.385992218,1,1
M,1,0,7,55,1.651612903,0.860969388,0,0
F,1,0,2,46,0.920634921,0.644673124,1,0
M,1,0,3,26,1.005988024,1.568049632,0,1
F,5,0,1,20,2.352941177,1.44468176,1,1
M,2,0,1,45,1.371727749,0.958742633,0,1
M,1,0,1,23,2,0.702766798,1,1
F,1,0,4,28,1.102362205,1.150867052,0,0
M,2,0,1,30,0.984771574,0.735655738,0,1
M,2,0,3,35,1.411764706,0.785624739,0,1
F,2,0,2,61,0.921348315,1.685578172,0,1
M,2,0,1,44,1.125,0.773248912,0,1
M,2,0,4,33,1.633136095,0.682634731,0,0
M,2,0,1,38,1.534391534,0.917040359,0,1
M,2,0,2,27,0.41509434,0.837815126,1,1
F,5,0,1,50,1,0.945255475,1,1
M,1,0,3,46,2.116883117,0.402252111,0,0
M,2,1,3,35,1.093457944,1.454768476,0,1
M,2,0,3,27,1.367816092,1.858883249,0,1
M,2,0,1,22,2.631578947,1.867877787,1,0
M,1,0,1,22,1.225806452,0.904272152,1,0
F,2,0,4,40,0.72489083,0.859948022,0,1
F,2,0,3,48,0.965174129,0.530723714,0,1
M,5,0,4,59,0.792307692,1.219618869,0,0
M,1,0,3,22,0.941176471,0.7957993,1,1
F,1,0,1,60,0.986425339,1.214345288,0,1
F,2,0,3,47,3.138461539,0.374011299,0,0
M,1,0,2,27,0.5375,0.541992697,0,0
F,2,0,3,48,1.580246914,1.85218254,0,1
M,3,0,5,45,1.230769231,0.865056818,0,1
F,1,0,3,57,0.946564886,1.866182573,0,1
M,1,1,4,57,0.8,0.514423077,0,1
F,1,1,4,25,2,0.769869135,1,1
F,3,0,5,25,1.465753425,2.706971006,0,0
M,1,0,1,56,0.980392157,1.112249651,0,1
M,1,0,1,22,0.98245614,0.547325103,1,1
M,2,0,5,50,0.685082873,1.297271422,0,0
M,1,0,4,41,2.348993289,0.665513663,0,1
M,2,0,5,59,1.430051814,2.02905569,0,1
M,2,0,1,26,1.444444444,1.219368421,1,1
F,3,0,1,21,0.947368421,1.463529412,1,1
M,1,0,3,52,1.841463415,1.531781558,0,0
M,2,0,5,20,0.482758621,0.980431849,1,1
M,2,0,1,24,0.901960784,0.720439963,1,1
M,2,0,5,33,1.396984925,1.195552147,0,1
F,1,0,4,33,0.988636364,0.908888063,0,1
M,1,0,2,21,0.754716981,0.632758099,1,0
M,2,0,3,51,1.333333333,0.646243618,0,1
M,5,0,2,24,1.125,2.293103448,1,1
F,5,0,4,27,1.333333333,0.778889272,1,1
F,2,0,2,22,0.9375,1.111891621,1,1
F,2,0,5,27,1.207373272,0.495499763,0,1
F,5,0,4,21,0.561403509,0.987758548,1,1
F,6,0,3,27,1.428571429,1.550748752,1,0
F,1,0,1,21,0.658227848,0.76344086,1,1
F,2,0,3,25,1.052631579,1.155701754,1,1
M,2,0,1,27,1.628742515,0.706675658,0,1
M,1,0,4,35,1.394594595,1.169432652,0,1
F,5,0,2,22,1.130434783,1.1875,1,1
M,2,0,1,25,2.454545455,1.198362486,1,1
M,2,0,4,26,0.8,1.52833638,1,0
M,1,0,2,27,0.842105263,2.21906924,1,1
F,1,0,2,57,0.767441861,0.47761194,0,1
M,5,0,1,36,1.152317881,1.609104046,0,0
M,2,0,5,54,0.918918919,0.460485021,0,1
F,1,1,2,41,0.994535519,1.537974684,0,1
F,1,0,7,40,1.507462687,0.902116402,0,1
M,1,0,2,26,0.666666667,0.828582898,1,1
M,1,0,5,45,1.126760563,1.107142857,0,1
M,5,0,4,23,0.476190476,0.692099933,1,1
F,5,0,1,25,0.571428571,1.336455331,1,1
M,2,0,3,20,0.666666667,1.23296355,1,0
M,5,0,3,26,1.144186047,1.251148545,0,1
M,2,0,1,26,1.235294118,1.17334458,1,0
M,2,0,3,46,1.656862745,1.504878049,0,1
M,1,0,2,59,1.1,0.928805481,0,1
F,1,0,2,28,1.481481482,0.964047936,1,1
M,5,0,1,24,0.64516129,1.044787951,1,1
M,1,0,2,44,0.622222222,0.719897796,1,1
M,2,0,4,23,0.921875,2.284820031,0,1
M,1,0,2,35,0.73015873,1.35,0,1
M,2,0,5,40,1.44973545,0.730323612,0,1
F,5,0,6,56,0.846153846,1.069727155,0,1
F,1,0,3,45,2.12244898,1.217777778,0,1
F,2,0,4,38,0.804232804,1.912229374,0,1
M,2,0,1,21,2.125,1.306008384,1,1
M,2,0,1,37,1.086956522,0.614225437,1,1
M,1,0,5,23,0.909090909,0.493128537,1,1
M,2,0,2,55,0.355731225,1.014428413,0,1
M,1,0,2,22,1.090909091,0.932939688,1,1
F,2,0,2,34,1.214953271,1.328582146,0,1
M,2,0,2,35,1.655629139,0.989937107,0,1
F,2,0,4,45,0.73151751,1.6,0,0
M,5,0,3,23,1.076923077,0.737964237,0,0
M,2,0,3,51,1.697674419,1.11540526,0,1
F,1,0,1,22,0.166666667,0.937761378,1,1
M,1,0,6,53,2.051724138,1.231202252,0,0
M,3,0,7,49,0.932038835,1.415929204,0,1
F,2,0,4,61,1.464285714,1.37108688,0,1
M,1,0,4,27,1.336538462,2.085205993,0,1
F,3,0,1,58,1.743589744,0.694513716,0,1
F,1,0,4,23,1.179190751,1.446224256,0,1
M,2,0,1,28,2.068965517,1.333868379,1,1
M,2,0,3,61,1.514792899,0.575231054,0,1
F,2,0,1,23,0.980392157,0.81202046,1,1
M,2,0,5,44,0.979591837,0.889037433,0,0
F,2,0,1,20,1.379310345,0.849731664,1,1
M,2,0,4,28,0.372093023,1.327862446,1,0
M,2,0,3,27,1.052631579,1.177713037,1,1
M,2,0,4,53,0.99009901,1.131551901,0,0
F,5,0,3,51,2,0.961672474,0,0
M,2,0,5,34,0.786407767,2.18892186,0,0
M,2,0,2,36,0.842105263,0.570971611,0,0
M,1,0,1,26,0.149253731,1.425378515,1,1
M,1,0,3,24,0.219178082,0.935543278,1,1
M,1,0,4,36,0.857142857,2.603686636,1,0
F,1,0,3,54,0.909090909,0.596418159,1,1
F,1,0,1,26,1.666666667,0.860099338,1,1
M,3,0,3,60,1.3,0.459571748,0,1
M,1,0,3,29,1.129533679,1.761171611,0,1
M,2,1,5,42,0.988593156,0.894756142,0,1
M,1,0,3,23,1.823529412,1.011904762,1,1
M,1,0,1,39,1.088607595,1.463741168,0,1
M,1,0,3,51,1.21686747,2.356517259,0,0
M,1,0,7,58,1.35678392,0.361163992,0,1
M,1,0,3,46,1.041237113,0.883359254,0,1
M,1,0,4,30,1.206349206,1.336611195,0,0
M,1,0,1,25,1.4375,0.624724062,1,1
M,2,0,4,24,1.245098039,0.523481528,0,1
M,5,0,5,59,1.73964497,0.814267073,0,1
M,2,0,4,45,0.842105263,1.115069469,0,1
M,1,0,1,21,0.777777778,1.98405886,1,1
F,5,0,1,24,0.782608696,1.285400659,1,1
M,1,0,3,51,1.21686747,2.356517259,0,0
M,2,0,3,23,0.821052632,0.887770508,0,1
F,6,0,3,25,0.58974359,1.720250522,1,1
M,4,0,2,22,0.465116279,0.868358446,1,0
F,2,1,1,26,0.533333333,1.427095749,1,0
M,2,0,1,20,0.914285714,1.288319369,1,1
M,1,1,1,29,0.285714286,1.512996942,1,1
M,1,0,1,39,1.142857143,1.191018549,1,0
F,2,0,3,57,1.009174312,1.042136003,0,0
M,2,0,1,26,2.230769231,1.29739777,1,1
F,2,0,4,27,0.951807229,1.981470759,0,0
F,5,0,3,23,1.948717949,0.759289176,0,1
F,5,0,1,21,0.954545455,0.768011527,1,1
M,2,0,3,22,1.17948718,0.948750529,1,1
M,5,0,4,55,1.142857143,1.432026144,0,1
M,5,0,3,29,2.561403509,1.549305096,0,1
M,3,0,1,27,0.426229508,0.458814473,1,1
M,1,0,2,26,2.466666667,1.157175399,1,1
M,2,0,3,41,0.801801802,2.467895741,0,0
M,2,0,2,22,2.148148148,2.040290991,1,1
M,5,0,1,21,0.823529412,0.86553099,1,1
M,1,0,4,22,0.979591837,1.240761478,1,1
M,1,0,4,25,1.095238095,0.781326781,1,1
M,1,0,2,23,0.769230769,0.97221135,1,1
M,2,0,2,25,1.6,1.010407632,1,1
F,3,0,3,30,0.87755102,0.942644716,0,1
M,2,0,2,24,2.260869565,0.527443975,1,1
M,2,0,1,26,1.027027027,1.001781473,1,0
M,5,0,5,23,1.090909091,1.10259481,1,1
M,2,0,4,57,1.189189189,1.143622364,0,0
M,5,0,3,27,1.333333333,1.171808832,1,1
F,2,0,4,49,0.921052632,0.813358071,1,1
M,1,0,2,20,0.258064516,1.63917187,1,1
M,2,0,1,25,0.647058824,0.79765625,1,1
F,2,0,3,30,1.712418301,1.109211038,0,0
F,2,0,1,27,1.111111111,0.603834904,1,0
F,3,0,3,31,1.337209302,1.333333333,0,1
M,1,0,2,57,1.570175439,0.87163233,0,1
M,1,0,4,40,2.476190476,1.547619048,0,1
M,2,0,6,31,1.098591549,1.5,0,1
M,2,0,1,37,1.549019608,1.365800866,0,1
M,3,0,6,26,0.860465116,0.987721692,0,1
M,2,0,5,24,1.545454546,1.762085823,0,1
M,1,0,5,41,2.724137931,0.560594415,0,0
M,2,0,2,27,6.166666667,0.774501992,1,1
M,5,0,4,34,1.364341085,0.588937775,0,1
M,1,0,1,28,1.11627907,0.592277992,1,0
M,4,0,2,35,1.027027027,1.125043539,1,0
F,2,0,4,60,0.930693069,1.06401766,0,1
F,2,0,5,31,2.234375,0.890824261,0,0
F,1,0,5,23,0.780487805,0.958579882,1,1
F,5,0,2,26,1.75,1.045614035,0,1
M,1,0,3,51,1.195876289,0.77184466,0,1
M,1,0,2,26,0.115384615,0.469422424,1,1
M,2,0,4,41,1.004115226,1.469975981,0,0
M,1,0,4,26,0.928571429,0.557273088,1,1
M,2,1,3,44,0.925764192,2.127659575,0,1
M,1,0,1,21,1.375,0.65258216,1,1
M,3,0,5,52,1.414364641,1.302642796,0,1
F,1,0,3,27,2.471698113,1.367838799,0,1
F,2,0,4,22,0.415841584,0.526717557,0,1
M,2,0,5,59,1.846153846,0.947936508,0,1
M,1,0,1,50,0.78125,1.67,1,1
M,2,0,2,24,1.311111111,0.683007618,0,1
F,5,0,4,58,1.590909091,0.830236487,0,1
M,1,0,6,54,1.127753304,1.010844561,0,1
F,1,0,4,24,1.522012579,0.991755725,0,1
M,3,0,2,45,0.713178295,0.742237187,0,1
F,2,0,3,53,0.971428571,1.416666667,0,1
M,3,0,4,39,1.177777778,1.512520868,0,1
F,1,0,3,44,0.919254658,2.148960739,0,1
F,1,0,3,56,1.0125,0.558099599,0,1
M,3,0,5,45,1.230769231,0.865056818,0,1
M,1,0,1,27,0.936170213,0.94770318,1,1
M,5,0,4,34,1.364341085,0.588937775,0,1
M,2,0,5,27,0.594594595,0.954545455,0,0
F,2,0,1,36,1.014492754,1.582897033,0,1
F,5,0,1,25,2.4,0.666251944,1,1
M,1,0,3,61,0.521126761,1.060382009,0,1
F,5,0,5,48,1.953125,1.664664118,0,1
F,1,0,4,24,1.227722772,1.507169811,0,0
M,2,0,1,22,0.698795181,0.888984141,1,1
F,2,0,3,26,0.333333333,0.80046225,1,1
F,1,0,3,22,1.675675676,0.67209776,1,1
M,2,0,3,27,0.923076923,1.20361248,1,0
M,2,0,5,28,1.333333333,0.360143443,1,1
F,5,0,5,40,1.657142857,1.388340807,0,0
M,2,0,3,31,1.985074627,1.022670025,0,1
M,2,0,3,24,0.264705882,0.9276278,1,1
F,5,0,4,22,0.912280702,0.972563177,1,0
F,1,0,2,24,0.5,1.512403764,1,1
F,5,0,6,56,0.846153846,1.069727155,0,1
F,1,0,4,26,0.630136986,0.930717863,1,1
M,5,0,3,38,1.014492754,0.96093051,0,1
M,2,0,1,32,1.077844311,1.496097138,0,1
F,1,0,4,28,2.466666667,2.060571429,1,1
F,2,0,4,24,2.81300813,0.947728687,0,1
F,1,0,3,23,0.327868853,1.330284553,1,1
M,2,0,2,51,0.741935484,1.162808945,1,0
M,1,0,4,53,2.865384615,0.629043853,0,1
F,5,0,3,46,0.806122449,1.532031518,0,1
M,2,0,1,22,1.151515152,0.861943987,1,1
F,3,0,3,50,1.104294479,1.02643351,0,0
M,5,0,4,26,0.301886793,0.532986111,1,1
M,1,0,2,53,1.795180723,0.75280236,0,1
M,2,0,2,24,1.20855615,1.344914948,0,0
M,2,0,6,37,0.698961938,0.737067428,0,0
M,2,0,1,38,1.534391534,0.917040359,0,1
M,2,0,6,49,1.01369863,1.672131148,0,1
M,2,0,1,50,1.52173913,1.127191011,1,0
M,3,0,1,25,0.426229508,0.851995761,1,1
F,2,0,5,23,0.962962963,1.113652609,1,1
M,1,1,3,44,1.538461539,0.844792096,0,1
F,5,0,3,24,1.528455285,1.330297723,0,0
M,2,0,5,28,3.9,2.446577095,1,1
M,1,0,7,37,1.020408163,2.746216531,0,1
M,1,0,5,23,0.52631579,2.245373544,1,1
M,2,0,3,21,1.071428571,0.735670937,1,1
M,5,0,3,21,1.756097561,1.308145581,1,1
M,2,0,4,59,1.611940299,1.463224894,0,1
M,1,0,6,36,0.225806452,1.358706986,1,1
M,2,0,3,35,1.84496124,0.983559686,0,1
M,2,0,5,37,0.957345972,1.3434893,0,0
F,1,0,3,21,0.292682927,0.710325921,1,1
M,2,0,5,42,1.790575916,1.296258153,0,0
M,1,0,5,59,2.092307692,1.51120752,0,0
F,1,0,3,60,1.843971631,0.955841766,0,0
M,5,0,2,21,0.693877551,0.640973631,1,1
F,5,0,3,20,0.5,0.697923644,1,0
F,1,0,8,23,1.788944724,1.150725496,0,0
F,2,0,1,22,1.476190476,0.609808102,1,0
M,5,0,1,23,2.16,0.958696476,1,1
M,2,0,4,54,0.928571429,1.470282318,0,0
M,3,0,5,40,0.491620112,1.02205029,0,1
M,1,0,3,54,0.25120773,0.748887143,0,1
M,2,0,5,58,1.359605911,0.944200203,0,1
M,2,0,4,26,0.6,1.009453072,1,1
F,1,0,3,60,1.377777778,2.146611342,0,1
M,1,0,3,23,1.266666667,0.961158192,1,1
F,2,0,1,42,0.876712329,1.351032448,0,1
F,2,0,6,42,1.088372093,0.925642428,0,0
M,1,0,4,33,1.113043478,1.363809524,0,0
M,5,0,1,24,1.36,1.115718055,1,1
F,2,0,2,24,1.464480874,1.479207921,0,1
M,3,1,1,39,1.542553192,0.988487495,0,0
F,5,0,2,53,1.234693878,0.857988166,0,1
M,2,0,6,47,0.620689655,1.736649001,0,1
M,2,0,1,24,0.384976526,1.469935245,0,0
F,5,0,1,27,0.461538462,0.589523065,1,0
F,1,0,4,45,1.92481203,1.17797596,0,0
F,2,0,1,27,0.271186441,1.203876774,1,1
M,1,0,3,60,0.926108374,1.352917825,0,1
M,2,0,1,22,0.892857143,1.071839081,1,1
F,2,0,2,23,1.488095238,1.588614029,0,1
M,1,0,1,24,1.125,0.542165322,1,1
F,3,0,7,27,0.791666667,0.904379562,0,1
M,2,0,1,24,0.931034483,0.60551827,1,1
F,1,0,3,28,1.591836735,1.095317726,0,1
M,3,0,1,21,0.383561644,0.86251021,1,1
M,2,0,3,37,2,1.47444795,0,1
F,1,0,1,21,0.571428571,1.677013045,1,1
M,5,0,3,22,0.857142857,0.822443706,1,1
M,1,0,2,46,0.833333333,1.081796032,1,1
F,5,0,2,34,2.72,0.828276699,1,1
M,6,0,4,21,1.487179487,1.038872692,1,1
M,2,0,2,25,0.551724138,0.751006711,1,1
F,5,0,3,34,1.236051502,0.858462831,0,1
M,5,0,1,24,1.342857143,0.794886364,0,1
M,3,0,1,29,0.88,1.081774844,0,0
M,1,0,5,52,0.615384615,0.829736211,0,1
M,2,0,6,55,1.90990991,1.540833333,0,1
M,1,0,4,27,1.974358974,1.299381593,0,1
F,5,0,1,25,1.045454546,1.785214785,1,1
M,2,0,1,26,0.810810811,1.037128713,1,1
M,1,0,2,36,1.502645503,0.917231001,0,1
M,1,0,4,27,1.315789474,0.958818263,1,1
M,1,0,5,27,1.695121951,0.432797971,0,1
M,2,0,6,40,1.100529101,1.349522293,0,0
F,5,0,1,42,0.806584362,0.786006361,0,1
M,1,0,2,26,0.642857143,1.052503053,1,1
M,5,0,2,60,1.350649351,0.901282434,0,1
F,1,0,3,26,0.551724138,1.078994614,1,1
F,1,0,2,24,0.5,1.512403764,1,1
M,5,0,2,28,0.512820513,1.07113729,1,1
F,5,0,2,27,0.958333333,1.150824823,1,1
M,3,0,2,21,1.588235294,0.811412665,1,1
F,2,0,1,52,0.744769875,0.648593697,0,0
M,5,0,4,27,1.066666667,0.983065199,1,1
M,2,1,1,28,2.011428571,1.580930411,0,1
M,2,0,4,35,1.590909091,0.814844058,0,1
F,2,0,4,56,0.645914397,0.885795634,0,1
M,2,0,3,43,0.923076923,0.535491198,0,0
M,1,0,4,27,0.961538462,0.988367083,1,1
F,2,0,5,37,0.680628272,1.975147155,0,1
M,1,0,1,39,1.088607595,1.463741168,0,1
M,2,0,4,42,1.360406091,1.25343189,0,1
M,1,0,1,23,0.205882353,0.575172916,1,0
M,2,0,1,30,0.984771574,0.735655738,0,1
F,1,0,3,58,1.508196721,0.974642961,0,1
F,1,0,3,33,1.775510204,1.231316726,0,1
M,2,1,4,26,1.755102041,1.379736409,1,0
M,1,0,5,26,0.766666667,0.846503931,1,1
F,1,0,6,23,1.090909091,0.893817577,0,0
M,2,0,5,24,1.684210526,1.336310853,1,0
F,2,0,1,27,1.111111111,0.603834904,1,0
M,2,0,3,22,2.692307692,0.509830976,1,1
M,1,0,2,44,1.643243243,1.363478261,0,1
M,1,0,2,23,0.8,1.240945825,1,1
M,1,0,2,43,1.929577465,1.080236941,0,1
M,1,0,3,22,0.941176471,0.7957993,1,1
M,2,0,2,50,0.914979757,0.733398757,0,0
M,1,0,3,53,1.838383838,1.49255121,0,1
M,1,0,4,28,2.930232558,1.142045455,0,0
M,1,0,3,28,1.649122807,0.776249095,0,1
M,2,0,1,25,0.833333333,0.79984837,1,1
M,1,0,5,30,0.803418803,1.53530572,0,1
M,1,0,4,22,0.979591837,1.240761478,1,1
M,5,0,1,27,0.931034483,0.706351642,1,1
M,2,0,3,24,1.079646018,1.924836601,0,0
F,2,0,4,38,0.804232804,1.912229374,0,1
M,2,0,6,55,1.5,1.216702664,0,1
F,1,0,1,22,1.733333333,1.181330472,1,1
M,2,0,1,21,1.125,0.851449275,1,1
M,5,0,3,25,1.071428571,0.632653061,1,0
M,2,0,2,26,1.437908497,0.991803279,0,0
M,1,0,1,26,1.041666667,1.675029869,1,1
M,1,0,4,50,1.0625,1.338247338,0,1
F,1,0,3,26,2.076923077,1.849300323,1,1
F,5,0,5,59,1.082926829,1.063407722,0,1
F,5,0,2,56,1.648484849,0.453959833,0,0
M,5,0,3,24,0.821428571,2.023567655,1,1
F,2,0,3,44,0.960893855,0.911773747,0,1
M,2,1,5,61,3.319148936,1.579372197,0,0
M,2,0,5,37,1.004329004,1.808425721,0,0
M,1,1,2,27,1.24137931,1.546531303,1,0
M,6,0,3,57,1.004366812,0.862014525,0,1
M,2,0,4,56,0.798165138,0.62613034,0,1
M,1,0,2,43,1.732484076,0.658443216,0,0
M,3,0,1,28,1.04526749,1.412963718,0,1
F,3,0,1,53,1.119565217,0.833905285,0,0
F,5,0,1,25,0.75862069,1.126064736,1,1
M,2,0,2,25,0.807692308,1.75504942,1,1
M,3,0,3,27,2.266666667,1.246125798,1,1
F,5,0,3,25,0.58974359,1.720250522,1,1
M,2,0,4,45,0.994475138,1.390195297,0,0
F,5,0,1,41,0.696774194,1.351196172,0,1
M,1,0,1,27,1.488372093,1.539321357,1,0
M,2,0,5,48,1.714285714,0.752377829,0,1
F,2,0,5,23,0.962962963,1.113652609,1,1
F,5,0,6,23,1.6875,1.329827198,1,1
F,2,0,2,28,2,0.832644628,1,1
M,1,0,6,55,1.442176871,1.257641921,0,0
F,1,0,3,47,0.901234568,1.108974359,0,1
M,1,0,1,37,0.706382979,1.208835341,0,1
M,2,0,1,21,0.846153846,1.182872435,1,1
M,2,0,4,46,4.128205128,1.003476246,0,0
M,2,0,4,58,0.855072464,0.694838933,0,1
M,5,0,1,25,4.545454546,0.641131408,1,0
M,2,0,5,58,1.161616162,1.877713779,0,1
M,1,0,3,25,0.734693878,0.936790924,1,1
M,2,1,4,26,1.388888889,1.465833659,1,1
M,5,0,1,21,4.266666667,0.837550422,1,1
F,1,0,1,26,0.789473684,0.792479603,1,1
M,1,0,1,25,1.48,0.783591731,1,1
M,2,0,1,54,0.153846154,0.693887903,1,1
F,1,0,3,24,2.369747899,0.818259629,0,1
M,1,0,2,42,3.245614035,0.551648352,0,1
F,5,0,3,22,0.756756757,1.020242915,1,1
M,2,0,2,21,1,0.810502283,1,1
M,1,0,3,21,2.444444444,1.199712127,1,1
M,2,0,1,44,2.130841122,2.528244275,0,1
M,1,0,5,47,0.727272727,0.675675676,0,1
M,1,0,5,45,1.004739337,1.10870908,0,1
M,2,0,6,60,1.832167832,1.727065267,0,1
F,5,0,1,34,1.202247191,1.357454772,0,0
M,1,0,1,24,0.578947368,0.695770065,1,1
M,1,0,2,28,1.411214953,0.705,0,0
F,1,0,3,28,0.549019608,0.966379984,1,1
M,2,0,3,29,2.713286713,0.91511254,0,1
M,2,0,2,54,0.435233161,0.775249723,0,1
M,5,0,5,21,0.953846154,1.09198036,1,1
M,1,0,1,22,0.98245614,0.547325103,1,1
M,1,0,4,47,0.964285714,0.574453552,0,1
M,2,0,5,42,1.060728745,1.273036093,0,1
M,2,0,3,26,1.148148148,0.974395448,1,0
F,1,0,3,39,0.747474748,0.810216618,0,1
M,2,0,3,26,1.043478261,0.641076116,1,1
M,5,0,2,25,0.571428571,1.189731248,1,1
F,2,0,1,20,0.722222222,0.451502146,1,1
F,4,0,2,24,0.923076923,1.830697674,1,0
F,2,0,1,20,1.272727273,1.479727017,1,0
F,5,0,4,39,2.258503401,0.984814217,0,1
F,2,0,4,41,1.926829268,1.705679012,0,1
M,2,0,6,40,1.100529101,1.349522293,0,0
M,5,0,6,22,1.5,0.874756145,1,1
M,5,0,5,36,1.381294964,1.202469136,0,0
M,2,0,3,47,0.744897959,1.684859155,0,1
M,1,0,2,25,0.484848485,1.024608501,1,1
F,1,0,2,22,1.282051282,0.992,1,1
M,1,0,2,26,2.057142857,0.944,1,1
F,2,0,1,40,0.440677966,1.27658046,1,0
F,5,0,4,21,0.561403509,0.987758548,1,1
F,1,0,2,37,2.1375,0.49445061,0,0
F,1,0,2,59,1.689655172,1.232447171,0,1
F,5,0,1,22,1.75,1.778680203,1,1
M,5,0,4,59,0.792307692,1.219618869,0,0
M,3,0,3,49,1.010416667,1.45410628,0,1
M,2,0,3,25,0.935483871,0.672424429,1,1
M,1,0,4,36,1.173913044,1.945701358,0,1
M,3,0,1,27,2.456692913,1.415971395,0,1
M,1,0,5,28,0.540540541,0.962552011,0,0
M,1,0,3,43,1.620253165,1.095259594,0,1
M,1,0,2,23,1.083333333,0.953149002,1,1
M,2,0,1,26,2.048780488,0.651231165,1,1
M,1,0,1,21,0.952380952,1.430264993,1,1
M,1,0,4,27,1.010309278,1.287859008,0,1
M,2,0,3,22,0.594594595,0.845413364,1,0
F,2,0,5,24,1.659574468,0.729460296,1,0
M,1,0,2,43,1.139664805,0.820895522,0,1
F,1,0,1,20,1.148148148,0.781181619,1,1
M,2,0,1,45,0.178571429,1.281294964,1,1
M,2,0,1,53,2.08,1.322772277,1,1
F,2,0,3,26,0.333333333,0.80046225,1,1
M,2,0,3,35,0.509433962,1.347407407,0,1
M,2,0,2,55,0.733333333,0.748134808,0,0
M,5,0,1,20,0.75,1.221586848,1,1
F,2,0,1,58,1.445652174,0.799422799,0,1
M,1,0,2,25,0.823529412,0.81300813,1,1
M,2,0,2,23,0.783783784,0.884947268,1,1
M,2,0,3,59,1.008695652,1.286579535,0,0
M,2,0,3,30,1,0.403888889,0,0
F,3,0,4,45,1.189873418,2.133333333,0,1
M,3,0,3,53,0.905982906,1.788878417,0,1
M,1,0,1,21,1.020408163,1.043040293,1,1
F,2,0,1,21,1.333333333,0.93389501,1,1
M,3,0,5,23,1.251231527,0.816072908,0,1
F,2,0,2,20,1.703703704,1.185762712,1,0
F,2,0,3,39,0.753623188,0.584334853,1,0
M,1,0,2,23,0.418604651,1.592767296,1,0
M,1,0,1,22,1.377777778,1.427477262,1,1
F,5,0,1,34,1.470899471,0.429069456,0,1
F,2,0,2,28,0.625641026,0.945073144,0,1
M,5,0,2,27,1.1,1.339905363,1,1
F,1,0,2,23,0.517241379,1.532364597,1,1
M,2,0,2,25,0.518518519,0.771599658,1,1
M,1,1,5,26,0.769230769,0.943198804,1,1
F,1,0,6,53,0.604255319,1.744071588,0,1
F,5,0,5,22,1.391304348,0.834622468,1,0
M,2,0,2,25,0.518518519,0.771599658,1,1
F,3,0,4,26,0.68,0.957321748,1,0
M,2,0,1,28,1.153846154,1.08,1,1
F,1,0,6,25,2.011627907,1.664423886,0,1
F,2,0,1,22,3.210526316,1.944215821,0,1
M,5,0,1,52,1.794520548,0.763905325,0,1
M,1,0,7,36,2.109756098,1.899174272,0,0
M,1,0,6,29,2.326241135,1.599402093,0,1
M,1,0,2,26,0.642857143,1.052503053,1,1
F,1,0,5,34,0.632768362,1.696404794,0,1
F,2,0,6,38,0.826815643,0.988313856,0,1
F,2,0,4,24,0.813559322,1.099457505,1,1
F,2,0,5,54,1.988235294,1.633684211,0,0
M,2,0,5,57,0.443636364,1.167318557,0,0
M,2,0,2,20,0.897959184,0.82241852,1,1
M,5,0,2,41,1.083333333,1.369230769,0,1
F,1,0,3,28,1.135135135,1.098323516,1,1
M,5,0,3,26,1.92,2.068004459,1,1
M,2,0,4,40,1.171974522,1.332519829,0,0
M,2,0,3,61,0.655737705,0.54927054,0,1
M,2,0,5,25,1.666666667,1.334498427,1,1
M,2,0,2,21,0.984615385,1.153214774,1,1
F,5,0,1,52,1.153846154,0.555950752,1,0
F,1,0,6,39,0.917647059,1.82778865,0,1
F,5,0,3,36,1.390243902,0.512790356,0,0
M,1,0,5,52,0.766423358,0.904079383,0,0
M,2,0,4,54,1.410852713,1.161512028,0,0
M,5,0,5,36,1.381294964,1.202469136,0,0
F,2,0,1,25,0.641509434,0.687082013,1,1
F,2,0,5,49,1.462857143,0.747651442,0,1
F,1,0,1,26,0.212765957,0.689705882,1,0
F,1,0,1,21,0.571428571,1.677013045,1,1
M,5,0,2,28,2.928571429,1.235198702,1,1
M,2,0,3,26,1.043478261,0.641076116,1,1
M,2,0,1,22,0.971428571,0.532083211,1,1
M,5,0,5,33,1.396984925,1.195552147,0,1
M,2,0,6,22,0.666666667,0.668485675,1,1
M,2,0,4,44,1.2,1.101036269,0,1
M,2,0,5,22,0.507462687,0.439421338,1,1
M,2,0,2,43,0.933333333,0.942948718,1,1
M,2,0,1,53,1.081481482,0.717478053,0,1
F,1,0,1,25,1.423076923,0.567263088,1,1
F,1,0,1,44,1.379310345,0.895522388,1,1
F,1,0,2,27,2.16,0.698725377,1,1
M,2,0,7,46,0.350877193,1.599840891,0,0
M,2,0,3,24,1.079646018,1.924836601,0,0
F,1,0,3,25,0.612244898,1.265751716,0,1
M,2,1,3,35,1.093457944,1.454768476,0,1
F,1,0,3,61,1.122362869,0.921651872,0,0
F,2,0,3,25,1.217391304,0.688661358,1,1
F,1,0,4,39,1.657458564,1.803278689,0,0
F,2,0,5,43,1.03960396,1.148923077,0,1
M,3,0,6,51,0.72,1.008635579,0,1
M,1,0,2,46,0.184615385,1.333082707,1,1
M,2,0,3,38,1.61038961,2.377601586,0,1
F,5,0,3,24,1.285714286,1.156284153,1,1
M,1,0,6,42,1.17562724,1.131899642,0,1
F,2,0,2,54,1.12,1.556285949,0,1
F,5,0,3,46,0.806122449,1.532031518,0,1
M,1,0,5,49,1.106796117,0.861744966,0,1
M,1,0,7,58,1.35678392,0.361163992,0,1
M,2,0,1,24,0.90990991,1.528284672,0,1
M,1,0,2,22,1.948717949,1.301507538,1,1
M,2,0,1,26,1.684210526,0.734822052,1,1
M,2,0,3,32,0.724137931,0.66255144,0,1
M,2,0,4,49,1.325301205,1.513409962,0,1
M,5,0,5,22,0.869565217,0.834480498,0,1
M,1,0,1,20,0.965517241,0.63255814,1,1
,5,0,1,40,2.055172414,1.541153082,0,1
M,5,0,4,39,1.177777778,1.512520868,0,1
M,5,0,1,46,1.607476636,0.782768103,0,1
F,2,0,5,51,1.929411765,1.202791103,0,1
M,2,0,1,25,1.16,0.768819599,1,1
M,5,0,4,28,1.531914894,1.337837838,1,1
M,1,0,1,23,0.205882353,0.575172916,1,0
F,3,0,4,41,2.034883721,1.665961945,0,1
M,1,0,2,58,0.389937107,1.20992491,0,0
F,1,0,2,45,1.621621622,0.656687898,1,0
M,2,1,1,22,0.727272727,0.501424501,1,0
F,2,0,2,21,1.870967742,0.690662865,1,1
M,2,0,4,22,0.939393939,1.347608851,1,1
M,3,0,5,22,0.869565217,0.834480498,0,1
M,5,0,4,33,1.1,1.061585198,0,1
F,1,0,3,51,1.091633466,0.8997669,0,0
M,1,0,1,26,0.244897959,0.804331591,1,1
F,5,0,1,22,0.344827586,1.142565499,1,1
M,1,0,2,26,0.814814815,0.547863034,1,1
M,1,0,1,27,1.47,0.878374087,0,1
M,2,0,4,27,0.96969697,0.865946379,1,0
F,1,0,2,22,0.121212121,1.189213483,1,1
M,2,0,4,24,1.12,0.584861029,0,0
M,1,0,3,28,0.563380282,1.351663272,1,0
F,1,0,3,43,0.872340426,0.528445748,0,1
F,1,0,1,44,1.379310345,0.895522388,1,1
M,1,0,4,55,2.608695652,1.141870901,1,1
M,1,0,6,57,0.926470588,1.179651696,0,1
M,2,1,2,22,0.4,1.054478301,1,1
M,2,0,1,25,1.851851852,1.242306025,1,1
M,2,0,1,60,0.445454546,0.760042659,0,1
F,2,0,1,27,1.538461539,1.038746909,1,1
M,2,0,2,42,0.796116505,1.268680445,0,0
M,1,0,2,22,1.306122449,0.611143695,1,1
M,1,0,6,24,0.814516129,1.743190662,0,1
M,2,0,6,44,0.766169154,0.858506649,0,1
M,4,0,2,31,1.614035088,1.114658926,0,1
M,3,0,4,21,1.675675676,1.7573474,1,1
M,1,0,3,25,1.024390244,1.390728477,1,1
F,1,0,6,37,2.486111111,1.592580325,0,1
F,2,0,1,35,1.49726776,0.86758297,0,1
M,1,0,1,23,1,1.064295486,1,0
M,2,0,3,24,1.56302521,0.665483585,0,1
M,1,0,2,24,0.444444444,1.388379205,1,1
F,1,0,5,53,0.72611465,1.313264346,0,1
M,1,0,3,26,0.679245283,0.416618911,1,0
M,2,1,6,43,1.655172414,0.738876732,0,1
F,1,0,1,26,1.322033898,0.905489063,1,1
F,2,0,1,23,0.830188679,1.235185867,1,1
M,5,0,3,59,1.139896373,1.603527607,0,1
M,2,0,1,44,1.897435897,1.20358116,1,1
F,1,0,5,56,1.142857143,0.60041301,0,1
M,1,0,7,46,1.293023256,1.270279146,0,1
M,3,0,3,60,0.8,1.511668107,0,0
M,1,0,5,32,2.136645963,1.047120419,0,0
M,2,0,1,32,0.737967914,1.531330472,0,1
M,5,0,1,25,0.388888889,0.970620239,1,1
M,2,0,2,25,1.321428571,0.837383178,0,0
F,5,0,3,21,1.897435897,1.367119901,1,1
F,1,0,4,31,1.442424242,1.191149355,0,1
M,2,0,2,55,1.320197044,0.752550057,0,0
F,2,0,2,26,2,1.195621133,0,0
M,1,0,1,25,1.404255319,1.788470268,1,1
M,4,0,1,27,0.912280702,1.307987443,1,1
M,1,0,4,33,1.113043478,1.363809524,0,0
M,1,0,2,24,0.949152542,1.377825619,1,1
M,1,0,6,49,1,1.92412231,0,1
M,3,0,4,24,1.34375,0.786806114,1,1
M,1,0,2,28,1.411214953,0.705,0,0
F,2,0,4,55,1.419047619,0.889268918,0,1
M,5,0,5,25,2.206896552,0.773767947,1,0
M,3,0,3,31,0.586538462,0.882245272,0,1
F,2,0,4,44,1.218390805,0.769762088,0,1
M,2,0,3,46,0.829875519,1.699518178,0,1
F,1,0,1,26,2.952380952,0.96124031,1,1
M,1,0,2,24,0.244897959,0.718970273,1,1
F,2,0,1,28,1.163636364,0.851796407,1,1
F,2,0,1,20,1.379310345,0.849731664,1,1
M,1,0,5,24,1.944444444,0.476142388,1,1
M,1,0,5,58,1.684210526,1.522144522,0,1
F,1,0,5,46,0.910569106,1.220247062,0,1
M,6,0,1,22,0.76056338,0.687454677,1,1
M,1,0,4,21,1.314285714,0.945937401,1,1
M,1,0,1,22,1.808219178,1.201472557,0,0
M,2,0,4,52,1.450980392,0.942222222,0,1
F,2,0,4,27,1.636363636,0.993726474,1,1
M,5,0,1,35,0.865671642,0.698902403,0,1
F,1,0,4,21,0.888888889,0.61519976,1,1
M,1,0,1,24,1.265306122,0.938198941,1,1
M,2,0,1,24,1.15625,1.664880662,1,1
M,2,0,2,44,3.540229885,0.478023974,0,0
M,1,0,1,23,0.592592593,1.090248963,1,1
F,1,0,1,24,0.723404255,0.862188584,1,1
M,1,0,5,28,1.764705882,1.628762542,1,1
M,1,0,2,28,3.043478261,0.677283068,1,1
M,5,0,3,20,0.652173913,0.899967202,1,1
F,1,0,3,23,0.327868853,1.330284553,1,1
M,1,1,2,27,1.24137931,1.546531303,1,0
F,2,0,2,23,0.724637681,1.136860516,1,1
M,3,0,3,29,0.317073171,1.29804865,0,1
M,2,0,1,25,1.65,0.552593027,1,1
M,1,0,2,61,1.15,0.934857143,0,1
F,3,0,1,21,1.185185185,0.56584022,1,1
M,5,0,4,37,1.011627907,1.182194617,0,1
F,3,0,5,21,0.590909091,1.334448161,1,1
F,2,0,3,26,0.62962963,1.957330416,1,1
F,1,0,2,32,1.008130081,1.351462288,0,0
M,2,0,1,26,0.259259259,1.102721686,1,1
F,2,0,3,26,0.62962963,1.957330416,1,1
M,3,0,6,47,1.30952381,0.912693083,0,0
F,1,0,1,25,0.216216216,0.551686616,1,0
M,1,0,4,25,0.727272727,1.346376167,1,1
M,1,0,6,54,0.956521739,0.584108424,0,1
M,2,0,2,27,2.48,1.652045343,1,1
F,5,0,4,37,1.393103448,0.72163776,0,1
M,1,0,6,26,1.204545455,0.784283513,0,1
M,2,0,5,49,1.084745763,1.53146023,0,1
F,1,0,1,61,1.411764706,1.953154876,0,1
M,3,0,6,33,1.242105263,0.797907489,0,1
F,1,0,3,22,0.8,0.971830986,1,1
M,1,0,2,26,0.188679245,1.065602222,1,1
M,1,0,2,21,0.433333333,1.199339662,1,1
M,1,0,3,26,0.97752809,0.829349904,0,0
M,5,0,1,25,3.176470588,0.543071161,1,1
M,2,0,1,32,0.737967914,1.531330472,0,1
F,2,0,1,20,0.666666667,0.923190547,1,1
M,1,1,1,26,2.588235294,1.232490272,1,1
F,5,0,3,51,2,0.961672474,0,0
M,1,0,4,50,0.80794702,1.703881169,0,1
F,1,0,1,24,0.814814815,0.530359356,1,1
F,4,0,6,57,0.889830509,1.302931596,0,1
M,3,0,5,22,0.615384615,0.631737656,1,1
M,2,0,2,31,1.303030303,0.76230315,0,0
M,4,0,4,49,0.74611399,1.958246347,0,1
M,3,0,3,44,1.695906433,1.457464981,0,1
M,1,0,2,23,0.418604651,1.592767296,1,0
M,1,0,6,40,1.309734513,0.897297297,0,1
M,1,0,4,25,1.019417476,0.850998464,0,1
F,5,0,5,24,2.608695652,0.586666667,1,0
F,2,0,4,26,1.804878049,0.752257558,1,1
M,1,0,6,58,0.666666667,0.652713556,0,1
M,5,0,5,27,0.855421687,1.655335222,0,0
M,2,0,2,21,0.432432432,0.964713296,1,0
F,2,0,4,36,1.637681159,0.920187793,0,1
F,1,0,3,25,1.066666667,0.857846587,1,0
M,2,0,4,56,1.177142857,1.699834163,0,1
M,2,0,1,31,1.08411215,1.096565657,0,1
F,2,0,4,28,0.581818182,1.0551291,1,0
M,2,0,1,50,0.575163399,1.394382023,0,1
M,5,0,5,26,1.096774194,0.620999103,1,1
M,2,0,2,23,0.744186047,0.428842505,1,1
M,2,0,4,29,0.845814978,1.510248112,0,1
M,1,0,1,27,0.28,0.85275384,1,1
M,4,0,5,56,1.688311688,1.396715098,0,1
M,5,0,2,20,1,0.981754386,1,1
F,1,0,2,29,2.194174757,1.561682243,0,1
M,2,0,4,54,0.928571429,1.470282318,0,0
M,3,0,5,55,1.034883721,1.584830339,0,1
M,1,0,1,23,1.56,0.971698113,1,0
M,4,0,3,42,1.476923077,1.298181818,0,0
F,2,0,1,29,1.202247191,0.764777575,0,1
M,2,0,4,24,1.323529412,1.012075472,0,0
M,5,0,1,23,0.538461539,0.782004631,1,1
F,1,0,3,21,0.292682927,0.710325921,1,1
F,1,0,5,55,0.849315069,1.049832171,0,1
M,2,0,2,27,0.847457627,1.460548405,1,1
M,2,0,1,53,1.081481482,0.717478053,0,1
F,4,0,5,20,1.056603774,1.079604334,1,1
F,2,0,1,22,3.210526316,1.944215821,0,1
M,1,0,4,25,1.6,0.947197401,1,1
M,2,0,1,26,0.810810811,1.037128713,1,1
F,2,0,5,38,1.620437956,1.326215896,0,1
F,1,0,1,30,1.073529412,1.143211407,0,1
M,2,0,2,24,1.014925373,2.15339233,1,0
M,2,0,4,41,2.35483871,1.10623039,0,1
M,1,0,5,32,1.592105263,1.103993971,0,1
F,1,0,4,23,1.567567568,1.066580059,1,1
F,2,0,6,39,1.954887218,0.863468635,0,0
F,1,0,3,23,0.222222222,0.679681056,1,1