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
11
11
.. image :: https://anaconda.org/ets/factor_analyzer/badges/installer/conda.svg
12
12
:target: https://anaconda.org/ets/factor_analyzer/
13
13
14
+ .. image :: https://img.shields.io/readthedocs/factor_analyzer/latest.svg
15
+ :target: https://factor-analyzer.readthedocs.io/
16
+ :alt: Docs
17
+
14
18
15
19
This is a Python module to perform exploratory and factor analysis (EFA), with several
16
20
optional 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
24
28
Portions of this code are ported from the excellent R library `psych `, and the `sem `
25
29
package provided inspiration for the CFA class.
26
30
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.
28
32
29
33
30
34
Description
You can’t perform that action at this time.
0 commit comments