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/ Wenn ja, wie sind die Aufrufe Splus CHAPTER -m und Splus make in R zu realisieren? Herzlichen Dank f?r Ihre M?he mit freundlichen Gr??en -- Dr. rer. nat. Andreas Fr?hlich Institute of Medical Biometry and Statistics Medical University of Luebeck Ratzeburger Allee 160, House 4 23538 Luebeck Germany fon: ++49 (0) 451 / 500 - 2782 fax: ++ 49 (0) 451 / 500 - 2999 email: Andreas.Froehlich at imbs.mu-luebeck.de web: http://www.imbs.mu-luebeck.de -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Splus-funktion "haplo.score"
2 messages · Andreas.Froehlich@imbs.mu-luebeck.de, Uwe Ligges
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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._