markrogoyski / math-php

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
MIT License
2.33k stars 240 forks source link

Repeated measures ANOVA #476

Open rey0bs opened 10 months ago

rey0bs commented 10 months ago

Hi,

Thank you very much for providing this wonderful library.

Is there a way to perform a "repeated measures ANOVA" with existing analysis, assuming that I have pre-test and post-test datasets?

Thanks in advance.

markrogoyski commented 10 months ago

Hi @rey0bs,

Thank you for your interest in MathPHP.

Can you provide an example of what you are describing, with inputs and expected outputs? And are there any existing libraries or websites that perform this functionality that would serve as a reference for what you are describing?

Thanks, Mark