Hi Jeff, Dimitris, Thanks for the help! Is there some characteristic in the environment description returned by the command
> var.test which I could have recognized which method to use for retrieving the code? To put it differently, can I distinguish from that description between the functions that can be retrieved by getMethods() and these that need different treatment? Regards Benjamin -----Ursprüngliche Nachricht----- Von: Jeff Miller [mailto:[EMAIL PROTECTED] Gesendet: 31 October 2006 16:39 An: 'Benjamin Otto'; 'R-Help' Betreff: RE: [R] getMethod(s) and var.test I have found that you need this to see the stats package code getAnywhere(var.test.default) Jeff -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Otto Sent: Tuesday, October 31, 2006 10:15 AM To: R-Help Subject: [R] getMethod(s) and var.test Hi, How do I retrieve the var.test() function code? I had a similar problem once before with another function but getMethods() solved the problem then. Now I tried several combinations for var.test() without success. Regards benjamin -- Benjamin Otto Universitaetsklinikum Eppendorf Hamburg Institut fuer Klinische Chemie Martinistrasse 52 20246 Hamburg [[alternative HTML version deleted]] ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
