# ........................................................................ #
#
# Italy, Tus 2008
#
#  Questionnaire:
#  How often do you usually go to church 
#  or another place of worship
#
#  The scale is:
#
#     1 - Never                (  0/364)
#     2 - A few times a year   (  6/364)
#     3 - A few times a month  ( 24/364)
#     4 - Once a week          ( 52/364)
#     5 - A few times a week   (182/364)
#     6 - Every day            (364/364)
#
# From the article:
# For the item used, the respective stylized values we identified with weights applied (t/364) to the different
# response options were: 
# 0 times out of 364 for the option “never”, with a weight of 0.0; 
# 6 times out of 364 for “a few times a year”, with a weight of 0.01648; 
# 24 times out of 364 for “a few times a month (but less than four times)” with a weight of 0.06593; 
# 52 times out of 364 for “once a week” with a weight of 0.14286; 
# 182 times out of 364 for “a few times a week” with a weight of 0.50;
# 364 times out of 364 for “every day” with a weight of 1.0
#
#  Diary code:
# 
#  Activity codes relating to religious attendance and relative descriptions: 
#  (4321) Religious practice, services and prayer in a place of worship. 
#  Definition: Attend services, pray in a place of worship, catechesis, etc. 
#  Examples: I attend Mass, I follow a confirmation course, I pray in a mosque. 
#  Notes: (1) Singing in a church choir is classified as 7120; 
#         (2) visiting a church or another place of worship for tourism is 
#             included in 5290; 
#         (3) attending religious ceremonies such as weddings, christenings, 
#             etc. is coded as 4323.
#
#  Place codes relating to religious attendance and relative descriptions: 
#        (38) Places of religious worship and connected areas (church, mosque, 
#         synagogue, parish recreation centre).
# ........................................................................ #

Title =‘Calibrating questionnaires with daily diaries: religious behavior (Italy 2008)‘

# Model 1 -> Uniform
# Model 6 -> Linear
# Model 11 -> New Uniform
# Model 16 -> New Linear
Model = 6;16

# Measured density
0.2387;0.8852;3.3907;10.7446;17.3178;51.4902  

# Stylized density
0.00; 1.648;6.593; 14.286; 50.000; 100.000

# Sub-sample categories
4565; 10372; 6488; 7172; 1728; 348           

# Additional options

# Six  times a week 312/364 = 85.714
# Five times a week 260/364 = 71.428
# Four times a week 208/364 = 57.142  
# Once a month 52/364 =3.296
# Twice a year  2/364 = .549
# Once a year   1/364 p=.274
# Less than once a year (.5/364)

AddStyVal = 0.274; 0.549; 3.296; 57.142; 71.428; 85.714


#Output = Reli08xls.xlsx

#AreaCalibra, insert area delimitation lines (default 0 No, 1 Yes).
CalibraArea = 1

# CdFCum, graphs with retro-cumulate Cdf (default 0 No, 1 Yes)
CdFCum = 1