-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0__plans.html
146 lines (123 loc) · 3.66 KB
/
0__plans.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<title> Plans</title>
<script src="library/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="library/bootstrap-3.3.5/css/paper.min.css" rel="stylesheet" />
<script src="library/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="library/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="library/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="library/navigation-1.1/tabsets.js"></script>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
height: auto;
}
</style>
<script src="library/auto_tab_first_section.js"></script>
</head>
<body>
<div class="container-fluid main-container">
<div class="row">
<div class="col-md-2" style="border-top:solid #E2A674 20px"></div>
<div class="col-md-2 rpqa" style="border-top:solid #9F3B2B 20px"></div>
<div class="col-md-4" style="background:black;text-align:center"><a href="index.html" style="color:white"><i class="glyphicon glyphicon-th-list"></i> Back to index</a></div>
<div class="col-md-2 hist_sweden" style="border-top:solid #21523B 20px"></div>
<div class="col-md-2 mod_sweden" style="border-top:solid #8A846C 20px"></div>
</div>
</div>
<div class="container-fluid main-container">
<div id="plans" class="section level1">
<h1>Plans</h1>
<div id="main-analyses" class="section level2">
<h2>Main analyses</h2>
<ul>
<li>without random effect for family, with paternal age</li>
<li>with random effect for family
<ul>
<li>without paternal age diff</li>
<li>with paternal age diff</li>
<li>nonlinear effect of paternal age</li>
</ul></li>
</ul>
</div>
<div id="supplementary-analyses" class="section level2">
<h2>Supplementary analyses</h2>
<ul>
<li>grandpaternal age effects</li>
</ul>
</div>
<div id="episodes-of-selection" class="section level2">
<h2>Episodes of selection</h2>
<ul>
<li>Survival first year</li>
<li>Survival to 15</li>
<li>Ever married</li>
<li>MS: Ever divorced</li>
<li>Children</li>
</ul>
</div>
<div id="robustness-analyses" class="section level2">
<h2>Robustness analyses</h2>
<ul>
<li>cut off for birth year 20 years earlier/later</li>
<li>relaxed ex-/inclusion criteria</li>
<li>control birth order as a continuous predictor</li>
<li>control age at orphanhood?</li>
<li>control parental loss only up to age 5</li>
<li>control father’s age at first birth</li>
<li>Down syndrome robustness check?</li>
<li>separate random effect for mother and father</li>
<li>moderation by paternalage.mean?</li>
<li>moderation by sex</li>
<li>moderation by birth.cohort</li>
<li>MS
<ul>
<li>add zeroes to show that missing dead children don’t matter</li>
<li>age when parents divorced?</li>
</ul></li>
<li>RPQA
<ul>
<li>control urban status,</li>
<li>emigrant, indian, immigrant</li>
<li>random effect for place code</li>
<li>relax exclusion criteria: include all families</li>
</ul></li>
</ul>
</div>
<div id="sensitivity-analyses" class="section level2">
<h2>Sensitivity analyses</h2>
<ul>
<li>MS: control education</li>
<li>control reproductive timing
<ul>
<li>age at first child</li>
<li>age at last child</li>
<li>interbirth interval</li>
</ul></li>
<li>control age</li>
</ul>
</div>
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
$(document).ready(function () {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
});
</script>
</body>
</html>