Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.05 KB

File metadata and controls

46 lines (34 loc) · 1.05 KB

Welcome to researchpy's documentation!

About ResearchPy

ResearchPy is an open-source statistical library focused on clear, reproducible univariate and bivariate analysis for research workflows.

For background on authorship, scope, and design principles, see the :doc:`About page <about>`.

Note

researchpy is only compatible with Python 3.x. Download using either:

  • For standard install
    • pip install researchpy
  • For installation through conda
    • conda install researchpy::researchpy
.. toctree::
   :maxdepth: 2
   :caption: Contents:

   about
   technical_design_rationale
   install
   codebook_documentation
   summarize_documentation
   summary_cont_documentation
   summary_cat_documentation
   difference_test_documentation
   ttest_documentation
   signrank_documentation
   crosstab_documentation
   corr_case_documentation
   corr_pair_documentation
   anova_documentation
   ols_documentation
   predict_documentation
   thanks