[R] Splus-funktion "haplo.score"

Uwe Ligges ligges at statistik.uni-dortmund.de
Thu Aug 8 21:35:58 CEST 2002


Andreas.Froehlich at imbs.mu-luebeck.de wrote:
> 
> Sehr geehrte Damen und Herren,
> 
> hiermit möchte ich bei Ihnen nachfragen, ob die für Splus
> geschriebene  "haplo.score"- Funktion auch unter R verwendet werden
> kann.
> siehe
> http://www.mayo.edu/statgen/software/

There are two questions:
 a) is it *allowed*? --- look for license information or ask the authors
for the license.
 b) is it possible?  --- ask the authors if a port is available, using
the "package" won't be possible without modifications, I think.


> Wenn ja, wie sind die Aufrufe
> Splus CHAPTER -m  und
> Splus make
> in R zu realisieren?

R has another principle of workspaces and packages than S-Plus. 
There is no need to create a workspace before you start, since R will
save a new one in your working directory if you tell R to save it (e.g.
at the end of your session).
To install a package use "R INSTALL package_version.tar.gz" for R
packages (the one you mentioned is NOT an R package). For details
consult the manuals "R Installation and Administration and " and
"Writing R Extensions". 
If you are an R beginner, you should consult the manual "An Introduction
to R" as well.


> Herzlichen Dank für Ihre Mühe
> mit freundlichen Grüßen

You are welcome.

Uwe Ligges

BTW: English is the appropriate language on this list ....
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list