-
Notifications
You must be signed in to change notification settings - Fork 2
/
BDR-TODO.html
36 lines (27 loc) · 924 Bytes
/
BDR-TODO.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
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>BDR's TODO list</title>
</head>
<body bgcolor="#FFFFFF">
<h1 align=center>BDR's TODO list</h1>
<p>
<i>This page contains my plans for enhancements to R. Remember R comes
with absolutely no warranty, and that applies to this site and this
page in particular.</i>
<p>Brian Ripley
<tt><a
href="mail:ripley@stats.ox.ac.uk">ripley@stats.ox.ac.uk</a></tt></p>
<hr>
<ul>
<li>Port the GraphApp interface used on Windows to Unix, via the Motif
version of GraphApp. [This looks much harder than expected due to lack
of portability of GraphApp.]
<li>Something better than <tt>gam</tt> for additive models. Perhaps
along the lines of BRUTO (in package <tt>mda</tt>). [Package
<tt>mgcv</tt> has since gone a long way in this direction.]
</ul>
<hr>
</body>
</html>