Gilliland, Bill
2013-Jan-11 18:20 UTC
[R] looking for R packages that can do the following:
1. Minimum Mean Square Estimation (for Multi-Dimensional Linear Regression) 2. Two-Sample Kolmogorov-Smirnov Tests 3. Empirical ANOVA Methods All this to be done on empirical data. I am new to the R world, any help would be appreciated. Thank You, Bill Gilliland Lead Sensor Systems Engineer E303, Tactical Communications, Transport, and Sensors Group: Tactical Communications & ISR Mitre Corporation Northgate Building A 209 Research Blvd, STE 200 Aberdeen, MD 21001 phone: 410-272-5891 email: wgilliland@mitre.org "Ralph, do you mind if I smoke?" - Ed Norton "I don't care if you burn." - Ralph Kramden [[alternative HTML version deleted]]
Read "An Introduction to R" before posting further, please. You need to make at least some minimal effort to learn R first. -- Bert On Fri, Jan 11, 2013 at 10:20 AM, Gilliland, Bill <wgilliland at mitre.org> wrote:> 1. Minimum Mean Square Estimation (for Multi-Dimensional Linear Regression) > > 2. Two-Sample Kolmogorov-Smirnov Tests > > 3. Empirical ANOVA Methods > > All this to be done on empirical data. > > I am new to the R world, any help would be appreciated. > > Thank You, > > Bill Gilliland > > Lead Sensor Systems Engineer > E303, Tactical Communications, Transport, and Sensors > Group: Tactical Communications & ISR > > Mitre Corporation > Northgate Building A > 209 Research Blvd, STE 200 > Aberdeen, MD 21001 > > phone: 410-272-5891 > email: wgilliland at mitre.org > > "Ralph, do you mind if I smoke?" - Ed Norton > "I don't care if you burn." - Ralph Kramden > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org 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.-- Bert Gunter Genentech Nonclinical Biostatistics Internal Contact Info: Phone: 467-7374 Website: http://pharmadevelopment.roche.com/index/pdb/pdb-functional-groups/pdb-biostatistics/pdb-ncb-home.htm
... and, I should have added, to learn how to search within R. ?help ?help.search ?help.start ?RSiteSearch There are also numerous other search engines that can be useful, such as RSeek.or. But google generally works well, too. -- Bert On Fri, Jan 11, 2013 at 10:20 AM, Gilliland, Bill <wgilliland at mitre.org> wrote:> 1. Minimum Mean Square Estimation (for Multi-Dimensional Linear Regression) > > 2. Two-Sample Kolmogorov-Smirnov Tests > > 3. Empirical ANOVA Methods > > All this to be done on empirical data. > > I am new to the R world, any help would be appreciated. > > Thank You, > > Bill Gilliland > > Lead Sensor Systems Engineer > E303, Tactical Communications, Transport, and Sensors > Group: Tactical Communications & ISR > > Mitre Corporation > Northgate Building A > 209 Research Blvd, STE 200 > Aberdeen, MD 21001 > > phone: 410-272-5891 > email: wgilliland at mitre.org > > "Ralph, do you mind if I smoke?" - Ed Norton > "I don't care if you burn." - Ralph Kramden > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org 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.-- Bert Gunter Genentech Nonclinical Biostatistics Internal Contact Info: Phone: 467-7374 Website: http://pharmadevelopment.roche.com/index/pdb/pdb-functional-groups/pdb-biostatistics/pdb-ncb-home.htm
David Winsemius
2013-Jan-11 19:45 UTC
[R] looking for R packages that can do the following:
On Jan 11, 2013, at 10:20 AM, Gilliland, Bill wrote:> 1. Minimum Mean Square Estimation (for Multi-Dimensional Linear Regression)?lm> > 2. Two-Sample Kolmogorov-Smirnov Tests?ks.test> > 3. Empirical ANOVA Methods?lm> > All this to be done on empirical data.As opposed to what other sort of data?> [[alternative HTML version deleted]] >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html-- David Winsemius Alameda, CA, USA