Welch's t-test: Difference between revisions

Content added Content deleted
(GP)
mNo edit summary
Line 1: Line 1:
{{task|Probability and statistics}}
{{draft task}}
{{draft task}}
Given two lists of data, calculate the [[wp:p-value|p-value]] used for [[wp:Welch's_t_test|Welch's t-test]] (for example, other t-tests can be used as well). This is meant to translate R's <code>t.test(vector1,vector2, alternative="two.sided", var.equal=FALSE)</code> for calculation of the p-value.
Given two lists of data, calculate the [[wp:p-value|p-value]] used for [[wp:Welch's_t_test|Welch's t-test]] (for example, other t-tests can be used as well). This is meant to translate R's <code>t.test(vector1,vector2, alternative="two.sided", var.equal=FALSE)</code> for calculation of the p-value.