-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
112 lines (101 loc) · 4.05 KB
/
index2.html
File metadata and controls
112 lines (101 loc) · 4.05 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Code @ BerkeleyBiostats</title>
<meta name="description" content="">
<meta name="author" content="UC Berkeley Division of Biostatistics">
<!-- HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="/theme/html5.js"></script>
<![endif]-->
<!-- Styles -->
<link href="/theme/bootstrap.min.css" rel="stylesheet">
<link href="/theme/local.css" rel="stylesheet">
<link href="/theme/pygments.css" rel="stylesheet">
<!-- Feeds -->
</head>
<body>
<div class="topbar">
<div class="topbar-inner">
<div class="container-fluid">
<a class="brand" href="/">Code @ BerkeleyBiostats</a>
<ul class="nav">
<li><a href="/">UC Berkeley Biostats Software Community</a></li>
<li ><a href="/category/blog.html">Blog</a></li>
<li ><a href="/category/software.html">Software</a></li>
</ul>
<p class="pull-right"><a href="/archives.html">[archives]</a> <a href="/tags.html">[tags]</a></p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="sidebar">
<div class="well">
<h3>Blogroll</h3>
<ul>
<li><a href="http://biostats.bepress.com/ucbbiostat/">U.C. Berkeley Division of Biostatistics Working Paper Series</a></li>
</ul>
<div class="social">
<h3>Social</h3>
<ul>
<li><a href="https://twitter.com/target_learning">Targeted Learning</a></li>
<li><a href="https://twitter.com/laan12345">Mark J. van der Laan</a></li>
</ul>
</div>
</div>
</div>
<div class="content">
<div class="page-header"><h1> Code @ BerkeleyBiostats </h1></div>
<div class='article'>
<h2>tmle R Package</h2>
<div class="well small">Permalink: <a class="more" href="/tmle-r-package.html">2015-11-22 22:41:00-08:00</a>
by <a class="url fn" href="/author/admin.html">admin </a>
in <a href="/category/software.html">Software</a>
tags: <a href="/tag/r.html">R</a> <a href="/tag/tmle.html">TMLE</a> </div>
<div class="summary"><p>tmle R Package</p> <a class="btn primary xsmall" href="/tmle-r-package.html">more…</a>
</div>
</div>
<div class='article'>
<h2>tmlecte R Package</h2>
<div class="well small">Permalink: <a class="more" href="/tmlecte-r-package.html">2015-11-22 22:41:00-08:00</a>
by <a class="url fn" href="/author/admin.html">admin </a>
in <a href="/category/software.html">Software</a>
tags: <a href="/tag/r.html">R</a> <a href="/tag/tmle.html">TMLE</a> </div>
<div class="summary"><p>tmlecte R Package</p> <a class="btn primary xsmall" href="/tmlecte-r-package.html">more…</a>
</div>
</div>
<div class='article'>
<h2>tmlenet R Package</h2>
<div class="well small">Permalink: <a class="more" href="/tmlenet-r-package.html">2015-11-22 22:41:00-08:00</a>
by <a class="url fn" href="/author/admin.html">admin </a>
in <a href="/category/software.html">Software</a>
tags: <a href="/tag/r.html">R</a> <a href="/tag/tmle.html">TMLE</a> <a href="/tag/networks.html">networks</a> </div>
<div class="summary"><p>tmlenet R Package</p> <a class="btn primary xsmall" href="/tmlenet-r-package.html">more…</a>
</div>
</div>
<div class='article'>
<h2>Welcome to Code @ BerkeleyBiostats</h2>
<div class="well small">Permalink: <a class="more" href="/welcome-to-code-berkeleybiostats.html">2015-11-22 22:41:00-08:00</a>
by <a class="url fn" href="/author/admin.html">admin </a>
in <a href="/category/blog.html">Blog</a>
</div>
<div class="summary"><p>Welcome to <strong>BerkeleyBiostats</strong> on GitHub pages.</p> <a class="btn primary xsmall" href="/welcome-to-code-berkeleybiostats.html">more…</a>
</div>
</div>
<div class="pagination">
<ul>
<li class="prev"><a href="/index.html">← Previous</a></li>
<li class=""><a href="/index.html">1</a></li>
<li class="active"><a href="/index2.html">2</a></li>
<li class="next disabled"><a href="#">→ Next</a></li>
</ul>
</div>
<footer>
<p>Powered by <a href="http://getpelican.com/">Pelican</a>. Theme based on <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>.</p>
<p>© UC Berkeley Division of Biostatistics</p>
</footer>
</div>
</div>
</body>
</html>