Skip to content

Releases: eribean/RyStats

Added Response Utilities

17 Oct 21:25
fc373c8
Compare
Choose a tag to compare

Added several convenience functions for surveys and minimum residual factor analysis

Under RyStats.survey

  1. reverse_score: Reverse scores Likert-like responses
  2. cronbach_alpha: Computes Cronbach's alpha for internal reliability
  3. mcdonald_omega: Computes McDonald's omega for internal reliability

Under RyStats.factoranalysis

  1. minres_factor_analysis

Pearson's Correlation

30 Aug 20:32
ef903aa
Compare
Choose a tag to compare

Added inferential tests for pearsons correlation

Logistic Regression and Mediation

30 Aug 19:34
1d559fc
Compare
Choose a tag to compare

Functions Added

Logisitic Regression

  • logistic_regression

Mediation

  • simple_mediation

Two-Way Anova and Linear Regression

29 Aug 16:08
7491f96
Compare
Choose a tag to compare

Two Way Anova

  • Implemented Two-Way ANOVA that has Type 1 / 2 / 3 analyses

Linear Regression

  • Implemented linear regression

Test, ANOVA, and Post-Hoc

25 Aug 21:30
60708c5
Compare
Choose a tag to compare

Added Inferential functions

  • one_sample_ttest
  • equal_variance_ttest
  • unequal_variance_ttest
  • repeated_ttest
  • equal_variance_oneway_anova
  • unequal_variance_oneway_anova
  • repeated_oneway_anova
  • tukey_posthoc
  • games_howell_posthoc
  • bonferonni_posthoc

Plotting Utilities

09 Aug 17:39
6059cf7
Compare
Choose a tag to compare

Added plotting functions including:

  • correlation_image: show a heatmap of a correlation matrix
  • loading_image: show a heatmap of a loadings matrix
  • scree_plot: plot the eigenvalues for dimensionality assessment
  • loading_table: create a table to view the loadings

Added Factor Analysis Functions

08 Aug 19:54
85c7668
Compare
Choose a tag to compare

Added factor analysis functions:

  • Principal Components
  • Principal Axis
  • Minimum Rank
  • Maximum Likelihood
  • Rotation

Added Dimensionality Assessment

  • MAP
  • Parallel Analysis