From d088a52ceacb7a529063fe475cc3172ee0a7325d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 19 Mar 2013 09:12:27 -0400 Subject: [PATCH] pca.py: Update Newcastle SPSS link The internet archive page appears to be gone (which is scary ;), but I found a URL pointing to the current page, which has all the same stuff. --- posts/Factor_analysis/pca.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/Factor_analysis/pca.py b/posts/Factor_analysis/pca.py index 0e8aaaf..20150d4 100755 --- a/posts/Factor_analysis/pca.py +++ b/posts/Factor_analysis/pca.py @@ -396,7 +396,7 @@ factors: [4]: http://sites.stat.psu.edu/~ajw13/stat505/fa06/17_factor/07_factor_commun.html [5]: http://sites.stat.psu.edu/~ajw13/stat505/fa06/17_factor/13_factor_varimax.html [6]: http://psychweb.psy.umt.edu/denis/datadecision/factor/dd_fa_part_2_aug_2009.pdf -[7]: http://web.archive.org/web/20051125011642/http://www.ncl.ac.uk/iss/statistics/docs/factoranalysis.html +[7]: http://ncl.ac.uk/itservice/dataanalysis/advancedmodelling/factoranalysis/ """ import itertools as _itertools -- 2.26.2