LICENSE
README.md
pyproject.toml
src/lessPy/ANOVA.py
src/lessPy/Chart.py
src/lessPy/Correlation.py
src/lessPy/Flows.py
src/lessPy/Logit.py
src/lessPy/Prop_test.py
src/lessPy/Regression.py
src/lessPy/VariableLabels.py
src/lessPy/X.py
src/lessPy/XY.py
src/lessPy/__init__.py
src/lessPy/anova_rmd.py
src/lessPy/bc_plotly.py
src/lessPy/bubble_plotly.py
src/lessPy/corCFA.py
src/lessPy/corEFA.py
src/lessPy/corPrint.py
src/lessPy/corProp.py
src/lessPy/corRead.py
src/lessPy/corReflect.py
src/lessPy/corReorder.py
src/lessPy/corScree.py
src/lessPy/datasets.py
src/lessPy/date_infer.py
src/lessPy/details.py
src/lessPy/dn_plotly.py
src/lessPy/dot_plotly.py
src/lessPy/freq_poly_plotly.py
src/lessPy/getColors.py
src/lessPy/hier_plotly.py
src/lessPy/hs_plotly.py
src/lessPy/logit_rmd.py
src/lessPy/order_by.py
src/lessPy/pie_plotly.py
src/lessPy/pivot.py
src/lessPy/plotly_utils.py
src/lessPy/plt_add.py
src/lessPy/plt_contour.py
src/lessPy/plt_contour_facet.py
src/lessPy/plt_forecast.py
src/lessPy/plt_mat_plotly.py
src/lessPy/plt_plotly.py
src/lessPy/plt_smooth.py
src/lessPy/plt_time.py
src/lessPy/prob_norm.py
src/lessPy/prob_tcut.py
src/lessPy/prob_znorm.py
src/lessPy/radar_plotly.py
src/lessPy/reg_rmd.py
src/lessPy/rename.py
src/lessPy/reshape.py
src/lessPy/showColors.py
src/lessPy/simCImean.py
src/lessPy/simCLT.py
src/lessPy/simFlips.py
src/lessPy/simMeans.py
src/lessPy/stats_out.py
src/lessPy/ttest.py
src/lessPy/utils.py
src/lessPy/vbs_plotly.py
src/lessPy/data/Anova_1way.csv
src/lessPy/data/Anova_2way.csv
src/lessPy/data/Anova_rb.csv
src/lessPy/data/Anova_rbf.csv
src/lessPy/data/Anova_sp.csv
src/lessPy/data/BodyMeas.csv
src/lessPy/data/Cars93.csv
src/lessPy/data/Employee.csv
src/lessPy/data/Employee_lbl.csv
src/lessPy/data/FreqTable99.csv
src/lessPy/data/Jackets.csv
src/lessPy/data/Learn.csv
src/lessPy/data/Mach4.csv
src/lessPy/data/Mach4_lbl.csv
src/lessPy/data/Reading.csv
src/lessPy/data/StockPrice.csv
src/lessPy/data/WeightLoss.csv
src/lessPython.egg-info/PKG-INFO
src/lessPython.egg-info/SOURCES.txt
src/lessPython.egg-info/dependency_links.txt
src/lessPython.egg-info/requires.txt
src/lessPython.egg-info/top_level.txt
tests/test_anova.py
tests/test_bc_plotly.py
tests/test_bubble_plotly.py
tests/test_chart.py
tests/test_corcfa.py
tests/test_corefa.py
tests/test_corprint.py
tests/test_corprop.py
tests/test_corread.py
tests/test_correflect.py
tests/test_correlation.py
tests/test_correorder.py
tests/test_corscree.py
tests/test_datasets.py
tests/test_date_infer.py
tests/test_details.py
tests/test_dot_plotly.py
tests/test_flows.py
tests/test_getcolors.py
tests/test_hier_plotly.py
tests/test_logit.py
tests/test_order_by.py
tests/test_pie_plotly.py
tests/test_pivot.py
tests/test_prob_norm.py
tests/test_prob_tcut.py
tests/test_prob_znorm.py
tests/test_prop_test.py
tests/test_radar_plotly.py
tests/test_regression.py
tests/test_rename.py
tests/test_reshape.py
tests/test_showcolors.py
tests/test_simcimean.py
tests/test_simclt.py
tests/test_simflips.py
tests/test_simmeans.py
tests/test_stats_out.py
tests/test_ttest.py
tests/test_variablelabels.py
tests/test_vbs_plotly.py
tests/test_x.py
tests/test_xy.py