Displaying 4 results from an estimated 4 matches for "statistice".
Did you mean:
statistics
2006 Jul 07
1
Rpad Server Installation on Windows XP
...the whole website with the page loading sign staying on my
screen (like forever)
but if I push "calculate" button noting happens and the "page loading"
sign goes away.
Here, I think I have completed all steps needed,
but I think I got something wrong with "Install the Statistice-
R_perl_interface that come with Rpad in the serverversion directory." part.
My Question: When I try installing serverversion files, I used
-perl makefile.pl
-nmake
-nmake install
in C:/Perl/bin directory. But I think the directory of perl might be
some problem. I asked somebody out a...
1997 Apr 29
0
R-beta: New R package for survival analysis
...a S-plus package, but has made some small adjustments to
make it work on R. This can now be down loaded in a separte file.
In version 1.1 of addreg (last quarter 1997?), I'll plan to give a full
R version with the same functionality as the S-plus version.
Harald Fekjaer, Section of Medical Statistice, University of Oslo
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-hel...
1997 Apr 29
0
R-beta: New R package for survival analysis
...a S-plus package, but has made some small adjustments to
make it work on R. This can now be down loaded in a separte file.
In version 1.1 of addreg (last quarter 1997?), I'll plan to give a full
R version with the same functionality as the S-plus version.
Harald Fekjaer, Section of Medical Statistice, University of Oslo
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-hel...
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