Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ FactorAnalyzer
.. image:: https://anaconda.org/ets/factor_analyzer/badges/installer/conda.svg
:target: https://anaconda.org/ets/factor_analyzer/

.. image:: https://img.shields.io/readthedocs/factor_analyzer/latest.svg
:target: https://factor-analyzer.readthedocs.io/
:alt: Docs


This is a Python module to perform exploratory and factor analysis (EFA), with several
optional rotations. It also includes a class to perform confirmatory factor
Expand All @@ -24,7 +28,7 @@ Both the EFA and CFA classes within this package are fully compatible with `scik
Portions of this code are ported from the excellent R library `psych`, and the `sem`
package provided inspiration for the CFA class.

Please see the `official documentation <http://factor-analyzer.readthedocs.io/en/latest/index.html>`__ for additional details.
Please see the `official documentation <https://factor-analyzer.readthedocs.io/en/latest/index.html>`__ for additional details.


Description
Expand Down