[R] robust function
David Winsemius
dwinsemius at comcast.net
Mon Apr 1 21:00:47 CEST 2013
On Apr 1, 2013, at 10:22 AM, Yolanda wrote:
> I need to use the next robust functions: t1way, box1way and lincon.
> I don't find these funcions in any library.
Try:
pkg:WRS
install.packages("WRS", repos="http://R-Forge.R-project.org", type="source"))
> What libraries do I have to install?
There is some sensitivity about terminology in the R culture. They are 'packages'. Libraries are where packages are located.
--
David Winsemius
Alameda, CA, USA
More information about the R-help
mailing list