Skip to content

Commit 4652634

Browse files
committed
refactoring folders, factor analysis
1 parent 5872981 commit 4652634

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3487
-6
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ StatsModels examples includes these methods:
2626
* Multiple linear regression with interaction terms
2727
* Poisson regression
2828

29+
rpy2 examples includes these methods:
30+
* Factor analysis
31+
2932
## Helper Functions for PyStan
3033

3134
* Pareto smoothed importance sampling (PSIS) and PSIS leave-one-out cross-validation reference code, [Link](https://github.com/avehtari/PSIS).

ci/scripts/runAllModels.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
#!/usr/bin/env bash
2-
cd ../Statistical-Modelling-Examples/pystan/scripts
3-
for f in *.py; do python "$f"; done
4-
cd ../../statsmodels
5-
for f in *.py; do python "$f"; done
2+
cd ../../scripts
3+
for f in *.py; do python "$f"; done
File renamed without changes.
File renamed without changes.

data/bfi.csv

+2,801
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)