Re: [Rd] loadings function (PR#13886)

2009-08-11 Thread Paul Gilbert
In 2.9.1 the documentation says Usage: loadings(x) ## S3 method for class 'loadings': print(x, digits = 3, cutoff = 0.1, sort = FALSE, ...) ## S3 method for class 'factanal': print(x, digits = 3, ...) which indicates one argument as in the function call. The digits,

Re: [Rd] loadings function (PR#13886)

2009-08-11 Thread smckinney
ccrc +dot+ ca tel: 604-675-8000 x7561 BCCRC Molecular Oncology 675 West 10th Ave, Floor 4 Vancouver B.C. V5Z 1L3 Canada From: r-devel-boun...@r-project.org [r-devel-boun...@r-project.org] On Beha= lf Of mikedulr...@gmail.com [mikedulr...@gmail.com] Sent:

Re: [Rd] loadings function (PR#13886)

2009-08-11 Thread Steven McKinney
y 675 West 10th Ave, Floor 4 Vancouver B.C. V5Z 1L3 Canada From: r-devel-boun...@r-project.org [r-devel-boun...@r-project.org] On Behalf Of mikedulr...@gmail.com [mikedulr...@gmail.com] Sent: August 11, 2009 9:15 AM To: r-de...@stat.math.ethz.ch Cc: r-b...@r-

[Rd] loadings function (PR#13886)

2009-08-11 Thread mikedulrich
Full_Name: Mike Ulrich Version: 2.9 OS: Mac OSX Submission from: (NULL) (69.169.178.34) The help documentation for loadings() lists more then one parameter. The function call only expects one parameter. The digits, cutoff, and sort parameters are not used in the function. ## S3 method for class