File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ FactorAnalyzer
1111.. image :: https://anaconda.org/ets/factor_analyzer/badges/installer/conda.svg
1212 :target: https://anaconda.org/ets/factor_analyzer/
1313
14+ .. image :: https://img.shields.io/readthedocs/factor_analyzer/latest.svg
15+ :target: https://factor-analyzer.readthedocs.io/
16+ :alt: Docs
17+
1418
1519This is a Python module to perform exploratory and factor analysis (EFA), with several
1620optional rotations. It also includes a class to perform confirmatory factor
@@ -24,7 +28,7 @@ Both the EFA and CFA classes within this package are fully compatible with `scik
2428Portions of this code are ported from the excellent R library `psych `, and the `sem `
2529package provided inspiration for the CFA class.
2630
27- Please see the `official documentation <http ://factor-analyzer.readthedocs.io/en/latest/index.html >`__ for additional details.
31+ Please see the `official documentation <https ://factor-analyzer.readthedocs.io/en/latest/index.html >`__ for additional details.
2832
2933
3034Description
You can’t perform that action at this time.
0 commit comments