Which computers have R/Splus available at
University of Kentucky?
-
Splus is available at the HP machine of the ccstat.uky.edu. (For those of
you who know Convex-HP, ccstat replaces Convex-HP for the statistical
computation.)
ccstat.uky.edu (128.163.2.23) HP K460 server (4 processors)
You start Splus by type Splus5 [this is no longer valid]
In the meantime, we have R (an Splus clone) on all the windows machine.
I have written
a short note on R
(sort of R survival guide).
- The Chinese version of that
R survival guide and
Another version
- A short Introduction to R/Splus in Chinese by Li Dong Feng
Mirrored here
-
R (an Splus clone) is also available on all the Win PC's in the
ms/as domain. This pretty much include all the networked PC's
in the POT and Classroom Building (Rm307 and Rm309).
-
Manage your R workspace and command hisory
- Install R packages to your
local directory.
Some R/Splus functions that I wrote or modified.
-
simple bootstrap.
Another
simple bootstrap. This modification of the function given in Efron
and Tibshirani's book makes the successive run of the bootstrap( ) function
consistent. For example boot2(x,10,theta) and boot2(x,20,theta) will have
their first 10 values exactly the same if you set the same seed.
An R function that combines the logrank test
and another test for cross hazards.
A simple R function for
compute the Kaplan-Meier estimator.
A simple R function for
compute the Nelson-Aalen estimator.
An S/R function for compute the
Kaplan-Meier estimator at given times.
(needs survival package) [this is too complecated, see below.]
A simple S/R function for compute the
Kaplan-Meier estimator at given times. (needs survival package)
An R function for compute confidence intervals
by nonparametric bootstrap bias corrected percentile method.
An R function for compute confidence intervals
by nonparametric bootstrap percentile method.
A two-sample log-rank test, for R.
A one-sample log-rank test, for R.
A combined test, good for cross hazard alternative.
Compute the power of a one sample binomial
test.
Compute the power of a chi-square test,
for testing the equality of several proportions (rates).
Compute the power of an F-test,
in the oneway ANOVA setting.
Estimate the hazard function from right
censored sample.
Fake data from n, xbar, and s.
This might be used to do a t-test, or z-test.
Z-test (t-test with a known var) .
Splus Functions to do stepwise
regression by PRESS
Some R/Splus or SAS examples.
An example of use apply with 3-dim
array and survfit
A sas example.
A sas example of logistic regression.
A sas example (oneway ANOVA).
A sas example (2 way ANOVA).
A sas example (ancova).
A sas example: proc lifetest.
A sas example of proc lifereg.
SAS examples of phreg
Move data from SAS to R
Some Links:
Graph in LaTex
Scompile.
(translate S to C)
A book called Spoetry.
(for programmers.)
Windows Unix-like Utilities
vi on Windows9x.
All about vi.
Download DOS32 version of vim that handles long
file names. (450k)
Gcc on Windows
C, C++, F77 compiler, etc
TTSSH: A terminal emulator/telnet client for Windows.
An R manual