Displaying 4 results from an estimated 4 matches for "statisticizing".
2006 Jul 07
1
Rpad Server Installation on Windows XP
Hello,
I have a question about Rpad Server Installation on Windows XP.
Here is a guide
http://www.rpad.org/Rpad/ServerNotes.html
and I have been reading this more than ten times to figure this out, but
still having trouble executing a Rpad website properly.
Problem: for example, if I go to http://loclhost/Rpad/example1.rpad,
I can see the whole website with the page loading sign staying on
1997 Apr 29
0
R-beta: New R package for survival analysis
Dear people at r-announce
At "http://www.med.uio.no/imb/stat/addreg/",
you can now find the new package addreg (version 1.0).
It performs additive hazards regression, which is an alternative (or
supplement) to the Cox model. It results in plots that are informative
regarding the effect of covariates on survival.
I wrote it as a S-plus package, but has made some small adjustments to
1997 Apr 29
0
R-beta: New R package for survival analysis
Dear people at r-announce
At "http://www.med.uio.no/imb/stat/addreg/",
you can now find the new package addreg (version 1.0).
It performs additive hazards regression, which is an alternative (or
supplement) to the Cox model. It results in plots that are informative
regarding the effect of covariates on survival.
I wrote it as a S-plus package, but has made some small adjustments to
2012 Jun 19
1
Scaling a "density".
Folks,
I have a small dataset of counts of recoveries on defaulted loans:
recoveries<-structure(c(0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1,
0, 0, 0, 0, 0, 4, 0, 1, 2, 2, 12), .Dim = c(11L, 2L), .Dimnames = list(
NULL, c("pcts", "counts")))
Here is the data in columnar form:
pcts counts
[1,] 0.0 0
[2,] 0.1 0
[3,] 0.2 0
[4,] 0.3