-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDone
47 lines (32 loc) · 1.49 KB
/
Done
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
-- this file should contain things that were in ./TODO-MM
1) [Juni 2002]:
getint() Dinge sind eigentlich überflüssig, seit ich's ins R getan habe:
in R haben wir jetzt findInterval() {*mit* C API!}
==> In src/getint.c entfernen;
R code durch "findInterval()" (oder approx() !) ersetzen
Frage: Kann auch "lin_interpol" etc ersetzt werden durch findInterval()??
--------> R/interpolation.R ./interpol-ex.R
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
/u/maechler/R/MM/MISC/findInt-performance.R
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
==> Haben ``R only'' Package, welches auch unter Windows leicht
installierbar wäre ---> CRAN package ?
2) [Juni 2002]:
Etliche der "R CMD check" Warnungen ( --> /u/sfs/R/SfS.Rcheck/00check.log )
wären zu beheben durch Umnennen von Funktionen
boxplot.matrix() {oder ?}
plot.step()
print.tbl()
...
==> Rausfinden, wo jemand hier am SfS solches benutzt ..
4) rnlm() : need print.* and summary.* methods (and resid(), fitted(), ...)
------ --> R/rnls.R :
Done; mostly by Andreas Ruckstuhl; Aug.2005
Note: R 2.3.0 has an nls() with proper "weights = ...."
--> use that once 2.3.x is ``common place''
6) huberM() --> being moved to ../robustbase/ !!
-------- mention this on the help page man/huberM.Rd
as soon as robustbase is on CRAN
o) add Duplicated()
** Make use of R/p.res.2x.formula.R --> generic function with
default and formula method where the latter calls the former.